Searched refs:_IO (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | misc.h | 15 #define IOCTL_REQ_START _IO('m', 0x01) 16 #define IOCTL_REQ_STOP _IO('m', 0x02) 17 #define IOCTL_REQ_POLL _IO('m', 0x03) 18 #define IOCTL_REQ_CAPABILITY _IO('m', 0x04) 19 #define IOCTL_REQ_DATA_SIZE _IO('m', 0x05) 20 #define IOCTL_REQ_KEYLAD_INIT _IO('m', 0x06) 21 #define IOCTL_REQ_KEYLAD_DEINIT _IO('m', 0x07)
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | apm_bios.h | 209 #define APM_IOC_STANDBY _IO('A', 1) 210 #define APM_IOC_SUSPEND _IO('A', 2)
|
| /rk3399_rockchip-uboot/include/asm-generic/ |
| H A D | ioctl.h | 83 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) macro
|
| /rk3399_rockchip-uboot/include/mtd/ |
| H A D | ubi-user.h | 195 #define UBI_IOCVOLRMBLK _IO(UBI_VOL_IOC_MAGIC, 8)
|
| H A D | mtd-abi.h | 182 #define MTDFILEMODE _IO('M', 19)
|