Searched refs:tc6393xb (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | tc6393xb.c | 23 #include <linux/mfd/tc6393xb.h> 88 struct tc6393xb { struct 122 struct tc6393xb *tc6393xb = dev_get_drvdata(nand->dev.parent); in tc6393xb_nand_enable() local 125 raw_spin_lock_irqsave(&tc6393xb->lock, flags); in tc6393xb_nand_enable() 129 tmio_iowrite8(0xff, tc6393xb->scr + SCR_GPI_BCR(1)); in tc6393xb_nand_enable() 131 raw_spin_unlock_irqrestore(&tc6393xb->lock, flags); in tc6393xb_nand_enable() 220 struct tc6393xb *tc6393xb = dev_get_drvdata(dev->dev.parent); in tc6393xb_ohci_enable() local 225 raw_spin_lock_irqsave(&tc6393xb in tc6393xb_ohci_enable() 242 struct tc6393xb *tc6393xb = dev_get_drvdata(dev->dev.parent); tc6393xb_ohci_disable() local 275 struct tc6393xb *tc6393xb = dev_get_drvdata(dev->dev.parent); tc6393xb_fb_enable() local 293 struct tc6393xb *tc6393xb = dev_get_drvdata(dev->dev.parent); tc6393xb_fb_disable() local 311 struct tc6393xb *tc6393xb = dev_get_drvdata(fb->dev.parent); tc6393xb_lcd_set_power() local 332 struct tc6393xb *tc6393xb = dev_get_drvdata(fb->dev.parent); tc6393xb_lcd_mode() local 348 struct tc6393xb *tc6393xb = dev_get_drvdata(mmc->dev.parent); tc6393xb_mmc_enable() local 358 struct tc6393xb *tc6393xb = dev_get_drvdata(mmc->dev.parent); tc6393xb_mmc_resume() local 368 struct tc6393xb *tc6393xb = dev_get_drvdata(mmc->dev.parent); tc6393xb_mmc_pwr() local 375 struct tc6393xb *tc6393xb = dev_get_drvdata(mmc->dev.parent); tc6393xb_mmc_clk_div() local 427 struct tc6393xb *tc6393xb = gpiochip_get_data(chip); tc6393xb_gpio_get() local 437 struct tc6393xb *tc6393xb = gpiochip_get_data(chip); __tc6393xb_gpio_set() local 452 struct tc6393xb *tc6393xb = gpiochip_get_data(chip); tc6393xb_gpio_set() local 465 struct tc6393xb *tc6393xb = gpiochip_get_data(chip); tc6393xb_gpio_direction_input() local 483 struct tc6393xb *tc6393xb = gpiochip_get_data(chip); tc6393xb_gpio_direction_output() local 500 tc6393xb_register_gpio(struct tc6393xb *tc6393xb, int gpio_base) tc6393xb_register_gpio() argument 517 struct tc6393xb *tc6393xb = irq_desc_get_handler_data(desc); tc6393xb_irq() local 537 struct tc6393xb *tc6393xb = irq_data_get_irq_chip_data(data); tc6393xb_irq_mask() local 550 struct tc6393xb *tc6393xb = irq_data_get_irq_chip_data(data); tc6393xb_irq_unmask() local 570 struct tc6393xb *tc6393xb = platform_get_drvdata(dev); tc6393xb_attach_irq() local 588 struct tc6393xb *tc6393xb = platform_get_drvdata(dev); tc6393xb_detach_irq() local 607 struct tc6393xb *tc6393xb; tc6393xb_probe() local 736 struct tc6393xb *tc6393xb = platform_get_drvdata(dev); tc6393xb_remove() local 763 struct tc6393xb *tc6393xb = platform_get_drvdata(dev); tc6393xb_suspend() local 786 struct tc6393xb *tc6393xb = platform_get_drvdata(dev); tc6393xb_resume() local [all...] |
H A D | Makefile | 39 obj-$(CONFIG_MFD_TC6393XB) += tc6393xb.o tmio_core.o
|
/kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
H A D | tosa.c | 21 #include <linux/mfd/tc6393xb.h> 624 rc = gpio_request(TOSA_GPIO_TC6393XB_REST_IN, "tc6393xb #pclr"); in tosa_tc6393xb_enable() 627 rc = gpio_request(TOSA_GPIO_TC6393XB_SUSPEND, "tc6393xb #suspend"); in tosa_tc6393xb_enable() 630 rc = gpio_request(TOSA_GPIO_TC6393XB_L3V_ON, "tc6393xb l3v"); in tosa_tc6393xb_enable() 800 .name = "tc6393xb", 827 GPIO_LOOKUP("tc6393xb", 837 GPIO_LOOKUP("tc6393xb",
|
H A D | eseries.c | 22 #include <linux/mfd/tc6393xb.h> 696 /* ----------------- e750 tc6393xb parameters ------------------ */ 710 .name = "tc6393xb", 772 /* tc6393xb */ 915 /* ----------------- e800 tc6393xb parameters ------------------ */ 929 .name = "tc6393xb",
|
Completed in 4 milliseconds