Home
last modified time | relevance | path

Searched refs:hsc_rx_config (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/uapi/linux/hsi/
Dhsi_char.h36 #define HSC_SET_RX HSC_IOW(19, struct hsc_rx_config)
37 #define HSC_GET_RX HSC_IOW(20, struct hsc_rx_config)
50 struct hsc_rx_config { struct
/linux-4.4.14/drivers/hsi/clients/
Dhsi_char.c355 static int hsc_rx_set(struct hsi_client *cl, struct hsc_rx_config *rxc) in hsc_rx_set()
383 static inline void hsc_rx_get(struct hsi_client *cl, struct hsc_rx_config *rxc) in hsc_rx_get()
542 struct hsc_rx_config rxc; in hsc_ioctl()