Home
last modified time | relevance | path

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

/openbmc/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)
/openbmc/estoraged/include/
H A Dsanitize.hpp31 struct mmc_ioc_cmd data) = 0;
57 struct mmc_ioc_cmd data) override;
119 struct mmc_ioc_cmd cmds[3]; // NOLINT (c arrays usage)
/openbmc/estoraged/src/erase/
H A Dsanitize.cpp107 struct mmc_ioc_cmd idata = {}; in emmcSanitize()
122 struct mmc_ioc_cmd data) in doIoctl()
/openbmc/estoraged/src/test/erase/
H A Dsanitize_test.cpp28 struct mmc_ioc_cmd idata),
/openbmc/linux/drivers/mmc/core/
H A Dblock.c400 struct mmc_ioc_cmd ic;
411 struct mmc_ioc_cmd __user *user) in mmc_blk_ioctl_copy_from_user()
453 static int mmc_blk_ioctl_copy_to_user(struct mmc_ioc_cmd __user *ic_ptr, in mmc_blk_ioctl_copy_to_user()
456 struct mmc_ioc_cmd *ic = &idata->ic; in mmc_blk_ioctl_copy_to_user()
658 struct mmc_ioc_cmd __user *ic_ptr, in mmc_blk_ioctl_cmd()
712 struct mmc_ioc_cmd __user *cmds = user->cmds; in mmc_blk_ioctl_multi_cmd()
813 (struct mmc_ioc_cmd __user *)arg, in mmc_blk_ioctl()
2646 (struct mmc_ioc_cmd __user *)arg, in mmc_rpmb_ioctl()