Home
last modified time | relevance | path

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

/linux/include/uapi/linux/mmc/
H A Dioctl.h8 struct mmc_ioc_cmd { struct
61 struct mmc_ioc_cmd cmds[]; argument
64 #define MMC_IOC_CMD _IOWR(MMC_BLOCK_MAJOR, 0, struct mmc_ioc_cmd)
13 write_flagmmc_ioc_cmd global() argument
16 is_acmdmmc_ioc_cmd global() argument
18 opcodemmc_ioc_cmd global() argument
19 argmmc_ioc_cmd global() argument
20 responsemmc_ioc_cmd global() argument
21 flagsmmc_ioc_cmd global() argument
22 blkszmmc_ioc_cmd global() argument
23 blocksmmc_ioc_cmd global() argument
51 postsleep_max_usmmc_ioc_cmd global() argument
/linux/drivers/mmc/core/
H A Dblock.c447 struct mmc_ioc_cmd ic;
458 struct mmc_ioc_cmd __user *user) in mmc_blk_ioctl_copy_from_user()
500 static int mmc_blk_ioctl_copy_to_user(struct mmc_ioc_cmd __user *ic_ptr, in mmc_blk_ioctl_copy_to_user()
503 struct mmc_ioc_cmd *ic = &idata->ic; in mmc_blk_ioctl_copy_to_user()
705 struct mmc_ioc_cmd __user *ic_ptr, in mmc_blk_ioctl_cmd()
759 struct mmc_ioc_cmd __user *cmds = user->cmds; in mmc_blk_ioctl_multi_cmd()
860 (struct mmc_ioc_cmd __user *)arg, in mmc_blk_ioctl()
2764 (struct mmc_ioc_cmd __user *)arg, in mmc_rpmb_ioctl()