Home
last modified time | relevance | path

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

/linux/drivers/regulator/
H A 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()
H A Dlp8788-ldo.c505 ldo->ena_gpiod = gpiod_get_index_optional(&pdev->dev, in lp8788_config_ldo_enable_mode()
/linux/Documentation/driver-api/gpio/
H A Dconsumer.rst93 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 Dgpiolib.c4946 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 Dnand_base.c5482 descs[i] = gpiod_get_index_optional(dev, "cs", i, in rawnand_dt_parse_gpio_cs()