Searched refs:gpiod_get_index_optional (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/regulator/ |
| H A D | lm363x-regulator.c | 280 return gpiod_get_index_optional(dev, "enable", 0, in lm363x_regulator_of_get_enable_gpio() 284 return gpiod_get_index_optional(dev, "enable", 1, in lm363x_regulator_of_get_enable_gpio()
|
| H A D | lp8788-ldo.c | 505 ldo->ena_gpiod = gpiod_get_index_optional(&pdev->dev, in lp8788_config_ldo_enable_mode()
|
| /linux/Documentation/driver-api/gpio/ |
| H A D | consumer.rst | 93 gpiod_get_index_optional() functions can be used. These functions return NULL 100 struct gpio_desc *gpiod_get_index_optional(struct device *dev,
|
| /linux/drivers/gpio/ |
| H A D | gpiolib.c | 4946 return gpiod_get_index_optional(dev, con_id, 0, flags); in gpiod_get_optional() 5070 struct gpio_desc *__must_check gpiod_get_index_optional(struct device *dev, in gpiod_get_index_optional() function 5083 EXPORT_SYMBOL_GPL(gpiod_get_index_optional);
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | nand_base.c | 5482 descs[i] = gpiod_get_index_optional(dev, "cs", i, in rawnand_dt_parse_gpio_cs()
|