Searched refs:gpiod_not_found (Results 1 – 4 of 4) sorted by relevance
189 if (gpiod_not_found(desc)) in devm_gpiod_get_index_optional()255 if (gpiod_not_found(descs)) in devm_gpiod_get_array_optional()
627 if (!gpiod_not_found(desc)) { in of_find_gpio_rename()662 if (!gpiod_not_found(desc)) in of_find_mt2701_gpio()689 if (!gpiod_not_found(desc)) in of_find_trigger_gpio()718 if (!gpiod_not_found(desc)) in of_find_gpio()723 for (q = of_find_gpio_quirks; gpiod_not_found(desc) && *q; q++) in of_find_gpio()
221 #define gpiod_not_found(desc) (IS_ERR(desc) && PTR_ERR(desc) == -ENOENT) macro
4627 if (gpiod_not_found(desc) && platform_lookup_allowed) { in gpiod_find_and_request()4905 if (gpiod_not_found(desc)) in gpiod_get_index_optional()5124 if (gpiod_not_found(descs)) in gpiod_get_array_optional()
Completed in 23 milliseconds