Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpio/
Dgpiolib-legacy.c32 err = gpiod_request(desc, label); in gpio_request_one()
76 return gpiod_request(desc, label); in gpio_request()
Dgpiolib.h120 int gpiod_request(struct gpio_desc *desc, const char *label);
Dgpiolib-of.c319 ret = gpiod_request(desc, label); in gpiod_get_from_of_node()
Dgpiolib-sysfs.c477 status = gpiod_request(desc, "sysfs"); in export_store()
Dgpiolib.c584 ret = gpiod_request(desc, lh->label); in linehandle_create()
940 ret = gpiod_request(desc, le->label); in lineevent_create()
2745 int gpiod_request(struct gpio_desc *desc, const char *label) in gpiod_request() function
4540 ret = gpiod_request(desc, con_id ? con_id : devname); in gpiod_get_index()
4621 ret = gpiod_request(desc, label); in fwnode_get_named_gpiod()