Searched refs:_IOWR (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/a2sa/internal/driver/core/ |
A D | audio_drv.h | 38 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(s… macro 40 #define AUDIO_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, audio_hw_params_t) 41 #define AUDIO_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x12, audio_sw_params_t) 58 #define AUDIO_CTL_IOCTL_ELEM_LIST _IOWR('U', 0x10, struct audio_ctl_elem_list) 59 #define AUDIO_CTL_IOCTL_ELEM_INFO _IOWR('U', 0x11, struct audio_ctl_elem_info) 60 #define AUDIO_CTL_IOCTL_ELEM_READ _IOWR('U', 0x12, struct audio_ctl_elem_value) 61 #define AUDIO_CTL_IOCTL_ELEM_WRITE _IOWR('U', 0x13, struct audio_ctl_elem_value) 62 #define AUDIO_CTL_IOCTL_TLV_READ _IOWR('U', 0x1a, struct audio_ctl_tlv) 63 #define AUDIO_CTL_IOCTL_TLV_WRITE _IOWR('U', 0x1b, struct audio_ctl_tlv) 64 #define AUDIO_CTL_IOCTL_TLV_CMD _IOWR('U', 0x1c, struct audio_ctl_tlv)
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | sockets.h | 454 #define SIOCGIFCONF _IOWR('i', 20, struct ifconf) 463 #define SIOCGIFADDR _IOWR('i', 33, struct ifreq) 464 #define SIOCGIFNETMASK _IOWR('i', 37, struct ifreq) 465 #define SIOCGIFDSTADDR _IOWR('i', 34, struct ifreq) 466 #define SIOCGIFBRDADDR _IOWR('i', 35, struct ifreq) 467 #define SIOCGIFFLAGS _IOWR('i', 17, struct ifreq) 469 #define SIOCGIFMETRIC _IOWR('i', 23, struct ifreq) 473 #define SIOCGIFNAME _IOWR('i', 50, struct ifreq) 474 #define SIOCGIFINDEX _IOWR('i', 51, struct ifreq) 476 #define SIOCGIFMTU _IOWR('i', 52, struct ifreq) [all …]
|
Completed in 8 milliseconds