Lines Matching refs:platform_device
48 static int tc6387xb_suspend(struct platform_device *dev, pm_message_t state) in tc6387xb_suspend()
60 static int tc6387xb_resume(struct platform_device *dev) in tc6387xb_resume()
81 static void tc6387xb_mmc_pwr(struct platform_device *mmc, int state) in tc6387xb_mmc_pwr()
83 struct platform_device *dev = to_platform_device(mmc->dev.parent); in tc6387xb_mmc_pwr()
89 static void tc6387xb_mmc_clk_div(struct platform_device *mmc, int state) in tc6387xb_mmc_clk_div()
91 struct platform_device *dev = to_platform_device(mmc->dev.parent); in tc6387xb_mmc_clk_div()
98 static int tc6387xb_mmc_enable(struct platform_device *mmc) in tc6387xb_mmc_enable()
100 struct platform_device *dev = to_platform_device(mmc->dev.parent); in tc6387xb_mmc_enable()
111 static int tc6387xb_mmc_disable(struct platform_device *mmc) in tc6387xb_mmc_disable()
113 struct platform_device *dev = to_platform_device(mmc->dev.parent); in tc6387xb_mmc_disable()
141 static int tc6387xb_probe(struct platform_device *dev) in tc6387xb_probe()
210 static int tc6387xb_remove(struct platform_device *dev) in tc6387xb_remove()