Lines Matching refs:reset_control

52 struct reset_control {  struct
71 struct reset_control base; argument
73 struct reset_control *rstc[] __counted_by(num_rstcs);
221 rstc_to_array(struct reset_control *rstc) { in rstc_to_array()
240 struct reset_control *rstc; in reset_control_array_rearm()
335 static inline bool reset_control_is_array(struct reset_control *rstc) in reset_control_is_array()
353 int reset_control_reset(struct reset_control *rstc) in reset_control_reset()
427 int reset_control_rearm(struct reset_control *rstc) in reset_control_rearm()
468 int reset_control_assert(struct reset_control *rstc) in reset_control_assert()
556 int reset_control_deassert(struct reset_control *rstc) in reset_control_deassert()
631 int reset_control_status(struct reset_control *rstc) in reset_control_status()
666 int reset_control_acquire(struct reset_control *rstc) in reset_control_acquire()
668 struct reset_control *rc; in reset_control_acquire()
742 void reset_control_release(struct reset_control *rstc) in reset_control_release()
774 static struct reset_control *
780 struct reset_control *rstc; in __reset_control_get_internal()
829 struct reset_control *rstc = container_of(kref, struct reset_control, in __reset_control_release()
841 static void __reset_control_put_internal(struct reset_control *rstc) in __reset_control_put_internal()
1002 struct reset_control *
1008 struct reset_control *rstc; in __of_reset_control_get()
1102 static struct reset_control *
1110 struct reset_control *rstc = NULL; in __reset_control_get_from_lookup()
1148 struct reset_control *__reset_control_get(struct device *dev, const char *id, in __reset_control_get()
1204 void reset_control_put(struct reset_control *rstc) in reset_control_put()
1236 reset_control_put(*(struct reset_control **)res); in devm_reset_control_release()
1241 struct reset_control *rstc = *(struct reset_control **)res; in devm_reset_control_release_deasserted()
1247 struct reset_control *
1251 struct reset_control **ptr, *rstc; in __devm_reset_control_get()
1358 struct reset_control *rstc; in __device_reset()
1421 struct reset_control *
1426 struct reset_control *rstc; in of_reset_control_array_get()
1472 struct reset_control *
1475 struct reset_control **ptr, *rstc; in devm_reset_control_array_get()