Searched refs:_IOR (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/include/mtd/ |
| H A D | mtd-abi.h | 148 #define MEMGETINFO _IOR('M', 1, struct mtd_info_user) 160 #define MEMGETREGIONCOUNT _IOR('M', 7, int) 164 #define MEMGETOOBSEL _IOR('M', 10, struct nand_oobinfo) 170 #define OTPSELECT _IOR('M', 13, int) 176 #define OTPLOCK _IOR('M', 16, struct otp_info) 178 #define ECCGETLAYOUT _IOR('M', 17, struct nand_ecclayout_user) 180 #define ECCGETSTATS _IOR('M', 18, struct mtd_ecc_stats) 190 #define MEMISLOCKED _IOR('M', 23, struct erase_info_user)
|
| H A D | ubi-user.h | 188 #define UBI_IOCEBISMAP _IOR(UBI_VOL_IOC_MAGIC, 5, __s32)
|
| /rk3399_rockchip-uboot/include/asm-generic/ |
| H A D | ioctl.h | 84 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) macro
|