Lines Matching defs:tc6393xb

90 struct tc6393xb {  struct
91 void __iomem *scr;
92 struct device *dev;
94 struct gpio_chip gpio;
95 struct gpio_desc *vcc_on;
97 struct clk *clk; /* 3,6 Mhz */
99 raw_spinlock_t lock; /* protects RMW cycles */
124 static int tc6393xb_nand_enable(struct platform_device *nand) in tc6393xb_nand_enable() argument
126 struct tc6393xb *tc6393xb = dev_get_drvdata(nand->dev.parent); 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
315 struct tc6393xb *tc6393xb = dev_get_drvdata(fb->dev.parent); in tc6393xb_lcd_set_power() local
336 struct tc6393xb *tc6393xb = dev_get_drvdata(fb->dev.parent); in tc6393xb_lcd_mode() local
352 struct tc6393xb *tc6393xb = dev_get_drvdata(mmc->dev.parent); in tc6393xb_mmc_enable() local
362 struct tc6393xb *tc6393xb = dev_get_drvdata(mmc->dev.parent); in tc6393xb_mmc_resume() local
372 struct tc6393xb *tc6393xb = dev_get_drvdata(mmc->dev.parent); in tc6393xb_mmc_pwr() local
379 struct tc6393xb *tc6393xb = dev_get_drvdata(mmc->dev.parent); in tc6393xb_mmc_clk_div() local
431 struct tc6393xb *tc6393xb = gpiochip_get_data(chip); in tc6393xb_gpio_get() local
441 struct tc6393xb *tc6393xb = gpiochip_get_data(chip); in __tc6393xb_gpio_set() local
456 struct tc6393xb *tc6393xb = gpiochip_get_data(chip); in tc6393xb_gpio_set() local
469 struct tc6393xb *tc6393xb = gpiochip_get_data(chip); in tc6393xb_gpio_direction_input() local
487 struct tc6393xb *tc6393xb = gpiochip_get_data(chip); in tc6393xb_gpio_direction_output() local
562 static int tc6393xb_register_gpio(struct tc6393xb *tc6393xb) in tc6393xb_register_gpio()
597 struct tc6393xb *tc6393xb = irq_desc_get_handler_data(desc); in tc6393xb_irq() local
617 struct tc6393xb *tc6393xb = irq_data_get_irq_chip_data(data); in tc6393xb_irq_mask() local
630 struct tc6393xb *tc6393xb = irq_data_get_irq_chip_data(data); in tc6393xb_irq_unmask() local
650 struct tc6393xb *tc6393xb = platform_get_drvdata(dev); in tc6393xb_attach_irq() local
668 struct tc6393xb *tc6393xb = platform_get_drvdata(dev); in tc6393xb_detach_irq() local
687 struct tc6393xb *tc6393xb; in tc6393xb_probe() local
800 struct tc6393xb *tc6393xb = platform_get_drvdata(dev); in tc6393xb_remove() local
820 struct tc6393xb *tc6393xb = platform_get_drvdata(dev); in tc6393xb_suspend() local
843 struct tc6393xb *tc6393xb = platform_get_drvdata(dev); in tc6393xb_resume() local