Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/hsi/
Dhsi_char.h40 #define HSC_SET_TX HSC_IOW(21, struct hsc_tx_config)
41 #define HSC_GET_TX HSC_IOW(22, struct hsc_tx_config)
58 struct hsc_tx_config { struct
/Linux-v4.19/drivers/hsi/clients/
Dhsi_char.c390 static int hsc_tx_set(struct hsi_client *cl, struct hsc_tx_config *txc) in hsc_tx_set()
417 static inline void hsc_tx_get(struct hsi_client *cl, struct hsc_tx_config *txc) in hsc_tx_get()
543 struct hsc_tx_config txc; in hsc_ioctl()