Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/mach-imx/
Dmach-mx35_3ds.c96 chip = gpiochip_find( in mx35_3ds_lcd_set_power()
/Linux-v5.4/include/linux/gpio/
Ddriver.h504 extern struct gpio_chip *gpiochip_find(void *data,
/Linux-v5.4/arch/arm/mach-omap1/
Dboard-ams-delta.c635 chip = gpiochip_find(OMAP_GPIO_LABEL, gpiochip_match_by_label); in omap_gpio_deps_init()
/Linux-v5.4/drivers/gpio/
Dgpiolib-of.c65 return gpiochip_find(gpiospec, of_gpiochip_match_node_and_xlate); in of_find_gpiochip_by_xlate()
Dgpio-eic-sprd.c557 chip = gpiochip_find(&type, sprd_eic_match_chip_by_type); in sprd_eic_irq_handler()
Dgpiolib-acpi.c113 chip = gpiochip_find(handle, acpi_gpiochip_find); in acpi_get_gpiod()
Dgpiolib.c1591 struct gpio_chip *gpiochip_find(void *data, in gpiochip_find() function
1610 EXPORT_SYMBOL_GPL(gpiochip_find);
1621 return gpiochip_find((void *)name, gpiochip_match_name); in find_chip_by_name()
/Linux-v5.4/drivers/spi/
Dspi-bcm2835.c1244 chip = gpiochip_find("pinctrl-bcm2835", chip_match_name); in bcm2835_spi_setup()