Home
last modified time | relevance | path

Searched refs:phy_configure (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/smsc/
Dsmc911x.c887 phy_configure); in smc911x_phy_configure()
1282 schedule_work(&lp->phy_configure); in smc911x_timeout()
1399 smc911x_phy_configure(&lp->phy_configure); in smc911x_open()
1432 cancel_work_sync(&lp->phy_configure); in smc911x_close()
1937 INIT_WORK(&lp->phy_configure, smc911x_phy_configure); in smc911x_probe()
2182 smc911x_phy_configure(&lp->phy_configure); in smc911x_drv_resume()
Dsmc91x.c1001 cancel_work_sync(&lp->phy_configure); in smc_phy_powerdown()
1045 container_of(work, struct smc_local, phy_configure); in smc_phy_configure()
1365 schedule_work(&lp->phy_configure); in smc_timeout()
1500 smc_phy_configure(&lp->phy_configure); in smc_open()
1981 INIT_WORK(&lp->phy_configure, smc_phy_configure); in smc_probe()
2474 smc_phy_configure(&lp->phy_configure); in smc_drv_resume()
Dsmc911x.h94 struct work_struct phy_configure; member
Dsmc91x.h269 struct work_struct phy_configure; member