Searched refs:gpiochip_find (Results 1 – 7 of 7) sorted by relevance
96 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()
557 chip = gpiochip_find(&type, sprd_eic_match_chip_by_type); in sprd_eic_irq_handler()
856 struct gpio_chip *gpiochip_find(void *data, in gpiochip_find() function875 EXPORT_SYMBOL_GPL(gpiochip_find);886 return gpiochip_find((void *)name, gpiochip_match_name); in find_chip_by_name()
124 chip = gpiochip_find(handle, acpi_gpiochip_find); in acpi_get_gpiod()
549 extern struct gpio_chip *gpiochip_find(void *data,
643 chip = gpiochip_find(OMAP_GPIO_LABEL, gpiochip_match_by_label); in omap_gpio_deps_init()
1257 chip = gpiochip_find("pinctrl-bcm2835", chip_match_name); in bcm2835_spi_setup()