Lines Matching refs:platform_device
83 static int t7l66xb_mmc_enable(struct platform_device *mmc) in t7l66xb_mmc_enable()
85 struct platform_device *dev = to_platform_device(mmc->dev.parent); in t7l66xb_mmc_enable()
106 static int t7l66xb_mmc_disable(struct platform_device *mmc) in t7l66xb_mmc_disable()
108 struct platform_device *dev = to_platform_device(mmc->dev.parent); in t7l66xb_mmc_disable()
126 static void t7l66xb_mmc_pwr(struct platform_device *mmc, int state) in t7l66xb_mmc_pwr()
128 struct platform_device *dev = to_platform_device(mmc->dev.parent); in t7l66xb_mmc_pwr()
134 static void t7l66xb_mmc_clk_div(struct platform_device *mmc, int state) in t7l66xb_mmc_clk_div()
136 struct platform_device *dev = to_platform_device(mmc->dev.parent); in t7l66xb_mmc_clk_div()
239 static void t7l66xb_attach_irq(struct platform_device *dev) in t7l66xb_attach_irq()
255 static void t7l66xb_detach_irq(struct platform_device *dev) in t7l66xb_detach_irq()
273 static int t7l66xb_suspend(struct platform_device *dev, pm_message_t state) in t7l66xb_suspend()
285 static int t7l66xb_resume(struct platform_device *dev) in t7l66xb_resume()
306 static int t7l66xb_probe(struct platform_device *dev) in t7l66xb_probe()
402 static int t7l66xb_remove(struct platform_device *dev) in t7l66xb_remove()