Searched refs:eth_phy_dev_t (Results 1 – 5 of 5) sorted by relevance
27 extern eth_phy_dev_t cv181x_device;30 static eth_phy_dev_t *const eth_phy_devices[] = {51 eth_phy_dev_t *p = eth_phy_devices[0]; in eth_get_phy_device()182 eth_phy_dev_t *phydev = NULL; in eth_connect_phy()213 eth_phy_dev_t *dev = (eth_phy_dev_t *)handle; in eth_phy_reset()269 eth_phy_dev_t *dev = (eth_phy_dev_t *)handle; in eth_phy_config()282 eth_phy_dev_t *dev = (eth_phy_dev_t *)handle; in eth_phy_start()295 eth_phy_dev_t *dev = (eth_phy_dev_t *)handle; in eth_phy_stop()367 eth_phy_dev_t *dev = (eth_phy_dev_t *)handle; in eth_phy_update_link()553 int32_t genphy_config(eth_phy_dev_t *phy_dev) in genphy_config()[all …]
58 eth_phy_dev_t *dev = (eth_phy_dev_t *)handle; in cv181x_config()315 static int32_t cv181x_parse_status(eth_phy_dev_t *dev) in cv181x_parse_status()352 eth_phy_dev_t *dev = (eth_phy_dev_t *)handle; in cv181x_start()378 eth_phy_dev_t *dev = (eth_phy_dev_t *)handle; in cv181x_update_link()384 eth_phy_dev_t cv181x_device = {
349 } eth_phy_dev_t; typedef360 int generic_phy_config_aneg(eth_phy_dev_t *dev);361 int generic_phy_restart_aneg(eth_phy_dev_t *dev);362 int generic_phy_update_link(eth_phy_dev_t *dev);372 int32_t genphy_config(eth_phy_dev_t *phy_dev);373 int32_t genphy_update_link(eth_phy_dev_t *phy_dev);
304 eth_phy_dev_t *phy_dev;
482 eth_phy_dev_t *phy_dev = (eth_phy_dev_t *)handle_phy; in dw_eth_mac_connect_phy()
Completed in 11 milliseconds