Lines Matching defs:con_id
144 static inline int gpiod_count(struct device *dev, const char *con_id) in gpiod_count()
150 const char *con_id, in gpiod_get()
157 const char *con_id, in gpiod_get_index()
165 gpiod_get_optional(struct device *dev, const char *con_id, in gpiod_get_optional()
172 gpiod_get_index_optional(struct device *dev, const char *con_id, in gpiod_get_index_optional()
179 gpiod_get_array(struct device *dev, const char *con_id, in gpiod_get_array()
186 gpiod_get_array_optional(struct device *dev, const char *con_id, in gpiod_get_array_optional()
210 const char *con_id, in devm_gpiod_get()
218 const char *con_id, in devm_gpiod_get_index()
226 devm_gpiod_get_optional(struct device *dev, const char *con_id, in devm_gpiod_get_optional()
233 devm_gpiod_get_index_optional(struct device *dev, const char *con_id, in devm_gpiod_get_index_optional()
240 devm_gpiod_get_array(struct device *dev, const char *con_id, in devm_gpiod_get_array()
247 devm_gpiod_get_array_optional(struct device *dev, const char *con_id, in devm_gpiod_get_array_optional()
421 struct device *dev, const char *con_id, struct fwnode_handle *child) in devm_get_gpiod_from_child()