Lines Matching refs:con_id

62 int gpiod_count(struct device *dev, const char *con_id);
66 const char *con_id,
69 const char *con_id,
73 const char *con_id,
76 const char *con_id,
80 const char *con_id,
83 const char *con_id,
89 const char *con_id,
92 const char *con_id,
96 const char *con_id,
99 devm_gpiod_get_index_optional(struct device *dev, const char *con_id,
102 const char *con_id,
105 devm_gpiod_get_array_optional(struct device *dev, const char *con_id,
183 const char *con_id, int index,
188 const char *con_id, int index,
196 static inline int gpiod_count(struct device *dev, const char *con_id) in gpiod_count() argument
202 const char *con_id, in gpiod_get() argument
209 const char *con_id, in gpiod_get_index() argument
217 gpiod_get_optional(struct device *dev, const char *con_id, in gpiod_get_optional() argument
224 gpiod_get_index_optional(struct device *dev, const char *con_id, in gpiod_get_index_optional() argument
231 gpiod_get_array(struct device *dev, const char *con_id, in gpiod_get_array() argument
238 gpiod_get_array_optional(struct device *dev, const char *con_id, in gpiod_get_array_optional() argument
271 const char *con_id, in devm_gpiod_get() argument
279 const char *con_id, in devm_gpiod_get_index() argument
287 devm_gpiod_get_optional(struct device *dev, const char *con_id, in devm_gpiod_get_optional() argument
294 devm_gpiod_get_index_optional(struct device *dev, const char *con_id, in devm_gpiod_get_index_optional() argument
301 devm_gpiod_get_array(struct device *dev, const char *con_id, in devm_gpiod_get_array() argument
308 devm_gpiod_get_array_optional(struct device *dev, const char *con_id, in devm_gpiod_get_array_optional() argument
558 const char *con_id, int index, in fwnode_gpiod_get_index() argument
568 const char *con_id, int index, in devm_fwnode_gpiod_get_index() argument
580 const char *con_id, in devm_fwnode_gpiod_get() argument
584 return devm_fwnode_gpiod_get_index(dev, fwnode, con_id, 0, in devm_fwnode_gpiod_get()
590 const char *con_id, int index, in devm_fwnode_get_index_gpiod_from_child() argument
595 return devm_fwnode_gpiod_get_index(dev, child, con_id, index, in devm_fwnode_get_index_gpiod_from_child()
601 const char *con_id, in devm_fwnode_get_gpiod_from_child() argument
606 return devm_fwnode_gpiod_get_index(dev, child, con_id, 0, flags, label); in devm_fwnode_get_gpiod_from_child()