Lines Matching refs:phy_ops
50 const struct intel_tc_phy_ops *phy_ops; member
1168 return tc->phy_ops->cold_off_domain(tc); in tc_phy_cold_off_domain()
1176 mask = tc->phy_ops->hpd_live_status(tc); in tc_phy_hpd_live_status()
1186 return tc->phy_ops->is_ready(tc); in tc_phy_is_ready()
1191 return tc->phy_ops->is_owned(tc); in tc_phy_is_owned()
1196 tc->phy_ops->get_hw_state(tc); in tc_phy_get_hw_state()
1381 connected = tc->phy_ops->connect(tc, required_lanes); in tc_phy_connect()
1384 connected = tc->phy_ops->connect(tc, required_lanes); in tc_phy_connect()
1393 tc->phy_ops->disconnect(tc); in tc_phy_disconnect()
1401 tc->phy_ops->init(tc); in tc_phy_init()
1867 tc->phy_ops = &xelpdp_tc_phy_ops; in intel_tc_port_init()
1869 tc->phy_ops = &adlp_tc_phy_ops; in intel_tc_port_init()
1871 tc->phy_ops = &tgl_tc_phy_ops; in intel_tc_port_init()
1873 tc->phy_ops = &icl_tc_phy_ops; in intel_tc_port_init()