Lines Matching defs:flags
150 enum gpiod_flags flags) in __gpiod_get()
158 enum gpiod_flags flags) in __gpiod_get_index()
165 enum gpiod_flags flags) in __gpiod_get_optional()
172 unsigned int index, enum gpiod_flags flags) in __gpiod_get_index_optional()
179 enum gpiod_flags flags) in gpiod_get_array()
186 enum gpiod_flags flags) in gpiod_get_array_optional()
210 enum gpiod_flags flags) in __devm_gpiod_get()
219 enum gpiod_flags flags) in __devm_gpiod_get_index()
226 enum gpiod_flags flags) in __devm_gpiod_get_optional()
233 unsigned int index, enum gpiod_flags flags) in __devm_gpiod_get_index_optional()
240 enum gpiod_flags flags) in devm_gpiod_get_array()
247 enum gpiod_flags flags) in devm_gpiod_get_array_optional()
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
439 #define __gpiod_get_optional(dev, con_id, flags, ...) \ argument
442 #define __gpiod_get_index_optional(dev, con_id, index, flags, ...) \ argument
446 #define __devm_gpiod_get(dev, con_id, flags, ...) \ argument
449 #define __devm_gpiod_get_index(dev, con_id, index, flags, ...) \ argument
453 #define __devm_gpiod_get_optional(dev, con_id, flags, ...) \ argument
457 #define __devm_gpiod_get_index_optional(dev, con_id, index, flags, ...) \ argument