Home
last modified time | relevance | path

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

/u-boot/include/mtd/
A Dmtd-abi.h147 #define MEMGETINFO _IOR('M', 1, struct mtd_info_user)
159 #define MEMGETREGIONCOUNT _IOR('M', 7, int)
163 #define MEMGETOOBSEL _IOR('M', 10, struct nand_oobinfo)
169 #define OTPSELECT _IOR('M', 13, int)
175 #define OTPLOCK _IOR('M', 16, struct otp_info)
177 #define ECCGETLAYOUT _IOR('M', 17, struct nand_ecclayout_user)
179 #define ECCGETSTATS _IOR('M', 18, struct mtd_ecc_stats)
189 #define MEMISLOCKED _IOR('M', 23, struct erase_info_user)
A Dubi-user.h187 #define UBI_IOCEBISMAP _IOR(UBI_VOL_IOC_MAGIC, 5, __s32)
/u-boot/include/asm-generic/
A Dioctl.h84 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) macro
/u-boot/tools/
A Dmkimage.c552 #if defined(__linux__) && defined(_IOR) && !defined(BLKGETSIZE64) in main()
553 #define BLKGETSIZE64 _IOR(0x12,114,size_t) /* return device size in bytes (u64 *arg) */ in main()

Completed in 11 milliseconds