Searched refs:gpiochip_find (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/drivers/gpio/ |
D | gpiolib-of.c | 96 return gpiochip_find(gpiospec, of_gpiochip_match_node_and_xlate); in of_find_gpiochip_by_xlate() 699 return gpiochip_find(np, of_gpiochip_match_node); in of_find_gpiochip_by_node()
|
D | gpio-eic-sprd.c | 557 chip = gpiochip_find(&type, sprd_eic_match_chip_by_type); in sprd_eic_irq_handler()
|
D | gpiolib.c | 927 struct gpio_chip *gpiochip_find(void *data, in gpiochip_find() function 946 EXPORT_SYMBOL_GPL(gpiochip_find); 957 return gpiochip_find((void *)name, gpiochip_match_name); in find_chip_by_name()
|
D | gpiolib-acpi.c | 128 chip = gpiochip_find(handle, acpi_gpiochip_find); in acpi_get_gpiod()
|
/Linux-v6.1/include/linux/gpio/ |
D | driver.h | 618 extern struct gpio_chip *gpiochip_find(void *data,
|
/Linux-v6.1/drivers/platform/x86/ |
D | x86-android-tablets.c | 70 chip = gpiochip_find(label, gpiochip_find_match_label); in x86_android_tablet_get_gpiod() 1431 chip = gpiochip_find(dev_info->invalid_aei_gpiochip, in x86_android_tablet_init()
|
/Linux-v6.1/arch/arm/mach-omap1/ |
D | board-ams-delta.c | 621 chip = gpiochip_find(OMAP_GPIO_LABEL, gpiochip_match_by_label); in omap_gpio_deps_init()
|
/Linux-v6.1/drivers/hte/ |
D | hte-tegra194.c | 638 hte_dev->c = gpiochip_find("tegra194-gpio-aon", in tegra_hte_probe()
|
/Linux-v6.1/drivers/spi/ |
D | spi-bcm2835.c | 1300 chip = gpiochip_find("pinctrl-bcm2835", chip_match_name); in bcm2835_spi_setup()
|