OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mmc_ioc_cmd
(Results
26 - 27
of
27
) sorted by null
1
2
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/mmc/
ioctl.h
22
struct
mmc_ioc_cmd
{
struct
44
#define
MMC_IOC_CMD
_IOWR(MMC_BLOCK_MAJOR, 0, struct
mmc_ioc_cmd
)
/external/mmc-utils/
mmc_cmds.c
41
struct
mmc_ioc_cmd
idata;
52
ret = ioctl(fd,
MMC_IOC_CMD
, &idata);
62
struct
mmc_ioc_cmd
idata;
73
ret = ioctl(fd,
MMC_IOC_CMD
, &idata);
83
struct
mmc_ioc_cmd
idata;
90
ret = ioctl(fd,
MMC_IOC_CMD
, &idata);
[
all
...]
Completed in 422 milliseconds
1
2