Lines Matching defs:tc6393xb
91 struct tc6393xb { struct
92 void __iomem *scr;
94 struct gpio_chip gpio;
96 struct clk *clk; /* 3,6 Mhz */
98 spinlock_t lock; /* protects RMW cycles */
123 static int tc6393xb_nand_enable(struct platform_device *nand) in tc6393xb_nand_enable() argument
126 struct tc6393xb *tc6393xb = platform_get_drvdata(dev); in tc6393xb_nand_enable() argument
224 struct tc6393xb *tc6393xb = dev_get_drvdata(dev->dev.parent); in tc6393xb_ohci_enable() local
246 struct tc6393xb *tc6393xb = dev_get_drvdata(dev->dev.parent); in tc6393xb_ohci_disable() local
268 struct tc6393xb *tc6393xb = dev_get_drvdata(dev->dev.parent); in tc6393xb_fb_enable() local
286 struct tc6393xb *tc6393xb = dev_get_drvdata(dev->dev.parent); in tc6393xb_fb_disable() local
305 struct tc6393xb *tc6393xb = platform_get_drvdata(dev); in tc6393xb_lcd_set_power() local
327 struct tc6393xb *tc6393xb = platform_get_drvdata(dev); in tc6393xb_lcd_mode() local
344 struct tc6393xb *tc6393xb = platform_get_drvdata(dev); in tc6393xb_mmc_enable() local
355 struct tc6393xb *tc6393xb = platform_get_drvdata(dev); in tc6393xb_mmc_resume() local
366 struct tc6393xb *tc6393xb = platform_get_drvdata(dev); in tc6393xb_mmc_pwr() local
374 struct tc6393xb *tc6393xb = platform_get_drvdata(dev); in tc6393xb_mmc_clk_div() local
426 struct tc6393xb *tc6393xb = container_of(chip, struct tc6393xb, gpio); in tc6393xb_gpio_get() local
436 struct tc6393xb *tc6393xb = container_of(chip, struct tc6393xb, gpio); in __tc6393xb_gpio_set() local
451 struct tc6393xb *tc6393xb = container_of(chip, struct tc6393xb, gpio); in tc6393xb_gpio_set() local
464 struct tc6393xb *tc6393xb = container_of(chip, struct tc6393xb, gpio); in tc6393xb_gpio_direction_input() local
482 struct tc6393xb *tc6393xb = container_of(chip, struct tc6393xb, gpio); in tc6393xb_gpio_direction_output() local
499 static int tc6393xb_register_gpio(struct tc6393xb *tc6393xb, int gpio_base) in tc6393xb_register_gpio()
517 struct tc6393xb *tc6393xb = irq_get_handler_data(irq); 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
608 struct tc6393xb *tc6393xb; in tc6393xb_probe() local
737 struct tc6393xb *tc6393xb = platform_get_drvdata(dev); in tc6393xb_remove() local
770 struct tc6393xb *tc6393xb = platform_get_drvdata(dev); in tc6393xb_suspend() local
793 struct tc6393xb *tc6393xb = platform_get_drvdata(dev); in tc6393xb_resume() local