Lines Matching refs:reset_control

42 struct reset_control {  struct
61 struct reset_control base; argument
63 struct reset_control *rstc[];
195 rstc_to_array(struct reset_control *rstc) { in rstc_to_array()
214 struct reset_control *rstc; in reset_control_array_rearm()
309 static inline bool reset_control_is_array(struct reset_control *rstc) in reset_control_is_array()
327 int reset_control_reset(struct reset_control *rstc) in reset_control_reset()
401 int reset_control_rearm(struct reset_control *rstc) in reset_control_rearm()
442 int reset_control_assert(struct reset_control *rstc) in reset_control_assert()
530 int reset_control_deassert(struct reset_control *rstc) in reset_control_deassert()
605 int reset_control_status(struct reset_control *rstc) in reset_control_status()
640 int reset_control_acquire(struct reset_control *rstc) in reset_control_acquire()
642 struct reset_control *rc; in reset_control_acquire()
716 void reset_control_release(struct reset_control *rstc) in reset_control_release()
748 static struct reset_control *
752 struct reset_control *rstc; in __reset_control_get_internal()
795 struct reset_control *rstc = container_of(kref, struct reset_control, in __reset_control_release()
806 static void __reset_control_put_internal(struct reset_control *rstc) in __reset_control_put_internal()
816 struct reset_control *
820 struct reset_control *rstc; in __of_reset_control_get()
899 static struct reset_control *
906 struct reset_control *rstc = NULL; in __reset_control_get_from_lookup()
942 struct reset_control *__reset_control_get(struct device *dev, const char *id, in __reset_control_get()
999 void reset_control_put(struct reset_control *rstc) in reset_control_put()
1031 reset_control_put(*(struct reset_control **)res); in devm_reset_control_release()
1034 struct reset_control *
1038 struct reset_control **ptr, *rstc; in __devm_reset_control_get()
1108 struct reset_control *rstc; in __device_reset()
1173 struct reset_control *
1178 struct reset_control *rstc; in of_reset_control_array_get()
1226 struct reset_control *
1229 struct reset_control **ptr, *rstc; in devm_reset_control_array_get()