HomeSort by relevance Sort by last modified time
    Searched defs:MMC_IOC_MULTI_CMD (Results 1 - 2 of 2) sorted by null

  /bionic/libc/kernel/uapi/linux/mmc/
ioctl.h 39 struct mmc_ioc_multi_cmd { struct
44 #define MMC_IOC_MULTI_CMD _IOWR(MMC_BLOCK_MAJOR, 1, struct mmc_ioc_multi_cmd)
  /external/kernel-headers/original/uapi/linux/mmc/
ioctl.h 49 * struct mmc_ioc_multi_cmd - multi command information
54 struct mmc_ioc_multi_cmd { struct
61 * MMC_IOC_MULTI_CMD: Used to send an array of MMC commands described by
62 * the structure mmc_ioc_multi_cmd. The MMC driver will issue all
65 #define MMC_IOC_MULTI_CMD _IOWR(MMC_BLOCK_MAJOR, 1, struct mmc_ioc_multi_cmd)

Completed in 193 milliseconds