Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpio/
Dgpiolib-legacy.c32 err = gpiod_request(desc, label); in gpio_request_one()
76 return gpiod_request(desc, label); in gpio_request()
Dgpiolib.h181 int gpiod_request(struct gpio_desc *desc, const char *label);
188 ret = gpiod_request(desc, label); in gpiod_request_user()
Dgpiolib-of.c350 ret = gpiod_request(desc, label); in gpiod_get_from_of_node()
Dgpiolib.c2000 int gpiod_request(struct gpio_desc *desc, const char *label) in gpiod_request() function
3861 ret = gpiod_request(desc, label); in fwnode_get_named_gpiod()
4111 ret = gpiod_request(desc, con_id ?: devname); in gpiod_get_index()
Dgpiolib-acpi.c155 ret = gpiod_request(gpio, label); in acpi_get_and_request_gpiod()