Lines Matching full:rstc
17 * @rstc: struct reset_control * to store the associated reset control
25 struct reset_control *rstc; member
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);
90 void reset_control_put(struct reset_control *rstc);
111 static inline int reset_control_reset(struct reset_control *rstc) in reset_control_reset() argument
116 static inline int reset_control_rearm(struct reset_control *rstc) in reset_control_rearm() argument
121 static inline int reset_control_assert(struct reset_control *rstc) in reset_control_assert() argument
126 static inline int reset_control_deassert(struct reset_control *rstc) in reset_control_deassert() argument
131 static inline int reset_control_status(struct reset_control *rstc) in reset_control_status() argument
136 static inline int reset_control_acquire(struct reset_control *rstc) in reset_control_acquire() argument
141 static inline void reset_control_release(struct reset_control *rstc) in reset_control_release() argument
145 static inline void reset_control_put(struct reset_control *rstc) in reset_control_put() argument