Lines Matching refs:shared
48 bool shared; member
269 if (rstc->shared) { in reset_control_reset()
278 if (rstc->shared && ret) in reset_control_reset()
313 if (rstc->shared) { in reset_control_assert()
366 if (rstc->shared) { in reset_control_deassert()
411 unsigned int index, bool shared) in __reset_control_get_internal() argument
419 if (WARN_ON(!rstc->shared || !shared)) in __reset_control_get_internal()
437 rstc->shared = shared; in __reset_control_get_internal()
463 const char *id, int index, bool shared, in __of_reset_control_get() argument
518 rstc = __reset_control_get_internal(rcdev, rstc_id, shared); in __of_reset_control_get()
546 bool shared, bool optional) in __reset_control_get_from_lookup() argument
576 shared); in __reset_control_get_from_lookup()
591 int index, bool shared, bool optional) in __reset_control_get() argument
594 return __of_reset_control_get(dev->of_node, id, index, shared, in __reset_control_get()
597 return __reset_control_get_from_lookup(dev, id, shared, optional); in __reset_control_get()
637 const char *id, int index, bool shared, in __devm_reset_control_get() argument
647 rstc = __reset_control_get(dev, id, index, shared, optional); in __devm_reset_control_get()
723 of_reset_control_array_get(struct device_node *np, bool shared, bool optional) in of_reset_control_array_get() argument
738 rstc = __of_reset_control_get(np, NULL, i, shared, optional); in of_reset_control_array_get()
775 devm_reset_control_array_get(struct device *dev, bool shared, bool optional) in devm_reset_control_array_get() argument
785 rstc = of_reset_control_array_get(dev->of_node, shared, optional); in devm_reset_control_array_get()