Lines Matching refs:flags

52 					 enum gpiod_flags flags);
56 enum gpiod_flags flags);
59 enum gpiod_flags flags);
63 enum gpiod_flags flags);
66 enum gpiod_flags flags);
69 enum gpiod_flags flags);
75 enum gpiod_flags flags);
79 enum gpiod_flags flags);
82 enum gpiod_flags flags);
85 unsigned int index, enum gpiod_flags flags);
88 enum gpiod_flags flags);
91 enum gpiod_flags flags);
150 enum gpiod_flags flags) in __gpiod_get() argument
158 enum gpiod_flags flags) in __gpiod_get_index() argument
165 enum gpiod_flags flags) in __gpiod_get_optional() argument
172 unsigned int index, enum gpiod_flags flags) in __gpiod_get_index_optional() argument
179 enum gpiod_flags flags) in gpiod_get_array() argument
186 enum gpiod_flags flags) in gpiod_get_array_optional() argument
210 enum gpiod_flags flags) in __devm_gpiod_get() argument
219 enum gpiod_flags flags) in __devm_gpiod_get_index() argument
226 enum gpiod_flags flags) in __devm_gpiod_get_optional() argument
233 unsigned int index, enum gpiod_flags flags) in __devm_gpiod_get_index_optional() argument
240 enum gpiod_flags flags) in devm_gpiod_get_array() argument
247 enum gpiod_flags flags) in devm_gpiod_get_array_optional() argument
434 #define __gpiod_get(dev, con_id, flags, ...) __gpiod_get(dev, con_id, flags) argument
436 #define __gpiod_get_index(dev, con_id, index, flags, ...) \ argument
437 __gpiod_get_index(dev, con_id, index, flags)
439 #define __gpiod_get_optional(dev, con_id, flags, ...) \ argument
440 __gpiod_get_optional(dev, con_id, flags)
442 #define __gpiod_get_index_optional(dev, con_id, index, flags, ...) \ argument
443 __gpiod_get_index_optional(dev, con_id, index, flags)
446 #define __devm_gpiod_get(dev, con_id, flags, ...) \ argument
447 __devm_gpiod_get(dev, con_id, flags)
449 #define __devm_gpiod_get_index(dev, con_id, index, flags, ...) \ argument
450 __devm_gpiod_get_index(dev, con_id, index, flags)
453 #define __devm_gpiod_get_optional(dev, con_id, flags, ...) \ argument
454 __devm_gpiod_get_optional(dev, con_id, flags)
457 #define __devm_gpiod_get_index_optional(dev, con_id, index, flags, ...) \ argument
458 __devm_gpiod_get_index_optional(dev, con_id, index, flags)