phy_configure     727 drivers/gpu/drm/bridge/cdns-dsi.c 	phy_configure(dsi->dphy, &output->phy_opts);
phy_configure     748 drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c 	phy_configure(dsi->dphy, &opts);
phy_configure     877 drivers/net/ethernet/smsc/smc911x.c 						phy_configure);
phy_configure    1272 drivers/net/ethernet/smsc/smc911x.c 		schedule_work(&lp->phy_configure);
phy_configure    1389 drivers/net/ethernet/smsc/smc911x.c 	smc911x_phy_configure(&lp->phy_configure);
phy_configure    1422 drivers/net/ethernet/smsc/smc911x.c 		cancel_work_sync(&lp->phy_configure);
phy_configure    1927 drivers/net/ethernet/smsc/smc911x.c 	INIT_WORK(&lp->phy_configure, smc911x_phy_configure);
phy_configure    2172 drivers/net/ethernet/smsc/smc911x.c 				smc911x_phy_configure(&lp->phy_configure);
phy_configure      83 drivers/net/ethernet/smsc/smc911x.h 	struct work_struct phy_configure;
phy_configure     989 drivers/net/ethernet/smsc/smc91x.c 	cancel_work_sync(&lp->phy_configure);
phy_configure    1033 drivers/net/ethernet/smsc/smc91x.c 		container_of(work, struct smc_local, phy_configure);
phy_configure    1353 drivers/net/ethernet/smsc/smc91x.c 		schedule_work(&lp->phy_configure);
phy_configure    1488 drivers/net/ethernet/smsc/smc91x.c 		smc_phy_configure(&lp->phy_configure);
phy_configure    1969 drivers/net/ethernet/smsc/smc91x.c 	INIT_WORK(&lp->phy_configure, smc_phy_configure);
phy_configure    2461 drivers/net/ethernet/smsc/smc91x.c 				smc_phy_configure(&lp->phy_configure);
phy_configure     258 drivers/net/ethernet/smsc/smc91x.h 	struct work_struct phy_configure;
phy_configure     449 drivers/phy/phy-core.c EXPORT_SYMBOL_GPL(phy_configure);
phy_configure     210 include/linux/phy/phy.h int phy_configure(struct phy *phy, union phy_configure_opts *opts);