Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpiolib.h246 int gpiod_request(struct gpio_desc *desc, const char *label);
255 ret = gpiod_request(desc, label); in gpiod_request_user()
H A Dgpiolib.c2497 int gpiod_request(struct gpio_desc *desc, const char *label) in gpiod_request() function
4751 ret = gpiod_request(desc, label); in gpiod_find_and_request()