Lines Matching defs:dev
39 static int mmc_host_class_prepare(struct device *dev) in mmc_host_class_prepare()
57 static void mmc_host_class_complete(struct device *dev) in mmc_host_class_complete()
74 static void mmc_host_classdev_release(struct device *dev) in mmc_host_classdev_release()
83 static int mmc_host_classdev_shutdown(struct device *dev) in mmc_host_classdev_shutdown()
222 static void mmc_of_parse_timing_phase(struct device *dev, const char *prop, in mmc_of_parse_timing_phase()
239 struct device *dev = host->parent; in mmc_of_parse_clk_phase() local
277 struct device *dev = host->parent; in mmc_of_parse() local
450 struct device *dev = host->parent; in mmc_of_parse_voltage() local
521 struct mmc_host *mmc_alloc_host(int extra, struct device *dev) in mmc_alloc_host()
590 static void devm_mmc_host_release(struct device *dev, void *res) in devm_mmc_host_release()
595 struct mmc_host *devm_mmc_alloc_host(struct device *dev, int extra) in devm_mmc_alloc_host()
618 struct device *dev = host->parent; in mmc_validate_host_caps() local