Lines Matching defs:dev
77 static inline int __device_reset(struct device *dev, bool optional) in __device_reset()
91 struct device *dev, const char *id, in __reset_control_get()
99 struct device *dev, const char *id, in __devm_reset_control_get()
107 devm_reset_control_array_get(struct device *dev, bool shared, bool optional) in devm_reset_control_array_get()
119 static inline int reset_control_get_count(struct device *dev) in reset_control_get_count()
126 static inline int __must_check device_reset(struct device *dev) in device_reset()
131 static inline int device_reset_optional(struct device *dev) in device_reset_optional()
152 __must_check reset_control_get_exclusive(struct device *dev, const char *id) in reset_control_get_exclusive()
172 __must_check reset_control_get_exclusive_released(struct device *dev, in reset_control_get_exclusive_released()
201 struct device *dev, const char *id) in reset_control_get_shared()
207 struct device *dev, const char *id) in reset_control_get_optional_exclusive()
213 struct device *dev, const char *id) in reset_control_get_optional_shared()
317 __must_check devm_reset_control_get_exclusive(struct device *dev, in devm_reset_control_get_exclusive()
336 __must_check devm_reset_control_get_exclusive_released(struct device *dev, in devm_reset_control_get_exclusive_released()
352 struct device *dev, const char *id) in devm_reset_control_get_shared()
358 struct device *dev, const char *id) in devm_reset_control_get_optional_exclusive()
364 struct device *dev, const char *id) in devm_reset_control_get_optional_shared()
382 devm_reset_control_get_exclusive_by_index(struct device *dev, int index) in devm_reset_control_get_exclusive_by_index()
398 devm_reset_control_get_shared_by_index(struct device *dev, int index) in devm_reset_control_get_shared_by_index()
424 struct device *dev, const char *id) in devm_reset_control_get()
430 struct device *dev, const char *id) in devm_reset_control_get_optional()
437 struct device *dev, int index) in devm_reset_control_get_by_index()
446 devm_reset_control_array_get_exclusive(struct device *dev) in devm_reset_control_array_get_exclusive()
452 devm_reset_control_array_get_shared(struct device *dev) in devm_reset_control_array_get_shared()
458 devm_reset_control_array_get_optional_exclusive(struct device *dev) in devm_reset_control_array_get_optional_exclusive()
464 devm_reset_control_array_get_optional_shared(struct device *dev) in devm_reset_control_array_get_optional_shared()