Home
last modified time | relevance | path

Searched refs:phy_is_ready (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_tc.c1200 bool phy_is_ready, bool phy_is_owned) in tc_phy_is_ready_and_owned() argument
1204 drm_WARN_ON(&i915->drm, phy_is_owned && !phy_is_ready); in tc_phy_is_ready_and_owned()
1206 return phy_is_ready && phy_is_owned; in tc_phy_is_ready_and_owned()
1214 bool phy_is_ready = tc_phy_is_ready(tc); in tc_phy_is_connected() local
1218 if (tc_phy_is_ready_and_owned(tc, phy_is_ready, phy_is_owned)) in tc_phy_is_connected()
1227 str_yes_no(phy_is_ready), in tc_phy_is_connected()
1311 bool phy_is_ready; in tc_phy_get_current_mode() local
1323 phy_is_ready = tc_phy_is_ready(tc); in tc_phy_get_current_mode()
1326 if (!tc_phy_is_ready_and_owned(tc, phy_is_ready, phy_is_owned)) { in tc_phy_get_current_mode()
1337 str_yes_no(phy_is_ready), in tc_phy_get_current_mode()