Searched refs:gpiod_request (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpiolib-legacy.c | 32 err = gpiod_request(desc, label); in gpio_request_one() 76 return gpiod_request(desc, label); in gpio_request()
|
H A D | gpiolib.h | 133 int gpiod_request(struct gpio_desc *desc, const char *label);
|
H A D | gpiolib-cdev.c | 336 ret = gpiod_request(desc, lh->label); in linehandle_create() 1372 ret = gpiod_request(desc, lr->label); in linereq_create() 1775 ret = gpiod_request(desc, le->label); in lineevent_create()
|
H A D | gpiolib-of.c | 332 ret = gpiod_request(desc, label); in gpiod_get_from_of_node()
|
H A D | gpiolib-sysfs.c | 486 status = gpiod_request(desc, "sysfs"); in export_store()
|
H A D | gpiolib.c | 2106 int gpiod_request(struct gpio_desc *desc, const char *label) in gpiod_request() function 2228 * descriptors via gpiolib API. Difference to gpiod_request() is that this 4031 ret = gpiod_request(desc, con_id ? con_id : devname); in gpiod_get_index() 4115 ret = gpiod_request(desc, label); in fwnode_get_named_gpiod()
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpiolib-legacy.c | 32 err = gpiod_request(desc, label); in gpio_request_one() 64 return gpiod_request(desc, label); in gpio_request()
|
H A D | gpiolib.h | 196 int gpiod_request(struct gpio_desc *desc, const char *label); 203 ret = gpiod_request(desc, label); in gpiod_request_user()
|
H A D | gpiolib-acpi.c | 166 * @label: Label to pass to gpiod_request() 181 ret = gpiod_request(gpio, label); in acpi_get_and_request_gpiod()
|
H A D | gpiolib.c | 2180 int gpiod_request(struct gpio_desc *desc, const char *label) in gpiod_request() function 2300 * descriptors via gpiolib API. Difference to gpiod_request() is that this 4056 ret = gpiod_request(desc, label); in gpiod_find_and_request()
|
Completed in 20 milliseconds