Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/hsi/
H A Dhsi_char.h26 #define HSC_SET_TX HSC_IOW(21, struct hsc_tx_config)
27 #define HSC_GET_TX HSC_IOW(22, struct hsc_tx_config)
44 struct hsc_tx_config { struct
/openbmc/linux/drivers/hsi/clients/
H A Dhsi_char.c377 static int hsc_tx_set(struct hsi_client *cl, struct hsc_tx_config *txc) in hsc_tx_set()
404 static inline void hsc_tx_get(struct hsi_client *cl, struct hsc_tx_config *txc) in hsc_tx_get()
530 struct hsc_tx_config txc; in hsc_ioctl()