Searched refs:gpiochip_find (Results 1 – 11 of 11) sorted by relevance
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-kernel/linux/linux-aspeed/ |
H A D | 0001-Add-NCSI-channel-selector.patch | 45 +/* Predicate for gpiochip_find() call. */ 87 + chip = gpiochip_find(node->parent, device_match);
|
/openbmc/linux/drivers/gpio/ |
H A D | gpiolib-swnode.c | 48 chip = gpiochip_find((void *)chip_node->name, swnode_gpiochip_match_name); in swnode_get_chip()
|
H A D | gpiolib-of.c | 133 return gpiochip_find(gpiospec, of_gpiochip_match_node_and_xlate); in of_find_gpiochip_by_xlate() 840 return gpiochip_find(np, of_gpiochip_match_node); in of_find_gpiochip_by_node()
|
H A D | gpio-eic-sprd.c | 584 chip = gpiochip_find(&type, sprd_eic_match_chip_by_type); in sprd_eic_irq_handler()
|
H A D | gpiolib.c | 1023 struct gpio_chip *gpiochip_find(void *data, in gpiochip_find() function 1038 EXPORT_SYMBOL_GPL(gpiochip_find); 1094 return gpiochip_find((void *)name, gpiochip_match_name); in find_chip_by_name()
|
H A D | gpiolib-acpi.c | 171 chip = gpiochip_find(handle, acpi_gpiochip_find); in acpi_get_gpiod()
|
/openbmc/linux/drivers/platform/x86/x86-android-tablets/ |
H A D | core.c | 40 chip = gpiochip_find((void *)label, gpiochip_find_match_label); in x86_android_tablet_get_gpiod() 280 chip = gpiochip_find(dev_info->invalid_aei_gpiochip, in x86_android_tablet_probe()
|
/openbmc/linux/drivers/hte/ |
H A D | hte-tegra194.c | 763 hte_dev->c = gpiochip_find("tegra194-gpio-aon", in tegra_hte_probe() 775 hte_dev->c = gpiochip_find(gpio_ctrl, in tegra_hte_probe()
|
/openbmc/linux/include/linux/gpio/ |
H A D | driver.h | 607 extern struct gpio_chip *gpiochip_find(void *data,
|
/openbmc/linux/arch/arm/mach-omap1/ |
H A D | board-ams-delta.c | 621 chip = gpiochip_find(OMAP_GPIO_LABEL, gpiochip_match_by_label); in omap_gpio_deps_init()
|
/openbmc/linux/drivers/spi/ |
H A D | spi-bcm2835.c | 1300 chip = gpiochip_find("pinctrl-bcm2835", chip_match_name); in bcm2835_spi_setup()
|