Lines Matching refs:phy_ops
50 const struct intel_tc_phy_ops *phy_ops; member
1119 return tc->phy_ops->cold_off_domain(tc); in tc_phy_cold_off_domain()
1127 mask = tc->phy_ops->hpd_live_status(tc); in tc_phy_hpd_live_status()
1137 return tc->phy_ops->is_ready(tc); in tc_phy_is_ready()
1142 return tc->phy_ops->is_owned(tc); in tc_phy_is_owned()
1147 tc->phy_ops->get_hw_state(tc); in tc_phy_get_hw_state()
1332 connected = tc->phy_ops->connect(tc, required_lanes); in tc_phy_connect()
1335 connected = tc->phy_ops->connect(tc, required_lanes); in tc_phy_connect()
1344 tc->phy_ops->disconnect(tc); in tc_phy_disconnect()
1352 tc->phy_ops->init(tc); in tc_phy_init()
1836 tc->phy_ops = &xelpdp_tc_phy_ops; in intel_tc_port_init()
1838 tc->phy_ops = &adlp_tc_phy_ops; in intel_tc_port_init()
1840 tc->phy_ops = &tgl_tc_phy_ops; in intel_tc_port_init()
1842 tc->phy_ops = &icl_tc_phy_ops; in intel_tc_port_init()