Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h106025 struct mmc_bus_ops { struct
106026 void (*remove)(struct mmc_host *);
106027 void (*detect)(struct mmc_host *);
106028 int (*pre_suspend)(struct mmc_host *);
106029 int (*suspend)(struct mmc_host *);
106030 int (*resume)(struct mmc_host *);
106031 int (*runtime_suspend)(struct mmc_host *);
106032 int (*runtime_resume)(struct mmc_host *);
106033 int (*alive)(struct mmc_host *);
106034 int (*shutdown)(struct mmc_host *);
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h115891 struct mmc_bus_ops { struct
115892 void (*remove)(struct mmc_host *);
115893 void (*detect)(struct mmc_host *);
115894 int (*pre_suspend)(struct mmc_host *);
115895 int (*suspend)(struct mmc_host *);
115896 int (*resume)(struct mmc_host *);
115897 int (*runtime_suspend)(struct mmc_host *);
115898 int (*runtime_resume)(struct mmc_host *);
115899 int (*alive)(struct mmc_host *);
115900 int (*shutdown)(struct mmc_host *);
[all …]