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()
476 static inline struct reset_control *of_reset_control_get_shared( in of_reset_control_get_shared()
493 static inline struct reset_control *of_reset_control_get_exclusive_by_index( in of_reset_control_get_exclusive_by_index()
521 static inline struct reset_control *of_reset_control_get_shared_by_index( in of_reset_control_get_shared_by_index()
539 static inline struct reset_control *
578 static inline struct reset_control *
617 static inline struct reset_control *
653 static inline struct reset_control *devm_reset_control_get_shared( in devm_reset_control_get_shared()
691 static inline struct reset_control *devm_reset_control_get_optional_exclusive( in devm_reset_control_get_optional_exclusive()
729 static inline struct reset_control *devm_reset_control_get_optional_shared( in devm_reset_control_get_optional_shared()
767 static inline struct reset_control *
783 static inline struct reset_control *
797 static inline struct reset_control *of_reset_control_get( in of_reset_control_get()
803 static inline struct reset_control *of_reset_control_get_by_index( in of_reset_control_get_by_index()
809 static inline struct reset_control *devm_reset_control_get( in devm_reset_control_get()
815 static inline struct reset_control *devm_reset_control_get_optional( in devm_reset_control_get_optional()
822 static inline struct reset_control *devm_reset_control_get_by_index( in devm_reset_control_get_by_index()
831 static inline struct reset_control *
837 static inline struct reset_control *
843 static inline struct reset_control *
849 static inline struct reset_control *
855 static inline struct reset_control *
861 static inline struct reset_control *
867 static inline struct reset_control *
873 static inline struct reset_control *
879 static inline struct reset_control *