Lines Matching defs:tc6393xb
88 struct tc6393xb { struct
89 void __iomem *scr;
91 struct gpio_chip gpio;
93 struct clk *clk; /* 3,6 Mhz */
95 raw_spinlock_t lock; /* protects RMW cycles */
120 static int tc6393xb_nand_enable(struct platform_device *nand) in tc6393xb_nand_enable() argument
122 struct tc6393xb *tc6393xb = dev_get_drvdata(nand->dev.parent); in tc6393xb_nand_enable() argument
220 struct tc6393xb *tc6393xb = dev_get_drvdata(dev->dev.parent); in tc6393xb_ohci_enable() local
242 struct tc6393xb *tc6393xb = dev_get_drvdata(dev->dev.parent); in tc6393xb_ohci_disable() local
275 struct tc6393xb *tc6393xb = dev_get_drvdata(dev->dev.parent); in tc6393xb_fb_enable() local
293 struct tc6393xb *tc6393xb = dev_get_drvdata(dev->dev.parent); in tc6393xb_fb_disable() local
311 struct tc6393xb *tc6393xb = dev_get_drvdata(fb->dev.parent); in tc6393xb_lcd_set_power() local
332 struct tc6393xb *tc6393xb = dev_get_drvdata(fb->dev.parent); in tc6393xb_lcd_mode() local
348 struct tc6393xb *tc6393xb = dev_get_drvdata(mmc->dev.parent); in tc6393xb_mmc_enable() local
358 struct tc6393xb *tc6393xb = dev_get_drvdata(mmc->dev.parent); in tc6393xb_mmc_resume() local
368 struct tc6393xb *tc6393xb = dev_get_drvdata(mmc->dev.parent); in tc6393xb_mmc_pwr() local
375 struct tc6393xb *tc6393xb = dev_get_drvdata(mmc->dev.parent); in tc6393xb_mmc_clk_div() local
427 struct tc6393xb *tc6393xb = gpiochip_get_data(chip); in tc6393xb_gpio_get() local
437 struct tc6393xb *tc6393xb = gpiochip_get_data(chip); in __tc6393xb_gpio_set() local
452 struct tc6393xb *tc6393xb = gpiochip_get_data(chip); in tc6393xb_gpio_set() local
465 struct tc6393xb *tc6393xb = gpiochip_get_data(chip); in tc6393xb_gpio_direction_input() local
483 struct tc6393xb *tc6393xb = gpiochip_get_data(chip); in tc6393xb_gpio_direction_output() local
500 static int tc6393xb_register_gpio(struct tc6393xb *tc6393xb, int gpio_base) in tc6393xb_register_gpio()
517 struct tc6393xb *tc6393xb = irq_desc_get_handler_data(desc); in tc6393xb_irq() local
537 struct tc6393xb *tc6393xb = irq_data_get_irq_chip_data(data); in tc6393xb_irq_mask() local
550 struct tc6393xb *tc6393xb = irq_data_get_irq_chip_data(data); in tc6393xb_irq_unmask() local
570 struct tc6393xb *tc6393xb = platform_get_drvdata(dev); in tc6393xb_attach_irq() local
588 struct tc6393xb *tc6393xb = platform_get_drvdata(dev); in tc6393xb_detach_irq() local
607 struct tc6393xb *tc6393xb; in tc6393xb_probe() local
736 struct tc6393xb *tc6393xb = platform_get_drvdata(dev); in tc6393xb_remove() local
763 struct tc6393xb *tc6393xb = platform_get_drvdata(dev); in tc6393xb_suspend() local
786 struct tc6393xb *tc6393xb = platform_get_drvdata(dev); in tc6393xb_resume() local