Home
last modified time | relevance | path

Searched refs:mmc_ioc_cmd (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/uapi/linux/mmc/
Dioctl.h7 struct mmc_ioc_cmd { struct
60 struct mmc_ioc_cmd cmds[0]; argument
63 #define MMC_IOC_CMD _IOWR(MMC_BLOCK_MAJOR, 0, struct mmc_ioc_cmd)
/Linux-v5.4/drivers/mmc/core/
Dblock.c344 struct mmc_ioc_cmd ic;
351 struct mmc_ioc_cmd __user *user) in mmc_blk_ioctl_copy_from_user()
393 static int mmc_blk_ioctl_copy_to_user(struct mmc_ioc_cmd __user *ic_ptr, in mmc_blk_ioctl_copy_to_user()
396 struct mmc_ioc_cmd *ic = &idata->ic; in mmc_blk_ioctl_copy_to_user()
630 struct mmc_ioc_cmd __user *ic_ptr, in mmc_blk_ioctl_cmd()
683 struct mmc_ioc_cmd __user *cmds = user->cmds; in mmc_blk_ioctl_multi_cmd()
781 (struct mmc_ioc_cmd __user *)arg, in mmc_blk_ioctl()
2473 (struct mmc_ioc_cmd __user *)arg, in mmc_rpmb_ioctl()