HomeSort by relevance Sort by last modified time
    Searched refs:mmc_ioc_multi_cmd (Results 1 - 3 of 3) 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 50 * struct mmc_ioc_multi_cmd - multi command information
55 struct mmc_ioc_multi_cmd { struct
62 * MMC_IOC_MULTI_CMD: Used to send an array of MMC commands described by
63 * the structure mmc_ioc_multi_cmd. The MMC driver will issue all
66 #define MMC_IOC_MULTI_CMD _IOWR(MMC_BLOCK_MAJOR, 1, struct mmc_ioc_multi_cmd)
  /system/core/trusty/storage/proxy/
rpmb.c 78 struct mmc_ioc_multi_cmd multi;
166 rc = ioctl(rpmb_fd, MMC_IOC_MULTI_CMD, &mmc.multi);
179 * Nothing todo for post msg commit request as MMC_IOC_MULTI_CMD

Completed in 81 milliseconds