Home
last modified time | relevance | path

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

/drivers/leds/simple/
Dsimatic-ipc-leds-gpio.c105 gpiod = gpiod_get_index(&simatic_leds_pdev->dev, NULL, 6, GPIOD_OUT_LOW); in simatic_ipc_leds_gpio_probe()
113 gpiod = gpiod_get_index(&simatic_leds_pdev->dev, NULL, 7, GPIOD_OUT_LOW); in simatic_ipc_leds_gpio_probe()
/drivers/staging/media/atomisp/i2c/
Datomisp-lm3554.c807 platform_data.gpio_reset = gpiod_get_index(&client->dev, in lm3554_platform_data_func()
811 platform_data.gpio_strobe = gpiod_get_index(&client->dev, in lm3554_platform_data_func()
815 platform_data.gpio_torch = gpiod_get_index(&client->dev, in lm3554_platform_data_func()
/drivers/leds/
Dleds-netxbig.c375 gpiod = gpiod_get_index(gpio_ext_dev, "addr", i, in netxbig_gpio_ext_get()
397 gpiod = gpiod_get_index(gpio_ext_dev, "data", i, in netxbig_gpio_ext_get()
/drivers/gpio/
Dgpiolib-devres.c101 desc = gpiod_get_index(dev, con_id, idx, flags); in devm_gpiod_get_index()
Dgpiolib.c3973 return gpiod_get_index(dev, con_id, 0, flags); in gpiod_get()
4082 struct gpio_desc *__must_check gpiod_get_index(struct device *dev, in gpiod_get_index() function
4152 EXPORT_SYMBOL_GPL(gpiod_get_index);
4173 desc = gpiod_get_index(dev, con_id, index, flags); in gpiod_get_index_optional()
4263 desc = gpiod_get_index(dev, con_id, descs->ndescs, flags); in gpiod_get_array()
/drivers/staging/media/atomisp/pci/
Datomisp_gmin_platform.c549 gs->gpio0 = gpiod_get_index(dev, NULL, 0, GPIOD_OUT_LOW); in gmin_subdev_add()
555 gs->gpio1 = gpiod_get_index(dev, NULL, 1, GPIOD_OUT_LOW); in gmin_subdev_add()
/drivers/input/misc/
Dsoc_button_array.c140 desc = gpiod_get_index(dev, NULL, acpi_index, GPIOD_ASIS); in soc_button_lookup_gpio()
/drivers/spi/
Dspi-mpc52xx.c455 gpio_cs = gpiod_get_index(&op->dev, in mpc52xx_spi_probe()