Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_unisoc91 gpiochip_find
H A Dabi_gki_aarch64_galaxy2028 gpiochip_find
/OK3568_Linux_fs/kernel/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.c557 chip = gpiochip_find(&type, sprd_eic_match_chip_by_type); in sprd_eic_irq_handler()
H A Dgpiolib.c870 struct gpio_chip *gpiochip_find(void *data, in gpiochip_find() function
889 EXPORT_SYMBOL_GPL(gpiochip_find);
900 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()
/OK3568_Linux_fs/kernel/include/linux/gpio/
H A Ddriver.h563 extern struct gpio_chip *gpiochip_find(void *data,
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-bcm2835.c1268 chip = gpiochip_find("pinctrl-bcm2835", chip_match_name); in bcm2835_spi_setup()