Searched refs:phy_ops (Results 1 – 1 of 1) sorted by relevance
50 const struct intel_tc_phy_ops *phy_ops; member1168 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()[all …]