Home
last modified time | relevance | path

Searched refs:gpiochip_find (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/drivers/gpio/
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()
Dgpio-eic-sprd.c557 chip = gpiochip_find(&type, sprd_eic_match_chip_by_type); in sprd_eic_irq_handler()
Dgpiolib.c856 struct gpio_chip *gpiochip_find(void *data, in gpiochip_find() function
875 EXPORT_SYMBOL_GPL(gpiochip_find);
886 return gpiochip_find((void *)name, gpiochip_match_name); in find_chip_by_name()
Dgpiolib-acpi.c124 chip = gpiochip_find(handle, acpi_gpiochip_find); in acpi_get_gpiod()
/Linux-v5.10/include/linux/gpio/
Ddriver.h549 extern struct gpio_chip *gpiochip_find(void *data,
/Linux-v5.10/arch/arm/mach-omap1/
Dboard-ams-delta.c643 chip = gpiochip_find(OMAP_GPIO_LABEL, gpiochip_match_by_label); in omap_gpio_deps_init()
/Linux-v5.10/drivers/spi/
Dspi-bcm2835.c1257 chip = gpiochip_find("pinctrl-bcm2835", chip_match_name); in bcm2835_spi_setup()