• Home
  • Raw
  • Download

Lines Matching defs:dev

144 static inline int gpiod_count(struct device *dev, const char *con_id)  in gpiod_count()
149 static inline struct gpio_desc *__must_check gpiod_get(struct device *dev, in gpiod_get()
156 gpiod_get_index(struct device *dev, 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()
209 devm_gpiod_get(struct device *dev, in devm_gpiod_get()
217 devm_gpiod_get_index(struct device *dev, 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()
253 static inline void devm_gpiod_put(struct device *dev, struct gpio_desc *desc) in devm_gpiod_put()
261 static inline void devm_gpiod_put_array(struct device *dev, in devm_gpiod_put_array()
421 struct device *dev, const char *con_id, struct fwnode_handle *child) in devm_get_gpiod_from_child()
443 static inline int gpiod_export_link(struct device *dev, const char *name, in gpiod_export_link()