Lines Matching refs:upstream
1481 static int phy_sfp_connect_phy(void *upstream, struct phy_device *phy) in phy_sfp_connect_phy() argument
1483 struct phy_device *phydev = upstream; in phy_sfp_connect_phy()
1502 static void phy_sfp_disconnect_phy(void *upstream, struct phy_device *phy) in phy_sfp_disconnect_phy() argument
1504 struct phy_device *phydev = upstream; in phy_sfp_disconnect_phy()
1518 static void phy_sfp_attach(void *upstream, struct sfp_bus *bus) in phy_sfp_attach() argument
1520 struct phy_device *phydev = upstream; in phy_sfp_attach()
1534 static void phy_sfp_detach(void *upstream, struct sfp_bus *bus) in phy_sfp_detach() argument
1536 struct phy_device *phydev = upstream; in phy_sfp_detach()
1543 static int phy_sfp_module_insert(void *upstream, const struct sfp_eeprom_id *id) in phy_sfp_module_insert() argument
1546 struct phy_device *phydev = upstream; in phy_sfp_module_insert()
1582 static void phy_sfp_module_remove(void *upstream) in phy_sfp_module_remove() argument
1584 struct phy_device *phydev = upstream; in phy_sfp_module_remove()
1594 static void phy_sfp_link_up(void *upstream) in phy_sfp_link_up() argument
1596 struct phy_device *phydev = upstream; in phy_sfp_link_up()
1603 static void phy_sfp_link_down(void *upstream) in phy_sfp_link_down() argument
1605 struct phy_device *phydev = upstream; in phy_sfp_link_down()