Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/mmc/
Dioctl.h7 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)
/Linux-v4.19/drivers/mmc/core/
Dblock.c345 struct mmc_ioc_cmd ic;
352 struct mmc_ioc_cmd __user *user) in mmc_blk_ioctl_copy_from_user()
394 static int mmc_blk_ioctl_copy_to_user(struct mmc_ioc_cmd __user *ic_ptr, in mmc_blk_ioctl_copy_to_user()
397 struct mmc_ioc_cmd *ic = &idata->ic; in mmc_blk_ioctl_copy_to_user()
626 struct mmc_ioc_cmd __user *ic_ptr, in mmc_blk_ioctl_cmd()
679 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()
2484 (struct mmc_ioc_cmd __user *)arg, in mmc_rpmb_ioctl()