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()
218 struct device *dev, const char *id) in reset_control_get_optional_exclusive()
235 struct device *dev, const char *id) in reset_control_get_optional_shared()
339 __must_check devm_reset_control_get_exclusive(struct device *dev, in devm_reset_control_get_exclusive()
358 __must_check devm_reset_control_get_exclusive_released(struct device *dev, in devm_reset_control_get_exclusive_released()
374 struct device *dev, const char *id) in devm_reset_control_get_shared()
392 struct device *dev, const char *id) in devm_reset_control_get_optional_exclusive()
410 struct device *dev, const char *id) in devm_reset_control_get_optional_shared()
428 devm_reset_control_get_exclusive_by_index(struct device *dev, int index) in devm_reset_control_get_exclusive_by_index()
444 devm_reset_control_get_shared_by_index(struct device *dev, int index) in devm_reset_control_get_shared_by_index()
470 struct device *dev, const char *id) in devm_reset_control_get()
476 struct device *dev, const char *id) in devm_reset_control_get_optional()
483 struct device *dev, int index) in devm_reset_control_get_by_index()
492 devm_reset_control_array_get_exclusive(struct device *dev) in devm_reset_control_array_get_exclusive()
498 devm_reset_control_array_get_shared(struct device *dev) in devm_reset_control_array_get_shared()
504 devm_reset_control_array_get_optional_exclusive(struct device *dev) in devm_reset_control_array_get_optional_exclusive()
510 devm_reset_control_array_get_optional_shared(struct device *dev) in devm_reset_control_array_get_optional_shared()