Lines Matching refs:shared
46 bool shared; member
305 if (rstc->shared) { in reset_control_reset()
317 if (rstc->shared && ret) in reset_control_reset()
352 if (rstc->shared) { in reset_control_assert()
411 if (rstc->shared) { in reset_control_deassert()
540 unsigned int index, bool shared, bool acquired) in __reset_control_get_internal() argument
553 if (!rstc->shared && !shared && !acquired) in __reset_control_get_internal()
556 if (WARN_ON(!rstc->shared || !shared)) in __reset_control_get_internal()
575 rstc->shared = shared; in __reset_control_get_internal()
601 const char *id, int index, bool shared, in __of_reset_control_get() argument
655 rstc = __reset_control_get_internal(rcdev, rstc_id, shared, acquired); in __of_reset_control_get()
685 bool shared, bool optional, bool acquired) in __reset_control_get_from_lookup() argument
712 shared, acquired); in __reset_control_get_from_lookup()
727 int index, bool shared, bool optional, in __reset_control_get() argument
730 if (WARN_ON(shared && acquired)) in __reset_control_get()
734 return __of_reset_control_get(dev->of_node, id, index, shared, in __reset_control_get()
737 return __reset_control_get_from_lookup(dev, id, shared, optional, in __reset_control_get()
779 const char *id, int index, bool shared, in __devm_reset_control_get() argument
789 rstc = __reset_control_get(dev, id, index, shared, optional, acquired); in __devm_reset_control_get()
868 of_reset_control_array_get(struct device_node *np, bool shared, bool optional, in of_reset_control_array_get() argument
884 rstc = __of_reset_control_get(np, NULL, i, shared, optional, in of_reset_control_array_get()
922 devm_reset_control_array_get(struct device *dev, bool shared, bool optional) in devm_reset_control_array_get() argument
932 rstc = of_reset_control_array_get(dev->of_node, shared, optional, true); in devm_reset_control_array_get()