Searched refs:gpiod_get_index (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/include/linux/gpio/ |
D | consumer.h | 57 struct gpio_desc *__must_check gpiod_get_index(struct device *dev, 184 gpiod_get_index(struct device *dev, in gpiod_get_index() function
|
/linux-4.19.296/drivers/gpio/ |
D | devres.c | 114 desc = gpiod_get_index(dev, con_id, idx, flags); in devm_gpiod_get_index()
|
D | gpiolib.c | 3852 return gpiod_get_index(dev, con_id, 0, flags); in gpiod_get() 3946 struct gpio_desc *__must_check gpiod_get_index(struct device *dev, in gpiod_get_index() function 4001 EXPORT_SYMBOL_GPL(gpiod_get_index); 4160 desc = gpiod_get_index(dev, con_id, index, flags); in gpiod_get_index_optional() 4262 desc = gpiod_get_index(dev, con_id, descs->ndescs, flags); in gpiod_get_array()
|