Searched refs:gpiod_get_index (Results 1 – 7 of 7) sorted by relevance
/drivers/staging/media/atomisp/i2c/ |
D | atomisp-lm3554.c | 807 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/platform/surface/ |
D | surface3_button.c | 76 desc = gpiod_get_index(dev, NULL, acpi_index, GPIOD_ASIS); in surface3_button_lookup_gpio()
|
/drivers/leds/ |
D | leds-netxbig.c | 375 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/ |
D | gpiolib-devres.c | 101 desc = gpiod_get_index(dev, con_id, idx, flags); in devm_gpiod_get_index()
|
D | gpiolib.c | 3808 return gpiod_get_index(dev, con_id, 0, flags); in gpiod_get() 3913 struct gpio_desc *__must_check gpiod_get_index(struct device *dev, in gpiod_get_index() function 3985 EXPORT_SYMBOL_GPL(gpiod_get_index); 4072 desc = gpiod_get_index(dev, con_id, index, flags); in gpiod_get_index_optional() 4164 desc = gpiod_get_index(dev, con_id, descs->ndescs, flags); in gpiod_get_array()
|
/drivers/staging/media/atomisp/pci/ |
D | atomisp_gmin_platform.c | 531 gs->gpio0 = gpiod_get_index(dev, NULL, 0, GPIOD_OUT_LOW); in gmin_subdev_add() 537 gs->gpio1 = gpiod_get_index(dev, NULL, 1, GPIOD_OUT_LOW); in gmin_subdev_add()
|
/drivers/input/misc/ |
D | soc_button_array.c | 140 desc = gpiod_get_index(dev, NULL, acpi_index, GPIOD_ASIS); in soc_button_lookup_gpio()
|