Lines Matching refs:reset_control

9 struct reset_control;
13 int reset_control_reset(struct reset_control *rstc);
14 int reset_control_assert(struct reset_control *rstc);
15 int reset_control_deassert(struct reset_control *rstc);
16 int reset_control_status(struct reset_control *rstc);
18 struct reset_control *__of_reset_control_get(struct device_node *node,
21 struct reset_control *__reset_control_get(struct device *dev, const char *id,
24 void reset_control_put(struct reset_control *rstc);
26 struct reset_control *__devm_reset_control_get(struct device *dev,
30 struct reset_control *devm_reset_control_array_get(struct device *dev,
32 struct reset_control *of_reset_control_array_get(struct device_node *np,
37 static inline int reset_control_reset(struct reset_control *rstc) in reset_control_reset()
42 static inline int reset_control_assert(struct reset_control *rstc) in reset_control_assert()
47 static inline int reset_control_deassert(struct reset_control *rstc) in reset_control_deassert()
52 static inline int reset_control_status(struct reset_control *rstc) in reset_control_status()
57 static inline void reset_control_put(struct reset_control *rstc) in reset_control_put()
66 static inline struct reset_control *__of_reset_control_get( in __of_reset_control_get()
74 static inline struct reset_control *__reset_control_get( in __reset_control_get()
81 static inline struct reset_control *__devm_reset_control_get( in __devm_reset_control_get()
88 static inline struct reset_control *
94 static inline struct reset_control *
127 static inline struct reset_control *
155 static inline struct reset_control *reset_control_get_shared( in reset_control_get_shared()
161 static inline struct reset_control *reset_control_get_optional_exclusive( in reset_control_get_optional_exclusive()
167 static inline struct reset_control *reset_control_get_optional_shared( in reset_control_get_optional_shared()
183 static inline struct reset_control *of_reset_control_get_exclusive( in of_reset_control_get_exclusive()
208 static inline struct reset_control *of_reset_control_get_shared( in of_reset_control_get_shared()
225 static inline struct reset_control *of_reset_control_get_exclusive_by_index( in of_reset_control_get_exclusive_by_index()
253 static inline struct reset_control *of_reset_control_get_shared_by_index( in of_reset_control_get_shared_by_index()
271 static inline struct reset_control *
287 static inline struct reset_control *devm_reset_control_get_shared( in devm_reset_control_get_shared()
293 static inline struct reset_control *devm_reset_control_get_optional_exclusive( in devm_reset_control_get_optional_exclusive()
299 static inline struct reset_control *devm_reset_control_get_optional_shared( in devm_reset_control_get_optional_shared()
317 static inline struct reset_control *
333 static inline struct reset_control *
347 static inline struct reset_control *of_reset_control_get( in of_reset_control_get()
353 static inline struct reset_control *of_reset_control_get_by_index( in of_reset_control_get_by_index()
359 static inline struct reset_control *devm_reset_control_get( in devm_reset_control_get()
365 static inline struct reset_control *devm_reset_control_get_optional( in devm_reset_control_get_optional()
372 static inline struct reset_control *devm_reset_control_get_by_index( in devm_reset_control_get_by_index()
381 static inline struct reset_control *
387 static inline struct reset_control *
393 static inline struct reset_control *
399 static inline struct reset_control *
405 static inline struct reset_control *
411 static inline struct reset_control *
417 static inline struct reset_control *
423 static inline struct reset_control *