Searched defs:mmc_driver (Results 1 – 8 of 8) sorted by relevance
114925 struct mmc_driver { struct114926 struct device_driver drv;114927 int (*probe)(struct mmc_card *);114928 void (*remove)(struct mmc_card *);114929 void (*shutdown)(struct mmc_card *);
106150 struct mmc_driver { struct106151 struct device_driver drv;106152 int (*probe)(struct mmc_card *);106153 void (*remove)(struct mmc_card *);106154 void (*shutdown)(struct mmc_card *);
100560 struct mmc_driver { struct100561 struct device_driver drv;100562 int (*probe)(struct mmc_card *);100563 void (*remove)(struct mmc_card *);100564 void (*shutdown)(struct mmc_card *);
111973 struct mmc_driver { struct111974 struct device_driver drv;111975 int (*probe)(struct mmc_card *);111976 void (*remove)(struct mmc_card *);111977 void (*shutdown)(struct mmc_card *);
116016 struct mmc_driver { struct116017 struct device_driver drv;116018 int (*probe)(struct mmc_card *);116019 void (*remove)(struct mmc_card *);116020 void (*shutdown)(struct mmc_card *);