Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpio/
Dgpiolib-devres.c249 if (gpiod_not_found(desc)) in devm_gpiod_get_index_optional()
309 if (gpiod_not_found(descs)) in devm_gpiod_get_array_optional()
Dgpiolib.h179 #define gpiod_not_found(desc) (IS_ERR(desc) && PTR_ERR(desc) == -ENOENT) macro
Dgpiolib-of.c525 if (!gpiod_not_found(desc)) in of_find_gpio()
530 for (q = of_find_gpio_quirks; gpiod_not_found(desc) && *q; q++) in of_find_gpio()
Dgpiolib.c3917 if (!gpiod_not_found(desc)) in fwnode_gpiod_get_index()
4097 if (!desc || gpiod_not_found(desc)) { in gpiod_get_index()
4162 if (gpiod_not_found(desc)) in gpiod_get_index_optional()
4363 if (gpiod_not_found(descs)) in gpiod_get_array_optional()