Lines Matching refs:reset_control
41 struct reset_control { struct
60 struct reset_control base; argument
62 struct reset_control *rstc[];
194 rstc_to_array(struct reset_control *rstc) { in rstc_to_array()
213 struct reset_control *rstc; in reset_control_array_rearm()
308 static inline bool reset_control_is_array(struct reset_control *rstc) in reset_control_is_array()
326 int reset_control_reset(struct reset_control *rstc) in reset_control_reset()
400 int reset_control_rearm(struct reset_control *rstc) in reset_control_rearm()
441 int reset_control_assert(struct reset_control *rstc) in reset_control_assert()
529 int reset_control_deassert(struct reset_control *rstc) in reset_control_deassert()
604 int reset_control_status(struct reset_control *rstc) in reset_control_status()
639 int reset_control_acquire(struct reset_control *rstc) in reset_control_acquire()
641 struct reset_control *rc; in reset_control_acquire()
715 void reset_control_release(struct reset_control *rstc) in reset_control_release()
747 static struct reset_control *
751 struct reset_control *rstc; in __reset_control_get_internal()
794 struct reset_control *rstc = container_of(kref, struct reset_control, in __reset_control_release()
805 static void __reset_control_put_internal(struct reset_control *rstc) in __reset_control_put_internal()
812 struct reset_control *
816 struct reset_control *rstc; in __of_reset_control_get()
895 static struct reset_control *
902 struct reset_control *rstc = NULL; in __reset_control_get_from_lookup()
938 struct reset_control *__reset_control_get(struct device *dev, const char *id, in __reset_control_get()
995 void reset_control_put(struct reset_control *rstc) in reset_control_put()
1030 reset_control_put(*(struct reset_control **)res); in devm_reset_control_release()
1033 struct reset_control *
1037 struct reset_control **ptr, *rstc; in __devm_reset_control_get()
1107 struct reset_control *rstc; in __device_reset()
1160 struct reset_control *
1165 struct reset_control *rstc; in of_reset_control_array_get()
1213 struct reset_control *
1216 struct reset_control **ptr, *rstc; in devm_reset_control_array_get()