Home
last modified time | relevance | path

Searched refs:gpiochip_find (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-6.6/drivers/platform/x86/x86-android-tablets/
H A Dcore.c38 chip = gpiochip_find((void *)label, gpiochip_find_match_label); in x86_android_tablet_get_gpiod()
276 chip = gpiochip_find(dev_info->invalid_aei_gpiochip, in x86_android_tablet_init()
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpiolib-swnode.c48 chip = gpiochip_find((void *)chip_node->name, swnode_gpiochip_match_name); in swnode_get_chip()
H A Dgpiolib-of.c133 return gpiochip_find(gpiospec, of_gpiochip_match_node_and_xlate); in of_find_gpiochip_by_xlate()
822 return gpiochip_find(np, of_gpiochip_match_node); in of_find_gpiochip_by_node()
H A Dgpio-eic-sprd.c584 chip = gpiochip_find(&type, sprd_eic_match_chip_by_type); in sprd_eic_irq_handler()
H A Dgpiolib.c1022 struct gpio_chip *gpiochip_find(void *data, in gpiochip_find() function
1037 EXPORT_SYMBOL_GPL(gpiochip_find); variable
1069 * context like it happened with gpiochip_find(). in gpio_device_find()
1093 return gpiochip_find((void *)name, gpiochip_match_name); in find_chip_by_name()
H A Dgpiolib-acpi.c154 chip = gpiochip_find(handle, acpi_gpiochip_find); in acpi_get_gpiod()
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpiolib-of.c96 return gpiochip_find(gpiospec, of_gpiochip_match_node_and_xlate); in of_find_gpiochip_by_xlate()
731 return gpiochip_find(np, of_gpiochip_match_node); in of_find_gpiochip_by_node()
H A Dgpio-eic-sprd.c581 chip = gpiochip_find(&type, sprd_eic_match_chip_by_type); in sprd_eic_irq_handler()
H A Dgpiolib.c858 * gpiochip_find() - iterator for locating a specific gpio_chip
868 struct gpio_chip *gpiochip_find(void *data, in gpiochip_find() function
887 EXPORT_SYMBOL_GPL(gpiochip_find); variable
898 return gpiochip_find((void *)name, gpiochip_match_name); in find_chip_by_name()
H A Dgpiolib-acpi.c124 chip = gpiochip_find(handle, acpi_gpiochip_find); in acpi_get_gpiod()
/kernel/linux/linux-6.6/drivers/hte/
H A Dhte-tegra194.c763 hte_dev->c = gpiochip_find("tegra194-gpio-aon", in tegra_hte_probe()
775 hte_dev->c = gpiochip_find(gpio_ctrl, in tegra_hte_probe()
/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H A Dboard-ams-delta.c621 chip = gpiochip_find(OMAP_GPIO_LABEL, gpiochip_match_by_label); in omap_gpio_deps_init()
/kernel/linux/linux-5.10/include/linux/gpio/
H A Ddriver.h585 extern struct gpio_chip *gpiochip_find(void *data,
/kernel/linux/linux-6.6/include/linux/gpio/
H A Ddriver.h607 extern struct gpio_chip *gpiochip_find(void *data,
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A Dboard-ams-delta.c629 chip = gpiochip_find(OMAP_GPIO_LABEL, gpiochip_match_by_label); in omap_gpio_deps_init()
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-bcm2835.c1268 chip = gpiochip_find("pinctrl-bcm2835", chip_match_name); in bcm2835_spi_setup()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-bcm2835.c1300 chip = gpiochip_find("pinctrl-bcm2835", chip_match_name); in bcm2835_spi_setup()

Completed in 29 milliseconds