Lines Matching refs:shared
58 bool shared; member
252 if (rstc->shared) { in reset_control_array_rearm()
264 if (rstc && rstc->shared) in reset_control_array_rearm()
369 if (rstc->shared) { in reset_control_reset()
381 if (rstc->shared && ret) in reset_control_reset()
438 if (rstc->shared) { in reset_control_rearm()
479 if (rstc->shared) { in reset_control_assert()
567 if (rstc->shared) { in reset_control_deassert()
776 unsigned int index, bool shared, bool acquired) in __reset_control_get_internal() argument
789 if (!rstc->shared && !shared && !acquired) in __reset_control_get_internal()
792 if (WARN_ON(!rstc->shared || !shared)) in __reset_control_get_internal()
814 rstc->shared = shared; in __reset_control_get_internal()
997 bool shared, bool optional, bool acquired) in __of_reset_control_get() argument
1063 rstc = __reset_control_get_internal(rcdev, rstc_id, shared, acquired); in __of_reset_control_get()
1094 bool shared, bool optional, bool acquired) in __reset_control_get_from_lookup() argument
1121 shared, acquired); in __reset_control_get_from_lookup()
1136 int index, bool shared, bool optional, in __reset_control_get() argument
1139 if (WARN_ON(shared && acquired)) in __reset_control_get()
1143 return __of_reset_control_get(dev->of_node, id, index, shared, in __reset_control_get()
1146 return __reset_control_get_from_lookup(dev, id, shared, optional, in __reset_control_get()
1153 bool shared, bool optional, bool acquired) in __reset_control_bulk_get() argument
1159 shared, optional, acquired); in __reset_control_bulk_get()
1229 bool shared, bool optional, bool acquired) in __devm_reset_control_get() argument
1238 rstc = __reset_control_get(dev, id, index, shared, optional, acquired); in __devm_reset_control_get()
1265 bool shared, bool optional, bool acquired) in __devm_reset_control_bulk_get() argument
1275 ret = __reset_control_bulk_get(dev, num_rstcs, rstcs, shared, optional, acquired); in __devm_reset_control_bulk_get()
1367 of_reset_control_array_get(struct device_node *np, bool shared, bool optional, in of_reset_control_array_get() argument
1384 rstc = __of_reset_control_get(np, NULL, i, shared, optional, in of_reset_control_array_get()
1420 devm_reset_control_array_get(struct device *dev, bool shared, bool optional) in devm_reset_control_array_get() argument
1429 rstc = of_reset_control_array_get(dev->of_node, shared, optional, true); in devm_reset_control_array_get()