Home
last modified time | relevance | path

Searched refs:gpiod_get_index_optional (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/regulator/
Dlm363x-regulator.c280 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()
Dlp8788-ldo.c505 ldo->ena_gpiod = gpiod_get_index_optional(&pdev->dev, in lp8788_config_ldo_enable_mode()
/Linux-v5.10/include/linux/gpio/
Dconsumer.h75 struct gpio_desc *__must_check gpiod_get_index_optional(struct device *dev,
224 gpiod_get_index_optional(struct device *dev, const char *con_id, in gpiod_get_index_optional() function
/Linux-v5.10/Documentation/driver-api/gpio/
Dconsumer.rst87 gpiod_get_index_optional() functions can be used. These functions return NULL
94 struct gpio_desc *gpiod_get_index_optional(struct device *dev,
/Linux-v5.10/drivers/gpio/
Dgpiolib.c3848 return gpiod_get_index_optional(dev, con_id, 0, flags); in gpiod_get_optional()
4090 struct gpio_desc *__must_check gpiod_get_index_optional(struct device *dev, in gpiod_get_index_optional() function
4105 EXPORT_SYMBOL_GPL(gpiod_get_index_optional);