Lines Matching refs:rstc
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);
28 void reset_control_put(struct reset_control *rstc);
44 static inline int reset_control_reset(struct reset_control *rstc) in reset_control_reset() argument
49 static inline int reset_control_assert(struct reset_control *rstc) in reset_control_assert() argument
54 static inline int reset_control_deassert(struct reset_control *rstc) in reset_control_deassert() argument
59 static inline int reset_control_status(struct reset_control *rstc) in reset_control_status() argument
64 static inline int reset_control_acquire(struct reset_control *rstc) in reset_control_acquire() argument
69 static inline void reset_control_release(struct reset_control *rstc) in reset_control_release() argument
73 static inline void reset_control_put(struct reset_control *rstc) in reset_control_put() argument