HomeSort by relevance Sort by last modified time
    Searched refs:HSC_IOW (Results 1 - 2 of 2) sorted by null

  /bionic/libc/kernel/uapi/linux/hsi/
hsi_char.h 23 #define HSC_IOW(num,dtype) _IOW(HSI_CHAR_MAGIC, num, dtype)
30 #define HSC_SET_RX HSC_IOW(19, struct hsc_rx_config)
31 #define HSC_GET_RX HSC_IOW(20, struct hsc_rx_config)
32 #define HSC_SET_TX HSC_IOW(21, struct hsc_tx_config)
33 #define HSC_GET_TX HSC_IOW(22, struct hsc_tx_config)
  /external/kernel-headers/original/uapi/linux/hsi/
hsi_char.h 30 #define HSC_IOW(num, dtype) _IOW(HSI_CHAR_MAGIC, num, dtype)
38 #define HSC_SET_RX HSC_IOW(19, struct hsc_rx_config)
39 #define HSC_GET_RX HSC_IOW(20, struct hsc_rx_config)
40 #define HSC_SET_TX HSC_IOW(21, struct hsc_tx_config)
41 #define HSC_GET_TX HSC_IOW(22, struct hsc_tx_config)

Completed in 91 milliseconds