Lines Matching refs:varargs
435 #define gpiod_get(varargs...) __gpiod_get(varargs, GPIOD_ASIS) argument
438 #define gpiod_get_index(varargs...) __gpiod_get_index(varargs, GPIOD_ASIS) argument
441 #define gpiod_get_optional(varargs...) __gpiod_get_optional(varargs, GPIOD_ASIS) argument
444 #define gpiod_get_index_optional(varargs...) \ argument
445 __gpiod_get_index_optional(varargs, GPIOD_ASIS)
448 #define devm_gpiod_get(varargs...) __devm_gpiod_get(varargs, GPIOD_ASIS) argument
451 #define devm_gpiod_get_index(varargs...) \ argument
452 __devm_gpiod_get_index(varargs, GPIOD_ASIS)
455 #define devm_gpiod_get_optional(varargs...) \ argument
456 __devm_gpiod_get_optional(varargs, GPIOD_ASIS)
459 #define devm_gpiod_get_index_optional(varargs...) \ argument
460 __devm_gpiod_get_index_optional(varargs, GPIOD_ASIS)