Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/hsi/
H A Dhsi_char.h38 #define HSC_SET_RX HSC_IOW(19, struct hsc_rx_config)
39 #define HSC_GET_RX HSC_IOW(20, struct hsc_rx_config)
52 struct hsc_rx_config { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/hsi/
H A Dhsi_char.h38 #define HSC_SET_RX HSC_IOW(19, struct hsc_rx_config)
39 #define HSC_GET_RX HSC_IOW(20, struct hsc_rx_config)
52 struct hsc_rx_config { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/hsi/
H A Dhsi_char.h38 #define HSC_SET_RX HSC_IOW(19, struct hsc_rx_config)
39 #define HSC_GET_RX HSC_IOW(20, struct hsc_rx_config)
52 struct hsc_rx_config { struct
/OK3568_Linux_fs/kernel/drivers/hsi/clients/
H A Dhsi_char.c342 static int hsc_rx_set(struct hsi_client *cl, struct hsc_rx_config *rxc) in hsc_rx_set()
370 static inline void hsc_rx_get(struct hsi_client *cl, struct hsc_rx_config *rxc) in hsc_rx_get()
529 struct hsc_rx_config rxc; in hsc_ioctl()