Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpio/
Dgpiolib-legacy.c32 err = gpiod_request(desc, label); in gpio_request_one()
64 return gpiod_request(desc, label); in gpio_request()
Dgpiolib.h206 int gpiod_request(struct gpio_desc *desc, const char *label);
213 ret = gpiod_request(desc, label); in gpiod_request_user()
Dgpiolib-acpi.c181 ret = gpiod_request(gpio, label); in acpi_get_and_request_gpiod()
Dgpiolib.c2121 int gpiod_request(struct gpio_desc *desc, const char *label) in gpiod_request() function
3997 ret = gpiod_request(desc, label); in gpiod_find_and_request()