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()
206 static inline struct reset_control *reset_control_get_optional_exclusive( in reset_control_get_optional_exclusive()
212 static inline struct reset_control *reset_control_get_optional_shared( in reset_control_get_optional_shared()
228 static inline struct reset_control *of_reset_control_get_exclusive( in of_reset_control_get_exclusive()
253 static inline struct reset_control *of_reset_control_get_shared( in of_reset_control_get_shared()
270 static inline struct reset_control *of_reset_control_get_exclusive_by_index( in of_reset_control_get_exclusive_by_index()
298 static inline struct reset_control *of_reset_control_get_shared_by_index( in of_reset_control_get_shared_by_index()
316 static inline struct reset_control *
335 static inline struct reset_control *
351 static inline struct reset_control *devm_reset_control_get_shared( in devm_reset_control_get_shared()
357 static inline struct reset_control *devm_reset_control_get_optional_exclusive( in devm_reset_control_get_optional_exclusive()
363 static inline struct reset_control *devm_reset_control_get_optional_shared( in devm_reset_control_get_optional_shared()
381 static inline struct reset_control *
397 static inline struct reset_control *
411 static inline struct reset_control *of_reset_control_get( in of_reset_control_get()
417 static inline struct reset_control *of_reset_control_get_by_index( in of_reset_control_get_by_index()
423 static inline struct reset_control *devm_reset_control_get( in devm_reset_control_get()
429 static inline struct reset_control *devm_reset_control_get_optional( in devm_reset_control_get_optional()
436 static inline struct reset_control *devm_reset_control_get_by_index( in devm_reset_control_get_by_index()
445 static inline struct reset_control *
451 static inline struct reset_control *
457 static inline struct reset_control *
463 static inline struct reset_control *
469 static inline struct reset_control *
475 static inline struct reset_control *
481 static inline struct reset_control *
487 static inline struct reset_control *
493 static inline struct reset_control *