Lines Matching refs:platform_device
123 static int tc6393xb_nand_enable(struct platform_device *nand) in tc6393xb_nand_enable()
125 struct platform_device *dev = to_platform_device(nand->dev.parent); in tc6393xb_nand_enable()
222 static int tc6393xb_ohci_enable(struct platform_device *dev) in tc6393xb_ohci_enable()
244 static int tc6393xb_ohci_disable(struct platform_device *dev) in tc6393xb_ohci_disable()
266 static int tc6393xb_ohci_suspend(struct platform_device *dev) in tc6393xb_ohci_suspend()
277 static int tc6393xb_fb_enable(struct platform_device *dev) in tc6393xb_fb_enable()
295 static int tc6393xb_fb_disable(struct platform_device *dev) in tc6393xb_fb_disable()
313 int tc6393xb_lcd_set_power(struct platform_device *fb, bool on) in tc6393xb_lcd_set_power()
315 struct platform_device *dev = to_platform_device(fb->dev.parent); in tc6393xb_lcd_set_power()
335 int tc6393xb_lcd_mode(struct platform_device *fb, in tc6393xb_lcd_mode()
337 struct platform_device *dev = to_platform_device(fb->dev.parent); in tc6393xb_lcd_mode()
352 static int tc6393xb_mmc_enable(struct platform_device *mmc) in tc6393xb_mmc_enable()
354 struct platform_device *dev = to_platform_device(mmc->dev.parent); in tc6393xb_mmc_enable()
363 static int tc6393xb_mmc_resume(struct platform_device *mmc) in tc6393xb_mmc_resume()
365 struct platform_device *dev = to_platform_device(mmc->dev.parent); in tc6393xb_mmc_resume()
374 static void tc6393xb_mmc_pwr(struct platform_device *mmc, int state) in tc6393xb_mmc_pwr()
376 struct platform_device *dev = to_platform_device(mmc->dev.parent); in tc6393xb_mmc_pwr()
382 static void tc6393xb_mmc_clk_div(struct platform_device *mmc, int state) in tc6393xb_mmc_clk_div()
384 struct platform_device *dev = to_platform_device(mmc->dev.parent); in tc6393xb_mmc_clk_div()
579 static void tc6393xb_attach_irq(struct platform_device *dev) in tc6393xb_attach_irq()
597 static void tc6393xb_detach_irq(struct platform_device *dev) in tc6393xb_detach_irq()
616 static int tc6393xb_probe(struct platform_device *dev) in tc6393xb_probe()
745 static int tc6393xb_remove(struct platform_device *dev) in tc6393xb_remove()
772 static int tc6393xb_suspend(struct platform_device *dev, pm_message_t state) in tc6393xb_suspend()
795 static int tc6393xb_resume(struct platform_device *dev) in tc6393xb_resume()