Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpiolib.h247 static inline int gpiod_request_user(struct gpio_desc *desc, const char *label) in gpiod_request_user() function
H A Dgpiolib-sysfs.c494 ret = gpiod_request_user(desc, "sysfs"); in export_gpio_desc()