Searched refs:phy_is_ready (Results 1 – 1 of 1) sorted by relevance
1151 bool phy_is_ready, bool phy_is_owned) in tc_phy_is_ready_and_owned() argument1155 drm_WARN_ON(&i915->drm, phy_is_owned && !phy_is_ready); in tc_phy_is_ready_and_owned()1157 return phy_is_ready && phy_is_owned; in tc_phy_is_ready_and_owned()1165 bool phy_is_ready = tc_phy_is_ready(tc); in tc_phy_is_connected() local1169 if (tc_phy_is_ready_and_owned(tc, phy_is_ready, phy_is_owned)) in tc_phy_is_connected()1178 str_yes_no(phy_is_ready), in tc_phy_is_connected()1262 bool phy_is_ready; in tc_phy_get_current_mode() local1274 phy_is_ready = tc_phy_is_ready(tc); in tc_phy_get_current_mode()1277 if (!tc_phy_is_ready_and_owned(tc, phy_is_ready, phy_is_owned)) { in tc_phy_get_current_mode()1288 str_yes_no(phy_is_ready), in tc_phy_get_current_mode()