Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/gpio/
Ddevres.c86 return devm_gpiod_get_index_optional(dev, con_id, 0, flags); in devm_gpiod_get_optional()
238 struct gpio_desc *__must_check devm_gpiod_get_index_optional(struct device *dev, in devm_gpiod_get_index_optional() function
253 EXPORT_SYMBOL(devm_gpiod_get_index_optional);
/linux-4.19.296/drivers/regulator/
Dlm363x-regulator.c230 return devm_gpiod_get_index_optional(dev, "enable", 0, GPIOD_OUT_LOW); in lm363x_regulator_of_get_enable_gpio()
232 return devm_gpiod_get_index_optional(dev, "enable", 1, GPIOD_OUT_LOW); in lm363x_regulator_of_get_enable_gpio()
Dlp8788-ldo.c505 ldo->ena_gpiod = devm_gpiod_get_index_optional(&pdev->dev, in lp8788_config_ldo_enable_mode()
Drk808-regulator.c708 devm_gpiod_get_index_optional(client_dev, "dvs", i, in rk808_regulator_dt_parse_pdata()
/linux-4.19.296/include/linux/gpio/
Dconsumer.h88 devm_gpiod_get_index_optional(struct device *dev, const char *con_id,
261 devm_gpiod_get_index_optional(struct device *dev, const char *con_id, in devm_gpiod_get_index_optional() function