Lines Matching refs:shared
47 bool shared; member
309 if (rstc->shared) { in reset_control_reset()
321 if (rstc->shared && ret) in reset_control_reset()
355 if (rstc->shared) { in reset_control_assert()
413 if (rstc->shared) { in reset_control_deassert()
542 unsigned int index, bool shared, bool acquired) in __reset_control_get_internal() argument
555 if (!rstc->shared && !shared && !acquired) in __reset_control_get_internal()
558 if (WARN_ON(!rstc->shared || !shared)) in __reset_control_get_internal()
580 rstc->shared = shared; in __reset_control_get_internal()
606 const char *id, int index, bool shared, in __of_reset_control_get() argument
660 rstc = __reset_control_get_internal(rcdev, rstc_id, shared, acquired); in __of_reset_control_get()
690 bool shared, bool optional, bool acquired) in __reset_control_get_from_lookup() argument
717 shared, acquired); in __reset_control_get_from_lookup()
732 int index, bool shared, bool optional, in __reset_control_get() argument
735 if (WARN_ON(shared && acquired)) in __reset_control_get()
739 return __of_reset_control_get(dev->of_node, id, index, shared, in __reset_control_get()
742 return __reset_control_get_from_lookup(dev, id, shared, optional, in __reset_control_get()
784 const char *id, int index, bool shared, in __devm_reset_control_get() argument
794 rstc = __reset_control_get(dev, id, index, shared, optional, acquired); in __devm_reset_control_get()
873 of_reset_control_array_get(struct device_node *np, bool shared, bool optional, in of_reset_control_array_get() argument
889 rstc = __of_reset_control_get(np, NULL, i, shared, optional, in of_reset_control_array_get()
926 devm_reset_control_array_get(struct device *dev, bool shared, bool optional) in devm_reset_control_array_get() argument
935 rstc = of_reset_control_array_get(dev->of_node, shared, optional, true); in devm_reset_control_array_get()