Searched refs:gpio_irq_chip_set_chip (Results 1 – 25 of 91) sorted by relevance
1234
/linux-6.6.21/drivers/gpio/ |
D | gpio-visconti.c | 204 gpio_irq_chip_set_chip(girq, &visconti_gpio_irq_chip); in visconti_gpio_probe()
|
D | gpio-idt3243x.c | 176 gpio_irq_chip_set_chip(girq, &idt_gpio_irqchip); in idt_gpio_probe()
|
D | gpio-ixp4xx.c | 275 gpio_irq_chip_set_chip(girq, &ixp4xx_gpio_irqchip); in ixp4xx_gpio_probe()
|
D | gpio-siox.c | 246 gpio_irq_chip_set_chip(girq, &gpio_siox_irq_chip); in gpio_siox_probe()
|
D | gpio-mlxbf3.c | 229 gpio_irq_chip_set_chip(girq, &gpio_mlxbf3_irqchip); in mlxbf3_gpio_probe()
|
D | gpio-rda.c | 256 gpio_irq_chip_set_chip(girq, &rda_gpio_irq_chip); in rda_gpio_probe()
|
D | gpio-cadence.c | 229 gpio_irq_chip_set_chip(girq, &cdns_gpio_irqchip); in cdns_gpio_probe()
|
D | gpio-ath79.c | 282 gpio_irq_chip_set_chip(girq, &ath79_gpio_irqchip); in ath79_gpio_probe()
|
D | gpio-hisi.c | 212 gpio_irq_chip_set_chip(girq_chip, &hisi_gpio_irq_chip); in hisi_gpio_init_irq()
|
D | gpio-sprd.c | 251 gpio_irq_chip_set_chip(irq, &sprd_gpio_irqchip); in sprd_gpio_probe()
|
D | gpio-sifive.c | 246 gpio_irq_chip_set_chip(girq, &sifive_gpio_irqchip); in sifive_gpio_probe()
|
D | gpio-ftgpio010.c | 291 gpio_irq_chip_set_chip(girq, &ftgpio_irq_chip); in ftgpio_gpio_probe()
|
D | gpio-hlwd.c | 286 gpio_irq_chip_set_chip(girq, &hlwd_gpio_irq_chip); in hlwd_gpio_probe()
|
D | gpio-max77620.c | 324 gpio_irq_chip_set_chip(girq, &max77620_gpio_irqchip); in max77620_gpio_probe()
|
D | gpio-pcf857x.c | 383 gpio_irq_chip_set_chip(girq, &pcf857x_irq_chip); in pcf857x_probe()
|
D | gpio-pmic-eic-sprd.c | 358 gpio_irq_chip_set_chip(irq, &pmic_eic_irq_chip); in sprd_pmic_eic_probe()
|
D | gpio-xlp.c | 285 gpio_irq_chip_set_chip(girq, &xlp_gpio_irq_chip); in xlp_gpio_probe()
|
D | gpio-tqmx86.c | 306 gpio_irq_chip_set_chip(girq, &tqmx86_gpio_irq_chip); in tqmx86_gpio_probe()
|
D | gpio-vf610.c | 338 gpio_irq_chip_set_chip(girq, &vf610_irqchip); in vf610_gpio_probe()
|
D | gpio-sch.c | 384 gpio_irq_chip_set_chip(girq, &sch_irqchip); in sch_gpio_probe()
|
D | gpio-altera.c | 293 gpio_irq_chip_set_chip(girq, &altera_gpio_irq_chip); in altera_gpio_probe()
|
D | gpio-crystalcove.c | 360 gpio_irq_chip_set_chip(girq, &crystalcove_irqchip); in crystalcove_gpio_probe()
|
D | gpio-mlxbf2.c | 403 gpio_irq_chip_set_chip(girq, &mlxbf2_gpio_irq_chip); in mlxbf2_gpio_probe()
|
/linux-6.6.21/drivers/bcma/ |
D | driver_gpio.c | 146 gpio_irq_chip_set_chip(girq, &bcma_gpio_irq_chip); in bcma_gpio_irq_init()
|
/linux-6.6.21/include/linux/gpio/ |
D | driver.h | 631 static inline void gpio_irq_chip_set_chip(struct gpio_irq_chip *girq, in gpio_irq_chip_set_chip() function
|
1234