Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpiolib-devres.c194 if (gpiod_not_found(desc)) in devm_gpiod_get_index_optional()
254 if (gpiod_not_found(descs)) in devm_gpiod_get_array_optional()
H A Dgpiolib-of.c576 if (!gpiod_not_found(desc)) { in of_find_gpio_rename()
611 if (!gpiod_not_found(desc)) in of_find_mt2701_gpio()
648 if (!gpiod_not_found(desc)) in of_find_gpio()
653 for (q = of_find_gpio_quirks; gpiod_not_found(desc) && *q; q++) in of_find_gpio()
H A Dgpiolib.h194 #define gpiod_not_found(desc) (IS_ERR(desc) && PTR_ERR(desc) == -ENOENT) macro
H A Dgpiolib.c4037 if (gpiod_not_found(desc) && platform_lookup_allowed) { in gpiod_find_and_request()
4297 if (gpiod_not_found(desc)) in gpiod_get_index_optional()
4499 if (gpiod_not_found(descs)) in gpiod_get_array_optional()

Completed in 9 milliseconds