Lines Matching refs:reset_control

11 struct reset_control;
25 struct reset_control *rstc;
30 int reset_control_reset(struct reset_control *rstc);
31 int reset_control_rearm(struct reset_control *rstc);
32 int reset_control_assert(struct reset_control *rstc);
33 int reset_control_deassert(struct reset_control *rstc);
34 int reset_control_status(struct reset_control *rstc);
35 int reset_control_acquire(struct reset_control *rstc);
36 void reset_control_release(struct reset_control *rstc);
44 struct reset_control *__of_reset_control_get(struct device_node *node,
47 struct reset_control *__reset_control_get(struct device *dev, const char *id,
50 void reset_control_put(struct reset_control *rstc);
57 struct reset_control *__devm_reset_control_get(struct device *dev,
64 struct reset_control *devm_reset_control_array_get(struct device *dev,
66 struct reset_control *of_reset_control_array_get(struct device_node *np,
74 static inline int reset_control_reset(struct reset_control *rstc) in reset_control_reset()
79 static inline int reset_control_rearm(struct reset_control *rstc) in reset_control_rearm()
84 static inline int reset_control_assert(struct reset_control *rstc) in reset_control_assert()
89 static inline int reset_control_deassert(struct reset_control *rstc) in reset_control_deassert()
94 static inline int reset_control_status(struct reset_control *rstc) in reset_control_status()
99 static inline int reset_control_acquire(struct reset_control *rstc) in reset_control_acquire()
104 static inline void reset_control_release(struct reset_control *rstc) in reset_control_release()
108 static inline void reset_control_put(struct reset_control *rstc) in reset_control_put()
117 static inline struct reset_control *__of_reset_control_get( in __of_reset_control_get()
125 static inline struct reset_control *__reset_control_get( in __reset_control_get()
175 static inline struct reset_control *__devm_reset_control_get( in __devm_reset_control_get()
191 static inline struct reset_control *
197 static inline struct reset_control *
236 static inline struct reset_control *
273 static inline struct reset_control *
344 static inline struct reset_control *reset_control_get_shared( in reset_control_get_shared()
378 static inline struct reset_control *reset_control_get_optional_exclusive( in reset_control_get_optional_exclusive()
415 static inline struct reset_control *reset_control_get_optional_shared( in reset_control_get_optional_shared()
451 static inline struct reset_control *of_reset_control_get_exclusive( in of_reset_control_get_exclusive()
471 static inline struct reset_control *of_reset_control_get_optional_exclusive( in of_reset_control_get_optional_exclusive()
496 static inline struct reset_control *of_reset_control_get_shared( in of_reset_control_get_shared()
513 static inline struct reset_control *of_reset_control_get_exclusive_by_index( in of_reset_control_get_exclusive_by_index()
541 static inline struct reset_control *of_reset_control_get_shared_by_index( in of_reset_control_get_shared_by_index()
559 static inline struct reset_control *
598 static inline struct reset_control *
637 static inline struct reset_control *
673 static inline struct reset_control *devm_reset_control_get_shared( in devm_reset_control_get_shared()
711 static inline struct reset_control *devm_reset_control_get_optional_exclusive( in devm_reset_control_get_optional_exclusive()
749 static inline struct reset_control *devm_reset_control_get_optional_shared( in devm_reset_control_get_optional_shared()
787 static inline struct reset_control *
803 static inline struct reset_control *
817 static inline struct reset_control *of_reset_control_get( in of_reset_control_get()
823 static inline struct reset_control *of_reset_control_get_by_index( in of_reset_control_get_by_index()
829 static inline struct reset_control *devm_reset_control_get( in devm_reset_control_get()
835 static inline struct reset_control *devm_reset_control_get_optional( in devm_reset_control_get_optional()
842 static inline struct reset_control *devm_reset_control_get_by_index( in devm_reset_control_get_by_index()
851 static inline struct reset_control *
857 static inline struct reset_control *
863 static inline struct reset_control *
869 static inline struct reset_control *
875 static inline struct reset_control *
881 static inline struct reset_control *
887 static inline struct reset_control *
893 static inline struct reset_control *
899 static inline struct reset_control *