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
279 struct tc6393xb *tc6393xb = dev_get_drvdata(dev->dev.parent); in tc6393xb_fb_enable() local
297 struct tc6393xb *tc6393xb = dev_get_drvdata(dev->dev.parent); in tc6393xb_fb_disable() local
316 struct tc6393xb *tc6393xb = platform_get_drvdata(dev); in tc6393xb_lcd_set_power() local
338 struct tc6393xb *tc6393xb = platform_get_drvdata(dev); in tc6393xb_lcd_mode() local
355 struct tc6393xb *tc6393xb = platform_get_drvdata(dev); in tc6393xb_mmc_enable() local
366 struct tc6393xb *tc6393xb = platform_get_drvdata(dev); in tc6393xb_mmc_resume() local
377 struct tc6393xb *tc6393xb = platform_get_drvdata(dev); in tc6393xb_mmc_pwr() local
385 struct tc6393xb *tc6393xb = platform_get_drvdata(dev); in tc6393xb_mmc_clk_div() local
437 struct tc6393xb *tc6393xb = container_of(chip, struct tc6393xb, gpio); in tc6393xb_gpio_get() local
447 struct tc6393xb *tc6393xb = container_of(chip, struct tc6393xb, gpio); in __tc6393xb_gpio_set() local
462 struct tc6393xb *tc6393xb = container_of(chip, struct tc6393xb, gpio); in tc6393xb_gpio_set() local
475 struct tc6393xb *tc6393xb = container_of(chip, struct tc6393xb, gpio); in tc6393xb_gpio_direction_input() local
493 struct tc6393xb *tc6393xb = container_of(chip, struct tc6393xb, gpio); in tc6393xb_gpio_direction_output() local
510 static int tc6393xb_register_gpio(struct tc6393xb *tc6393xb, int gpio_base) in tc6393xb_register_gpio()
528 struct tc6393xb *tc6393xb = irq_get_handler_data(irq); in tc6393xb_irq() local
548 struct tc6393xb *tc6393xb = irq_data_get_irq_chip_data(data); in tc6393xb_irq_mask() local
561 struct tc6393xb *tc6393xb = irq_data_get_irq_chip_data(data); in tc6393xb_irq_unmask() local
581 struct tc6393xb *tc6393xb = platform_get_drvdata(dev); in tc6393xb_attach_irq() local
599 struct tc6393xb *tc6393xb = platform_get_drvdata(dev); in tc6393xb_detach_irq() local
619 struct tc6393xb *tc6393xb; in tc6393xb_probe() local
748 struct tc6393xb *tc6393xb = platform_get_drvdata(dev); in tc6393xb_remove() local
775 struct tc6393xb *tc6393xb = platform_get_drvdata(dev); in tc6393xb_suspend() local
798 struct tc6393xb *tc6393xb = platform_get_drvdata(dev); in tc6393xb_resume() local