Home
last modified time | relevance | path

Searched defs:mmc_ioc_cmd (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/msm8994/original-kernel-headers/linux/mmc/
Dioctl.h6 struct mmc_ioc_cmd { struct
8 int write_flag;
11 int is_acmd;
13 __u32 opcode;
14 __u32 arg;
15 __u32 response[4]; /* CMD response */
16 unsigned int flags;
17 unsigned int blksz;
18 unsigned int blocks;
48 #define MMC_IOC_CMD _IOWR(MMC_BLOCK_MAJOR, 0, struct mmc_ioc_cmd) argument
/hardware/qcom/msm8996/kernel-headers/linux/mmc/
Dioctl.h22 struct mmc_ioc_cmd { struct
44 #define MMC_IOC_CMD _IOWR(MMC_BLOCK_MAJOR, 0, struct mmc_ioc_cmd) argument
/hardware/qcom/msm8994/kernel-headers/linux/mmc/
Dioctl.h22 struct mmc_ioc_cmd { struct
44 #define MMC_IOC_CMD _IOWR(MMC_BLOCK_MAJOR, 0, struct mmc_ioc_cmd) argument
/hardware/qcom/msm8996/original-kernel-headers/linux/mmc/
Dioctl.h6 struct mmc_ioc_cmd { struct
8 int write_flag;
11 int is_acmd;
13 __u32 opcode;
14 __u32 arg;
15 __u32 response[4]; /* CMD response */
16 unsigned int flags;
17 unsigned int blksz;
18 unsigned int blocks;
48 #define MMC_IOC_CMD _IOWR(MMC_BLOCK_MAJOR, 0, struct mmc_ioc_cmd) argument