Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/linux/mmc/
Dioctl.h8 struct mmc_ioc_cmd { struct
10 int write_flag;
13 int is_acmd;
15 __u32 opcode;
16 __u32 arg;
17 __u32 response[4]; /* CMD response */
18 unsigned int flags;
19 unsigned int blksz;
20 unsigned int blocks;
48 #define mmc_ioc_cmd_set_data(ic, ptr) ic.data_ptr = (__u64)(unsigned long) ptr argument
[all …]