Searched refs:phy_is_ready (Results 1 – 1 of 1) sorted by relevance
1296 bool phy_is_ready, bool phy_is_owned) in tc_phy_owned_by_display() argument1301 drm_WARN_ON(display->drm, phy_is_owned && !phy_is_ready); in tc_phy_owned_by_display()1303 return phy_is_ready && phy_is_owned; in tc_phy_owned_by_display()1313 bool phy_is_ready = tc_phy_is_ready(tc); in tc_phy_is_connected() local1317 if (tc_phy_owned_by_display(tc, phy_is_ready, phy_is_owned)) in tc_phy_is_connected()1326 str_yes_no(phy_is_ready), in tc_phy_is_connected()1415 bool phy_is_ready; in tc_phy_get_current_mode() local1427 phy_is_ready = tc_phy_is_ready(tc); in tc_phy_get_current_mode()1430 if (!tc_phy_owned_by_display(tc, phy_is_ready, phy_is_owned)) { in tc_phy_get_current_mode()1441 str_yes_no(phy_is_ready), in tc_phy_get_current_mode()