Searched refs:gpio_irq_chip_set_chip (Results 1 – 25 of 98) sorted by relevance
1234
/linux/drivers/platform/x86/intel/ |
H A D | int0002_vgpio.c | 217 gpio_irq_chip_set_chip(girq, &int0002_irqchip); in int0002_probe()
|
/linux/drivers/gpio/ |
H A D | gpio-idt3243x.c | 176 gpio_irq_chip_set_chip(girq, &idt_gpio_irqchip); in idt_gpio_probe()
|
H A D | gpio-siox.c | 247 gpio_irq_chip_set_chip(girq, &gpio_siox_irq_chip); in gpio_siox_probe()
|
H A D | gpio-ixp4xx.c | 322 gpio_irq_chip_set_chip(girq, &ixp4xx_gpio_irqchip); in ixp4xx_gpio_probe()
|
H A D | gpio-rda.c | 256 gpio_irq_chip_set_chip(girq, &rda_gpio_irq_chip); in rda_gpio_probe()
|
H A D | gpio-cadence.c | 217 gpio_irq_chip_set_chip(girq, &cdns_gpio_irqchip); in cdns_gpio_probe()
|
H A D | gpio-sifive.c | 246 gpio_irq_chip_set_chip(girq, &sifive_gpio_irqchip); in sifive_gpio_probe()
|
H A D | gpio-mlxbf3.c | 248 gpio_irq_chip_set_chip(girq, &gpio_mlxbf3_irqchip); in mlxbf3_gpio_probe()
|
H A D | gpio-blzp1600.c | 249 gpio_irq_chip_set_chip(girq, &blzp1600_gpio_irqchip); in blzp1600_gpio_probe()
|
H A D | gpio-spacemit-k1.c | 210 gpio_irq_chip_set_chip(girq, &spacemit_gpio_chip); in spacemit_gpio_add_bank()
|
H A D | gpio-xlp.c | 283 gpio_irq_chip_set_chip(girq, &xlp_gpio_irq_chip); in xlp_gpio_probe()
|
H A D | gpio-sprd.c | 253 gpio_irq_chip_set_chip(irq, &sprd_gpio_irqchip); in sprd_gpio_probe()
|
H A D | gpio-hisi.c | 212 gpio_irq_chip_set_chip(girq_chip, &hisi_gpio_irq_chip); in hisi_gpio_init_irq()
|
H A D | gpio-ftgpio010.c | 285 gpio_irq_chip_set_chip(girq, &ftgpio_irq_chip); in ftgpio_gpio_probe()
|
H A D | gpio-vf610.c | 325 gpio_irq_chip_set_chip(girq, &vf610_irqchip); in vf610_gpio_probe()
|
H A D | gpio-altera.c | 287 gpio_irq_chip_set_chip(girq, &altera_gpio_irq_chip); in altera_gpio_probe()
|
H A D | gpio-max77620.c | 321 gpio_irq_chip_set_chip(girq, &max77620_gpio_irqchip); in max77620_gpio_probe()
|
H A D | gpio-hlwd.c | 286 gpio_irq_chip_set_chip(girq, &hlwd_gpio_irq_chip); in hlwd_gpio_probe()
|
H A D | gpio-crystalcove.c | 361 gpio_irq_chip_set_chip(girq, &crystalcove_irqchip); in crystalcove_gpio_probe()
|
H A D | gpio-mt7621.c | 273 gpio_irq_chip_set_chip(girq, &mt7621_irq_chip); in mediatek_gpio_bank_probe()
|
H A D | gpio-sch.c | 390 gpio_irq_chip_set_chip(girq, &sch_irqchip); in sch_gpio_probe()
|
H A D | gpio-ep93xx.c | 286 gpio_irq_chip_set_chip(girq, &gpio_eic_irq_chip); in ep93xx_setup_irqs()
|
H A D | gpio-tqmx86.c | 390 gpio_irq_chip_set_chip(girq, &tqmx86_gpio_irq_chip); in tqmx86_gpio_probe()
|
H A D | gpio-pcf857x.c | 411 gpio_irq_chip_set_chip(girq, &pcf857x_irq_chip); in pcf857x_probe()
|
/linux/drivers/bcma/ |
H A D | driver_gpio.c | 148 gpio_irq_chip_set_chip(girq, &bcma_gpio_irq_chip); in bcma_gpio_irq_init()
|
1234