Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/mmc/ !
Dioctl.h8 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)
/linux-5.19.10/drivers/mmc/core/ !
Dblock.c398 struct mmc_ioc_cmd ic;
405 struct mmc_ioc_cmd __user *user) in mmc_blk_ioctl_copy_from_user()
447 static int mmc_blk_ioctl_copy_to_user(struct mmc_ioc_cmd __user *ic_ptr, in mmc_blk_ioctl_copy_to_user()
450 struct mmc_ioc_cmd *ic = &idata->ic; in mmc_blk_ioctl_copy_to_user()
624 struct mmc_ioc_cmd __user *ic_ptr, in mmc_blk_ioctl_cmd()
677 struct mmc_ioc_cmd __user *cmds = user->cmds; in mmc_blk_ioctl_multi_cmd()
777 (struct mmc_ioc_cmd __user *)arg, in mmc_blk_ioctl()
2581 (struct mmc_ioc_cmd __user *)arg, in mmc_rpmb_ioctl()