Searched refs:mmc_ioc_cmd (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/mmc/ |
| H A D | ioctl.h | 7 struct mmc_ioc_cmd { struct 57 struct mmc_ioc_cmd cmds[0]; argument 60 #define MMC_IOC_CMD _IOWR(MMC_BLOCK_MAJOR, 0, struct mmc_ioc_cmd)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/mmc/ |
| H A D | ioctl.h | 7 struct mmc_ioc_cmd { struct 57 struct mmc_ioc_cmd cmds[0]; argument 60 #define MMC_IOC_CMD _IOWR(MMC_BLOCK_MAJOR, 0, struct mmc_ioc_cmd)
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/mmc/ |
| H A D | ioctl.h | 8 struct mmc_ioc_cmd { struct 61 struct mmc_ioc_cmd cmds[0]; argument 64 #define MMC_IOC_CMD _IOWR(MMC_BLOCK_MAJOR, 0, struct mmc_ioc_cmd)
|
| /OK3568_Linux_fs/buildroot/package/mmc-utils/ |
| H A D | 0001-mmc_cmds.c-fix-build-with-gcc-4.9.patch | 27 struct mmc_ioc_cmd *ioc;
|
| /OK3568_Linux_fs/kernel/drivers/mmc/core/ |
| H A D | block.c | 348 struct mmc_ioc_cmd ic; 355 struct mmc_ioc_cmd __user *user) in mmc_blk_ioctl_copy_from_user() 397 static int mmc_blk_ioctl_copy_to_user(struct mmc_ioc_cmd __user *ic_ptr, in mmc_blk_ioctl_copy_to_user() 400 struct mmc_ioc_cmd *ic = &idata->ic; in mmc_blk_ioctl_copy_to_user() 617 struct mmc_ioc_cmd __user *ic_ptr, in mmc_blk_ioctl_cmd() 670 struct mmc_ioc_cmd __user *cmds = user->cmds; in mmc_blk_ioctl_multi_cmd() 768 (struct mmc_ioc_cmd __user *)arg, in mmc_blk_ioctl() 2489 (struct mmc_ioc_cmd __user *)arg, in mmc_rpmb_ioctl()
|