• Home
  • Raw
  • Download

Lines Matching refs:shared

47 	bool shared;  member
225 if (rstc->shared) { in reset_control_array_rearm()
237 if (rstc && rstc->shared) in reset_control_array_rearm()
342 if (rstc->shared) { in reset_control_reset()
354 if (rstc->shared && ret) in reset_control_reset()
411 if (rstc->shared) { in reset_control_rearm()
452 if (rstc->shared) { in reset_control_assert()
540 if (rstc->shared) { in reset_control_deassert()
749 unsigned int index, bool shared, bool acquired) in __reset_control_get_internal() argument
762 if (!rstc->shared && !shared && !acquired) in __reset_control_get_internal()
765 if (WARN_ON(!rstc->shared || !shared)) in __reset_control_get_internal()
787 rstc->shared = shared; in __reset_control_get_internal()
817 bool shared, bool optional, bool acquired) in __of_reset_control_get() argument
870 rstc = __reset_control_get_internal(rcdev, rstc_id, shared, acquired); in __of_reset_control_get()
900 bool shared, bool optional, bool acquired) in __reset_control_get_from_lookup() argument
927 shared, acquired); in __reset_control_get_from_lookup()
942 int index, bool shared, bool optional, in __reset_control_get() argument
945 if (WARN_ON(shared && acquired)) in __reset_control_get()
949 return __of_reset_control_get(dev->of_node, id, index, shared, in __reset_control_get()
952 return __reset_control_get_from_lookup(dev, id, shared, optional, in __reset_control_get()
959 bool shared, bool optional, bool acquired) in __reset_control_bulk_get() argument
965 shared, optional, acquired); in __reset_control_bulk_get()
1035 bool shared, bool optional, bool acquired) in __devm_reset_control_get() argument
1044 rstc = __reset_control_get(dev, id, index, shared, optional, acquired); in __devm_reset_control_get()
1071 bool shared, bool optional, bool acquired) in __devm_reset_control_bulk_get() argument
1081 ret = __reset_control_bulk_get(dev, num_rstcs, rstcs, shared, optional, acquired); in __devm_reset_control_bulk_get()
1161 of_reset_control_array_get(struct device_node *np, bool shared, bool optional, in of_reset_control_array_get() argument
1177 rstc = __of_reset_control_get(np, NULL, i, shared, optional, in of_reset_control_array_get()
1214 devm_reset_control_array_get(struct device *dev, bool shared, bool optional) in devm_reset_control_array_get() argument
1223 rstc = of_reset_control_array_get(dev->of_node, shared, optional, true); in devm_reset_control_array_get()