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()
778 bool shared = flags & RESET_CONTROL_FLAGS_BIT_SHARED; in __reset_control_get_internal() local
796 if (!rstc->shared && !shared && !acquired) in __reset_control_get_internal()
799 if (WARN_ON(!rstc->shared || !shared)) in __reset_control_get_internal()
821 rstc->shared = shared; in __reset_control_get_internal()
1151 bool shared = flags & RESET_CONTROL_FLAGS_BIT_SHARED; in __reset_control_get() local
1154 if (WARN_ON(shared && acquired)) in __reset_control_get()