Lines Matching refs:reset_control
11 struct reset_control;
15 int reset_control_reset(struct reset_control *rstc);
16 int reset_control_assert(struct reset_control *rstc);
17 int reset_control_deassert(struct reset_control *rstc);
18 int reset_control_status(struct reset_control *rstc);
19 int reset_control_acquire(struct reset_control *rstc);
20 void reset_control_release(struct reset_control *rstc);
22 struct reset_control *__of_reset_control_get(struct device_node *node,
25 struct reset_control *__reset_control_get(struct device *dev, const char *id,
28 void reset_control_put(struct reset_control *rstc);
30 struct reset_control *__devm_reset_control_get(struct device *dev,
34 struct reset_control *devm_reset_control_array_get(struct device *dev,
36 struct reset_control *of_reset_control_array_get(struct device_node *np,
44 static inline int reset_control_reset(struct reset_control *rstc) in reset_control_reset()
49 static inline int reset_control_assert(struct reset_control *rstc) in reset_control_assert()
54 static inline int reset_control_deassert(struct reset_control *rstc) in reset_control_deassert()
59 static inline int reset_control_status(struct reset_control *rstc) in reset_control_status()
64 static inline int reset_control_acquire(struct reset_control *rstc) in reset_control_acquire()
69 static inline void reset_control_release(struct reset_control *rstc) in reset_control_release()
73 static inline void reset_control_put(struct reset_control *rstc) in reset_control_put()
82 static inline struct reset_control *__of_reset_control_get( in __of_reset_control_get()
90 static inline struct reset_control *__reset_control_get( in __reset_control_get()
98 static inline struct reset_control *__devm_reset_control_get( in __devm_reset_control_get()
106 static inline struct reset_control *
112 static inline struct reset_control *
151 static inline struct reset_control *
171 static inline struct reset_control *
200 static inline struct reset_control *reset_control_get_shared( in reset_control_get_shared()
217 static inline struct reset_control *reset_control_get_optional_exclusive( in reset_control_get_optional_exclusive()
234 static inline struct reset_control *reset_control_get_optional_shared( in reset_control_get_optional_shared()
250 static inline struct reset_control *of_reset_control_get_exclusive( in of_reset_control_get_exclusive()
275 static inline struct reset_control *of_reset_control_get_shared( in of_reset_control_get_shared()
292 static inline struct reset_control *of_reset_control_get_exclusive_by_index( in of_reset_control_get_exclusive_by_index()
320 static inline struct reset_control *of_reset_control_get_shared_by_index( in of_reset_control_get_shared_by_index()
338 static inline struct reset_control *
357 static inline struct reset_control *
373 static inline struct reset_control *devm_reset_control_get_shared( in devm_reset_control_get_shared()
391 static inline struct reset_control *devm_reset_control_get_optional_exclusive( in devm_reset_control_get_optional_exclusive()
409 static inline struct reset_control *devm_reset_control_get_optional_shared( in devm_reset_control_get_optional_shared()
427 static inline struct reset_control *
443 static inline struct reset_control *
457 static inline struct reset_control *of_reset_control_get( in of_reset_control_get()
463 static inline struct reset_control *of_reset_control_get_by_index( in of_reset_control_get_by_index()
469 static inline struct reset_control *devm_reset_control_get( in devm_reset_control_get()
475 static inline struct reset_control *devm_reset_control_get_optional( in devm_reset_control_get_optional()
482 static inline struct reset_control *devm_reset_control_get_by_index( in devm_reset_control_get_by_index()
491 static inline struct reset_control *
497 static inline struct reset_control *
503 static inline struct reset_control *
509 static inline struct reset_control *
515 static inline struct reset_control *
521 static inline struct reset_control *
527 static inline struct reset_control *
533 static inline struct reset_control *
539 static inline struct reset_control *