Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h139022 struct mmc_bus_ops { struct
139023 void (*remove)(struct mmc_host *);
139024 void (*detect)(struct mmc_host *);
139025 int (*pre_suspend)(struct mmc_host *);
139026 int (*suspend)(struct mmc_host *);
139027 int (*resume)(struct mmc_host *);
139028 int (*runtime_suspend)(struct mmc_host *);
139029 int (*runtime_resume)(struct mmc_host *);
139030 int (*alive)(struct mmc_host *);
139031 int (*shutdown)(struct mmc_host *);
[all …]