Lines Matching refs:acquired
46 bool acquired; member
316 if (!rstc->acquired) in reset_control_reset()
380 if (!rstc->acquired) { in reset_control_assert()
420 if (!rstc->acquired) { in reset_control_deassert()
497 if (rstc->acquired) { in reset_control_acquire()
504 if (rc->acquired) { in reset_control_acquire()
511 rstc->acquired = true; in reset_control_acquire()
536 rstc->acquired = false; in reset_control_release()
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()
576 rstc->acquired = acquired; in __reset_control_get_internal()
604 bool optional, bool acquired) in __of_reset_control_get() argument
657 rstc = __reset_control_get_internal(rcdev, rstc_id, shared, acquired); in __of_reset_control_get()
687 bool shared, bool optional, bool acquired) in __reset_control_get_from_lookup() argument
714 shared, acquired); in __reset_control_get_from_lookup()
730 bool acquired) in __reset_control_get() argument
732 if (WARN_ON(shared && acquired)) in __reset_control_get()
737 optional, acquired); in __reset_control_get()
740 acquired); in __reset_control_get()
782 bool optional, bool acquired) in __devm_reset_control_get() argument
791 rstc = __reset_control_get(dev, id, index, shared, optional, acquired); in __devm_reset_control_get()
871 bool acquired) in of_reset_control_array_get() argument
887 acquired); in of_reset_control_array_get()