Lines Matching defs:dev
150 static inline int gpiod_count(struct device *dev, const char *con_id) in gpiod_count()
155 static inline struct gpio_desc *__must_check gpiod_get(struct device *dev, in gpiod_get()
162 gpiod_get_index(struct device *dev, in gpiod_get_index()
171 gpiod_get_optional(struct device *dev, const char *con_id, in gpiod_get_optional()
178 gpiod_get_index_optional(struct device *dev, const char *con_id, in gpiod_get_index_optional()
185 gpiod_get_array(struct device *dev, const char *con_id, in gpiod_get_array()
192 gpiod_get_array_optional(struct device *dev, const char *con_id, in gpiod_get_array_optional()
215 devm_gpiod_get(struct device *dev, in devm_gpiod_get()
223 devm_gpiod_get_index(struct device *dev, in devm_gpiod_get_index()
232 devm_gpiod_get_optional(struct device *dev, const char *con_id, in devm_gpiod_get_optional()
239 devm_gpiod_get_index_optional(struct device *dev, const char *con_id, in devm_gpiod_get_index_optional()
246 devm_gpiod_get_array(struct device *dev, const char *con_id, in devm_gpiod_get_array()
253 devm_gpiod_get_array_optional(struct device *dev, const char *con_id, in devm_gpiod_get_array_optional()
259 static inline void devm_gpiod_put(struct device *dev, struct gpio_desc *desc) in devm_gpiod_put()
267 static inline void devm_gpiod_put_array(struct device *dev, in devm_gpiod_put_array()
430 struct gpio_desc *devm_fwnode_get_index_gpiod_from_child(struct device *dev, in devm_fwnode_get_index_gpiod_from_child()
442 struct gpio_desc *devm_fwnode_get_gpiod_from_child(struct device *dev, in devm_fwnode_get_gpiod_from_child()
467 static inline int gpiod_export_link(struct device *dev, const char *name, in gpiod_export_link()