Searched refs:devm_gpiod_get_index_optional (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/drivers/gpio/ |
D | devres.c | 86 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/ |
D | lm363x-regulator.c | 230 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()
|
D | lp8788-ldo.c | 505 ldo->ena_gpiod = devm_gpiod_get_index_optional(&pdev->dev, in lp8788_config_ldo_enable_mode()
|
D | rk808-regulator.c | 708 devm_gpiod_get_index_optional(client_dev, "dvs", i, in rk808_regulator_dt_parse_pdata()
|
/linux-4.19.296/include/linux/gpio/ |
D | consumer.h | 88 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
|