Lines Matching refs:reset_control

43 struct reset_control {  struct
61 struct reset_control base; argument
63 struct reset_control *rstc[];
182 rstc_to_array(struct reset_control *rstc) { in rstc_to_array()
235 static inline bool reset_control_is_array(struct reset_control *rstc) in reset_control_is_array()
253 int reset_control_reset(struct reset_control *rstc) in reset_control_reset()
302 int reset_control_assert(struct reset_control *rstc) in reset_control_assert()
355 int reset_control_deassert(struct reset_control *rstc) in reset_control_deassert()
394 int reset_control_status(struct reset_control *rstc) in reset_control_status()
409 static struct reset_control *__reset_control_get_internal( in __reset_control_get_internal()
413 struct reset_control *rstc; in __reset_control_get_internal()
444 struct reset_control *rstc = container_of(kref, struct reset_control, in __reset_control_release()
455 static void __reset_control_put_internal(struct reset_control *rstc) in __reset_control_put_internal()
462 struct reset_control *__of_reset_control_get(struct device_node *node, in __of_reset_control_get()
466 struct reset_control *rstc; in __of_reset_control_get()
544 static struct reset_control *
551 struct reset_control *rstc = NULL; in __reset_control_get_from_lookup()
590 struct reset_control *__reset_control_get(struct device *dev, const char *id, in __reset_control_get()
615 void reset_control_put(struct reset_control *rstc) in reset_control_put()
633 reset_control_put(*(struct reset_control **)res); in devm_reset_control_release()
636 struct reset_control *__devm_reset_control_get(struct device *dev, in __devm_reset_control_get()
640 struct reset_control **ptr, *rstc; in __devm_reset_control_get()
671 struct reset_control *rstc; in __device_reset()
722 struct reset_control *
726 struct reset_control *rstc; in of_reset_control_array_get()
774 struct reset_control *
777 struct reset_control **devres; in devm_reset_control_array_get()
778 struct reset_control *rstc; in devm_reset_control_array_get()