Lines Matching defs:con_id

143 static inline int gpiod_count(struct device *dev, const char *con_id)  in gpiod_count()
149 const char *con_id, in __gpiod_get()
156 const char *con_id, in __gpiod_get_index()
164 __gpiod_get_optional(struct device *dev, const char *con_id, in __gpiod_get_optional()
171 __gpiod_get_index_optional(struct device *dev, const char *con_id, in __gpiod_get_index_optional()
178 gpiod_get_array(struct device *dev, const char *con_id, in gpiod_get_array()
185 gpiod_get_array_optional(struct device *dev, const char *con_id, in gpiod_get_array_optional()
209 const char *con_id, in __devm_gpiod_get()
217 const char *con_id, in __devm_gpiod_get_index()
225 __devm_gpiod_get_optional(struct device *dev, const char *con_id, in __devm_gpiod_get_optional()
232 __devm_gpiod_get_index_optional(struct device *dev, const char *con_id, in __devm_gpiod_get_index_optional()
239 devm_gpiod_get_array(struct device *dev, const char *con_id, in devm_gpiod_get_array()
246 devm_gpiod_get_array_optional(struct device *dev, const char *con_id, in devm_gpiod_get_array_optional()
419 struct device *dev, const char *con_id, struct fwnode_handle *child) in devm_get_gpiod_from_child()
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