Lines Matching refs:reset_control

11 struct reset_control;
25 struct reset_control *rstc;
72 int reset_control_reset(struct reset_control *rstc);
73 int reset_control_rearm(struct reset_control *rstc);
74 int reset_control_assert(struct reset_control *rstc);
75 int reset_control_deassert(struct reset_control *rstc);
76 int reset_control_status(struct reset_control *rstc);
77 int reset_control_acquire(struct reset_control *rstc);
78 void reset_control_release(struct reset_control *rstc);
86 struct reset_control *__of_reset_control_get(struct device_node *node,
88 struct reset_control *__reset_control_get(struct device *dev, const char *id,
90 void reset_control_put(struct reset_control *rstc);
97 struct reset_control *__devm_reset_control_get(struct device *dev,
103 struct reset_control *devm_reset_control_array_get(struct device *dev,
105 struct reset_control *of_reset_control_array_get(struct device_node *np, enum reset_control_flags);
111 static inline int reset_control_reset(struct reset_control *rstc) in reset_control_reset()
116 static inline int reset_control_rearm(struct reset_control *rstc) in reset_control_rearm()
121 static inline int reset_control_assert(struct reset_control *rstc) in reset_control_assert()
126 static inline int reset_control_deassert(struct reset_control *rstc) in reset_control_deassert()
131 static inline int reset_control_status(struct reset_control *rstc) in reset_control_status()
136 static inline int reset_control_acquire(struct reset_control *rstc) in reset_control_acquire()
141 static inline void reset_control_release(struct reset_control *rstc) in reset_control_release()
145 static inline void reset_control_put(struct reset_control *rstc) in reset_control_put()
154 static inline struct reset_control *__of_reset_control_get( in __of_reset_control_get()
163 static inline struct reset_control *__reset_control_get( in __reset_control_get()
216 static inline struct reset_control *__devm_reset_control_get( in __devm_reset_control_get()
235 static inline struct reset_control *
243 static inline struct reset_control *
283 static inline struct reset_control *
320 static inline struct reset_control *
392 static inline struct reset_control *reset_control_get_shared( in reset_control_get_shared()
426 static inline struct reset_control *reset_control_get_optional_exclusive( in reset_control_get_optional_exclusive()
463 static inline struct reset_control *reset_control_get_optional_shared( in reset_control_get_optional_shared()
499 static inline struct reset_control *of_reset_control_get_exclusive( in of_reset_control_get_exclusive()
519 static inline struct reset_control *of_reset_control_get_optional_exclusive( in of_reset_control_get_optional_exclusive()
544 static inline struct reset_control *of_reset_control_get_shared( in of_reset_control_get_shared()
561 static inline struct reset_control *of_reset_control_get_exclusive_by_index( in of_reset_control_get_exclusive_by_index()
589 static inline struct reset_control *of_reset_control_get_shared_by_index( in of_reset_control_get_shared_by_index()
607 static inline struct reset_control *
627 static inline struct reset_control * __must_check
666 static inline struct reset_control *
706 static inline struct reset_control *
743 static inline struct reset_control *devm_reset_control_get_shared( in devm_reset_control_get_shared()
762 static inline struct reset_control * __must_check
822 static inline struct reset_control *devm_reset_control_get_optional_exclusive( in devm_reset_control_get_optional_exclusive()
841 static inline struct reset_control *
880 static inline struct reset_control *devm_reset_control_get_optional_shared( in devm_reset_control_get_optional_shared()
899 static inline struct reset_control *
937 static inline struct reset_control *
953 static inline struct reset_control *
967 static inline struct reset_control *of_reset_control_get( in of_reset_control_get()
973 static inline struct reset_control *of_reset_control_get_by_index( in of_reset_control_get_by_index()
979 static inline struct reset_control *devm_reset_control_get( in devm_reset_control_get()
985 static inline struct reset_control *devm_reset_control_get_optional( in devm_reset_control_get_optional()
992 static inline struct reset_control *devm_reset_control_get_by_index( in devm_reset_control_get_by_index()
1001 static inline struct reset_control *
1007 static inline struct reset_control *
1013 static inline struct reset_control *
1019 static inline struct reset_control *
1025 static inline struct reset_control *
1031 static inline struct reset_control *
1037 static inline struct reset_control *
1043 static inline struct reset_control *
1049 static inline struct reset_control *