Searched refs:gpiod_get_index_optional (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/include/linux/gpio/ |
| H A D | consumer.h | 75 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
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/gpio/ |
| H A D | consumer.rst | 87 gpiod_get_index_optional() functions can be used. These functions return NULL 94 struct gpio_desc *gpiod_get_index_optional(struct device *dev,
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpiolib.c | 3892 return gpiod_get_index_optional(dev, con_id, 0, flags); in gpiod_get_optional() 4134 struct gpio_desc *__must_check gpiod_get_index_optional(struct device *dev, in gpiod_get_index_optional() function 4149 EXPORT_SYMBOL_GPL(gpiod_get_index_optional);
|