Searched refs:gpiod_find_and_request (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpio/ |
| H A D | gpiolib-devres.c | 152 desc = gpiod_find_and_request(dev, fwnode, con_id, index, flags, label, false); in devm_fwnode_gpiod_get_index()
|
| H A D | gpiolib.c | 4756 struct gpio_desc *gpiod_find_and_request(struct device *consumer, in gpiod_find_and_request() function 4877 return gpiod_find_and_request(NULL, fwnode, con_id, index, flags, label, false); in fwnode_gpiod_get_index() 5049 return gpiod_find_and_request(dev, fwnode, con_id, idx, flags, label, true); in gpiod_get_index()
|