Lines Matching full:hsi
3 * HSI character device driver, implements the character device
30 #include <linux/hsi/hsi.h>
31 #include <linux/hsi/hsi_char.h>
69 * @free_msgs_list: List of free HSI messages/requests
96 * @usecnt: Use count for claiming the HSI port (mutex protected)
97 * @cl: Referece to the HSI client
606 * Check if we have already claimed the port associated to the HSI in hsc_open()
717 /* 1 hsi client -> N char devices (one for each channel) */ in hsc_probe()
768 pr_err("Error while registering HSI/SSI driver %d\n", ret); in hsc_init()
772 pr_info("HSI/SSI char device loaded\n"); in hsc_init()
781 pr_info("HSI char device removed\n"); in hsc_exit()
786 MODULE_ALIAS("hsi:hsi_char");
787 MODULE_DESCRIPTION("HSI character device");