Searched refs:gpio_irq_chip_set_chip (Results 1 – 25 of 42) sorted by relevance
12
/Linux-v6.1/drivers/gpio/ |
D | gpio-104-idi-48.c | 275 gpio_irq_chip_set_chip(girq, &idi_48_irqchip); in idi_48_probe()
|
D | gpio-ixp4xx.c | 277 gpio_irq_chip_set_chip(girq, &ixp4xx_gpio_irqchip); in ixp4xx_gpio_probe()
|
D | gpio-104-dio-48e.c | 330 gpio_irq_chip_set_chip(girq, &dio48e_irqchip); in dio48e_probe()
|
D | gpio-104-idio-16.c | 307 gpio_irq_chip_set_chip(girq, &idio_16_irqchip); in idio_16_probe()
|
D | gpio-sifive.c | 251 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-max77620.c | 324 gpio_irq_chip_set_chip(girq, &max77620_gpio_irqchip); in max77620_gpio_probe()
|
D | gpio-crystalcove.c | 360 gpio_irq_chip_set_chip(girq, &crystalcove_irqchip); in crystalcove_gpio_probe()
|
D | gpio-sch.c | 386 gpio_irq_chip_set_chip(girq, &sch_irqchip); in sch_gpio_probe()
|
D | gpio-mt7621.c | 273 gpio_irq_chip_set_chip(girq, &mt7621_irq_chip); in mediatek_gpio_bank_probe()
|
D | gpio-pcf857x.c | 366 gpio_irq_chip_set_chip(girq, &pcf857x_irq_chip); in pcf857x_probe()
|
D | gpio-realtek-otto.c | 417 gpio_irq_chip_set_chip(girq, &realtek_gpio_irq_chip); in realtek_gpio_probe()
|
D | gpio-tc3589x.c | 328 gpio_irq_chip_set_chip(girq, &tc3589x_gpio_irq_chip); in tc3589x_gpio_probe()
|
D | gpio-tegra.c | 781 gpio_irq_chip_set_chip(irq, &tegra210_gpio_irq_chip); in tegra_gpio_probe() 783 gpio_irq_chip_set_chip(irq, &tegra_gpio_irq_chip); in tegra_gpio_probe()
|
D | gpio-wcove.c | 461 gpio_irq_chip_set_chip(girq, &wcove_irqchip); in wcove_gpio_probe()
|
D | gpio-dln2.c | 481 gpio_irq_chip_set_chip(girq, &dln2_irqchip); in dln2_gpio_probe()
|
D | gpio-ws16c48.c | 471 gpio_irq_chip_set_chip(girq, &ws16c48_irqchip); in ws16c48_probe()
|
D | gpio-pl061.c | 346 gpio_irq_chip_set_chip(girq, &pl061_irq_chip); in pl061_probe()
|
D | gpio-merrifield.c | 493 gpio_irq_chip_set_chip(girq, &mrfld_irqchip); in mrfld_gpio_probe()
|
D | gpio-rcar.c | 548 gpio_irq_chip_set_chip(girq, &gpio_rcar_irq_chip); in gpio_rcar_probe()
|
/Linux-v6.1/include/linux/gpio/ |
D | driver.h | 636 static inline void gpio_irq_chip_set_chip(struct gpio_irq_chip *girq, in gpio_irq_chip_set_chip() function
|
/Linux-v6.1/drivers/pinctrl/ |
D | pinctrl-apple-gpio.c | 384 gpio_irq_chip_set_chip(girq, &apple_gpio_irqchip); in apple_gpio_register()
|
/Linux-v6.1/drivers/input/keyboard/ |
D | adp5588-keys.c | 450 gpio_irq_chip_set_chip(girq, &adp5588_irq_chip); in adp5588_gpio_add()
|
/Linux-v6.1/Documentation/driver-api/gpio/ |
D | driver.rst | 481 gpio_irq_chip_set_chip(girq, &my_gpio_irq_chip); 560 gpio_irq_chip_set_chip(girq, &my_gpio_irq_chip); 634 gpio_irq_chip_set_chip(girq, &my_gpio_irq_chip);
|
/Linux-v6.1/drivers/pinctrl/intel/ |
D | pinctrl-lynxpoint.c | 893 gpio_irq_chip_set_chip(girq, &lp_irqchip); in lp_gpio_probe()
|
12