Lines Matching refs:phy_ops
53 const struct intel_tc_phy_ops *phy_ops; member
1198 return tc->phy_ops->cold_off_domain(tc); in tc_phy_cold_off_domain()
1206 mask = tc->phy_ops->hpd_live_status(tc); in tc_phy_hpd_live_status()
1216 return tc->phy_ops->is_ready(tc); in tc_phy_is_ready()
1221 return tc->phy_ops->is_owned(tc); in tc_phy_is_owned()
1226 tc->phy_ops->get_hw_state(tc); in tc_phy_get_hw_state()
1410 connected = tc->phy_ops->connect(tc, required_lanes); in tc_phy_connect()
1413 connected = tc->phy_ops->connect(tc, required_lanes); in tc_phy_connect()
1422 tc->phy_ops->disconnect(tc); in tc_phy_disconnect()
1430 tc->phy_ops->init(tc); in tc_phy_init()
1895 tc->phy_ops = &xelpdp_tc_phy_ops; in intel_tc_port_init()
1897 tc->phy_ops = &adlp_tc_phy_ops; in intel_tc_port_init()
1899 tc->phy_ops = &tgl_tc_phy_ops; in intel_tc_port_init()
1901 tc->phy_ops = &icl_tc_phy_ops; in intel_tc_port_init()