Home
last modified time | relevance | path

Searched refs:_IOW (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/mtd/
H A Dubi-user.h153 #define UBI_IOCMKVOL _IOW(UBI_IOC_MAGIC, 0, struct ubi_mkvol_req)
155 #define UBI_IOCRMVOL _IOW(UBI_IOC_MAGIC, 1, __s32)
157 #define UBI_IOCRSVOL _IOW(UBI_IOC_MAGIC, 2, struct ubi_rsvol_req)
159 #define UBI_IOCRNVOL _IOW(UBI_IOC_MAGIC, 3, struct ubi_rnvol_req)
166 #define UBI_IOCATT _IOW(UBI_CTRL_IOC_MAGIC, 64, struct ubi_attach_req)
168 #define UBI_IOCDET _IOW(UBI_CTRL_IOC_MAGIC, 65, __s32)
178 #define UBI_IOCVOLUP _IOW(UBI_VOL_IOC_MAGIC, 0, __s64)
180 #define UBI_IOCEBER _IOW(UBI_VOL_IOC_MAGIC, 1, __s32)
182 #define UBI_IOCEBCH _IOW(UBI_VOL_IOC_MAGIC, 2, __s32)
184 #define UBI_IOCEBMAP _IOW(UBI_VOL_IOC_MAGIC, 3, struct ubi_map_req)
[all …]
H A Dmtd-abi.h150 #define MEMERASE _IOW('M', 2, struct erase_info_user)
156 #define MEMLOCK _IOW('M', 5, struct erase_info_user)
158 #define MEMUNLOCK _IOW('M', 6, struct erase_info_user)
166 #define MEMGETBADBLOCK _IOW('M', 11, __kernel_loff_t)
168 #define MEMSETBADBLOCK _IOW('M', 12, __kernel_loff_t)
172 #define OTPGETREGIONCOUNT _IOW('M', 14, int)
174 #define OTPGETREGIONINFO _IOW('M', 15, struct otp_info)
184 #define MEMERASE64 _IOW('M', 20, struct erase_info_user64)
/rk3399_rockchip-uboot/include/asm-generic/
H A Dioctl.h85 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) macro