Searched refs:gpiod_not_found (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/gpio/
H A Dgpiolib-devres.c194 if (gpiod_not_found(desc))
254 if (gpiod_not_found(descs))
H A Dgpiolib-of.c589 if (!gpiod_not_found(desc)) {
624 if (!gpiod_not_found(desc))
651 if (!gpiod_not_found(desc))
689 if (!gpiod_not_found(desc))
694 for (q = of_find_gpio_quirks; gpiod_not_found(desc) && *q; q++)
H A Dgpiolib.h189 #define gpiod_not_found(desc) (IS_ERR(desc) && PTR_ERR(desc) == -ENOENT) macro
H A Dgpiolib.c4202 if (gpiod_not_found(desc) && platform_lookup_allowed) {
4464 if (gpiod_not_found(desc))
4670 if (gpiod_not_found(descs))

Completed in 98 milliseconds