Lines Matching refs:rstc
25 struct reset_control *rstc; member
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);
50 void reset_control_put(struct reset_control *rstc);
74 static inline int reset_control_reset(struct reset_control *rstc) in reset_control_reset() argument
79 static inline int reset_control_rearm(struct reset_control *rstc) in reset_control_rearm() argument
84 static inline int reset_control_assert(struct reset_control *rstc) in reset_control_assert() argument
89 static inline int reset_control_deassert(struct reset_control *rstc) in reset_control_deassert() argument
94 static inline int reset_control_status(struct reset_control *rstc) in reset_control_status() argument
99 static inline int reset_control_acquire(struct reset_control *rstc) in reset_control_acquire() argument
104 static inline void reset_control_release(struct reset_control *rstc) in reset_control_release() argument
108 static inline void reset_control_put(struct reset_control *rstc) in reset_control_put() argument