Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/smsc/
H A Dsmc91x.c983 cancel_work_sync(&lp->phy_configure); in smc_phy_powerdown()
1027 container_of(work, struct smc_local, phy_configure); in smc_phy_configure()
1346 schedule_work(&lp->phy_configure); in smc_timeout()
1481 smc_phy_configure(&lp->phy_configure); in smc_open()
1960 INIT_WORK(&lp->phy_configure, smc_phy_configure); in smc_probe()
2456 smc_phy_configure(&lp->phy_configure); in smc_drv_resume()
H A Dsmc91x.h228 struct work_struct phy_configure; member
/linux/drivers/phy/amlogic/
H A Dphy-meson-axg-mipi-dphy.c208 ret = phy_configure(priv->analog, opts); in phy_meson_axg_mipi_dphy_configure()
/linux/drivers/gpu/drm/meson/
H A Dmeson_dw_mipi_dsi.c133 return phy_configure(mipi_dsi->phy, &mipi_dsi->phy_opts); in dw_mipi_dsi_phy_init()
/linux/drivers/phy/
H A Dphy-core.c556 int phy_configure(struct phy *phy, union phy_configure_opts *opts) in phy_configure() function
572 EXPORT_SYMBOL_GPL(phy_configure);
/linux/drivers/gpu/drm/rockchip/
H A Ddw-mipi-dsi2-rockchip.c111 phy_configure(dsi2->phy, &dsi2->phy_opts); in dw_mipi_dsi2_phy_power_on()