Home
last modified time | relevance | path

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

/drivers/net/ethernet/smsc/
Dsmc911x.c877 phy_configure); in smc911x_phy_configure()
1272 schedule_work(&lp->phy_configure); in smc911x_timeout()
1389 smc911x_phy_configure(&lp->phy_configure); in smc911x_open()
1422 cancel_work_sync(&lp->phy_configure); in smc911x_close()
1927 INIT_WORK(&lp->phy_configure, smc911x_phy_configure); in smc911x_probe()
2172 smc911x_phy_configure(&lp->phy_configure); in smc911x_drv_resume()
Dsmc91x.c989 cancel_work_sync(&lp->phy_configure); in smc_phy_powerdown()
1033 container_of(work, struct smc_local, phy_configure); in smc_phy_configure()
1353 schedule_work(&lp->phy_configure); in smc_timeout()
1488 smc_phy_configure(&lp->phy_configure); in smc_open()
1969 INIT_WORK(&lp->phy_configure, smc_phy_configure); in smc_probe()
2461 smc_phy_configure(&lp->phy_configure); in smc_drv_resume()
Dsmc911x.h83 struct work_struct phy_configure; member
Dsmc91x.h258 struct work_struct phy_configure; member
/drivers/phy/
Dphy-core.c433 int phy_configure(struct phy *phy, union phy_configure_opts *opts) in phy_configure() function
449 EXPORT_SYMBOL_GPL(phy_configure);
/drivers/gpu/drm/sun4i/
Dsun6i_mipi_dsi.c748 phy_configure(dsi->dphy, &opts); in sun6i_dsi_encoder_enable()
/drivers/gpu/drm/bridge/
Dcdns-dsi.c727 phy_configure(dsi->dphy, &output->phy_opts); in cdns_dsi_hs_init()