Searched refs:_IOW (Results 1 – 3 of 3) sorted by relevance
/u-boot/include/mtd/ |
A D | ubi-user.h | 152 #define UBI_IOCMKVOL _IOW(UBI_IOC_MAGIC, 0, struct ubi_mkvol_req) 154 #define UBI_IOCRMVOL _IOW(UBI_IOC_MAGIC, 1, __s32) 156 #define UBI_IOCRSVOL _IOW(UBI_IOC_MAGIC, 2, struct ubi_rsvol_req) 158 #define UBI_IOCRNVOL _IOW(UBI_IOC_MAGIC, 3, struct ubi_rnvol_req) 167 #define UBI_IOCDET _IOW(UBI_CTRL_IOC_MAGIC, 65, __s32) 177 #define UBI_IOCVOLUP _IOW(UBI_VOL_IOC_MAGIC, 0, __s64) 179 #define UBI_IOCEBER _IOW(UBI_VOL_IOC_MAGIC, 1, __s32) 181 #define UBI_IOCEBCH _IOW(UBI_VOL_IOC_MAGIC, 2, __s32) 183 #define UBI_IOCEBMAP _IOW(UBI_VOL_IOC_MAGIC, 3, struct ubi_map_req) 185 #define UBI_IOCEBUNMAP _IOW(UBI_VOL_IOC_MAGIC, 4, __s32) [all …]
|
A D | mtd-abi.h | 149 #define MEMERASE _IOW('M', 2, struct erase_info_user) 155 #define MEMLOCK _IOW('M', 5, struct erase_info_user) 157 #define MEMUNLOCK _IOW('M', 6, struct erase_info_user) 165 #define MEMGETBADBLOCK _IOW('M', 11, __kernel_loff_t) 167 #define MEMSETBADBLOCK _IOW('M', 12, __kernel_loff_t) 171 #define OTPGETREGIONCOUNT _IOW('M', 14, int) 173 #define OTPGETREGIONINFO _IOW('M', 15, struct otp_info) 183 #define MEMERASE64 _IOW('M', 20, struct erase_info_user64)
|
/u-boot/include/asm-generic/ |
A D | ioctl.h | 85 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) macro
|
Completed in 5 milliseconds