Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-omap1/
Dboard-ams-delta.c646 chip = gpiochip_find(OMAP_GPIO_LABEL, gpiochip_match_by_label); in omap_gpio_deps_init()
821 chip = gpiochip_find(LATCH1_LABEL, gpiochip_match_by_label); in ams_delta_gpio_init()
/Linux-v4.19/include/linux/gpio/
Ddriver.h398 extern struct gpio_chip *gpiochip_find(void *data,
/Linux-v4.19/drivers/i2c/muxes/
Di2c-mux-gpio.c170 gpio = gpiochip_find(mux->data.gpio_chip, in i2c_mux_gpio_probe()
/Linux-v4.19/arch/arm/mach-imx/
Dmach-mx35_3ds.c105 chip = gpiochip_find( in mx35_3ds_lcd_set_power()
/Linux-v4.19/drivers/gpio/
Dgpiolib-of.c41 return gpiochip_find(gpiospec, of_gpiochip_match_node_and_xlate); in of_find_gpiochip_by_xlate()
Dgpio-eic-sprd.c542 chip = gpiochip_find(&type, sprd_eic_match_chip_by_type); in sprd_eic_irq_handler()
Dgpiolib.c1580 struct gpio_chip *gpiochip_find(void *data, in gpiochip_find() function
1599 EXPORT_SYMBOL_GPL(gpiochip_find);
1610 return gpiochip_find((void *)name, gpiochip_match_name); in find_chip_by_name()
Dgpiolib-acpi.c93 chip = gpiochip_find(handle, acpi_gpiochip_find); in acpi_get_gpiod()
/Linux-v4.19/drivers/spi/
Dspi-bcm2835.c710 chip = gpiochip_find("pinctrl-bcm2835", chip_match_name); in bcm2835_spi_setup()