Searched refs:gpiod_request (Results 1 – 6 of 6) sorted by relevance
/drivers/gpio/ |
D | gpiolib-legacy.c | 32 err = gpiod_request(desc, label); in gpio_request_one() 76 return gpiod_request(desc, label); in gpio_request()
|
D | gpiolib.h | 133 int gpiod_request(struct gpio_desc *desc, const char *label);
|
D | gpiolib-cdev.c | 336 ret = gpiod_request(desc, lh->label); in linehandle_create() 1372 ret = gpiod_request(desc, lr->label); in linereq_create() 1775 ret = gpiod_request(desc, le->label); in lineevent_create()
|
D | gpiolib-sysfs.c | 486 status = gpiod_request(desc, "sysfs"); in export_store()
|
D | gpiolib-of.c | 332 ret = gpiod_request(desc, label); in gpiod_get_from_of_node()
|
D | gpiolib.c | 2094 int gpiod_request(struct gpio_desc *desc, const char *label) in gpiod_request() function 4019 ret = gpiod_request(desc, con_id ? con_id : devname); in gpiod_get_index() 4103 ret = gpiod_request(desc, label); in fwnode_get_named_gpiod()
|