Searched refs:phy_configure (Results 1 – 16 of 16) sorted by relevance
/linux-5.19.10/include/linux/phy/ |
D | phy.h | 234 int phy_configure(struct phy *phy, union phy_configure_opts *opts); 396 static inline int phy_configure(struct phy *phy, in phy_configure() function
|
/linux-5.19.10/drivers/net/ethernet/smsc/ |
D | smc91x.c | 990 cancel_work_sync(&lp->phy_configure); in smc_phy_powerdown() 1034 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() 1971 INIT_WORK(&lp->phy_configure, smc_phy_configure); in smc_probe() 2469 smc_phy_configure(&lp->phy_configure); in smc_drv_resume()
|
D | smc911x.c | 880 phy_configure); in smc911x_phy_configure() 1275 schedule_work(&lp->phy_configure); in smc911x_timeout() 1392 smc911x_phy_configure(&lp->phy_configure); in smc911x_open() 1425 cancel_work_sync(&lp->phy_configure); in smc911x_close() 1932 INIT_WORK(&lp->phy_configure, smc911x_phy_configure); in smc911x_probe() 2180 smc911x_phy_configure(&lp->phy_configure); in smc911x_drv_resume()
|
D | smc911x.h | 83 struct work_struct phy_configure; member
|
D | smc91x.h | 247 struct work_struct phy_configure; member
|
/linux-5.19.10/drivers/phy/amlogic/ |
D | phy-meson-axg-mipi-dphy.c | 209 ret = phy_configure(priv->analog, opts); in phy_meson_axg_mipi_dphy_configure()
|
/linux-5.19.10/drivers/phy/ |
D | phy-core.c | 501 int phy_configure(struct phy *phy, union phy_configure_opts *opts) in phy_configure() function 517 EXPORT_SYMBOL_GPL(phy_configure);
|
/linux-5.19.10/drivers/gpu/drm/bridge/cadence/ |
D | cdns-mhdp8546-core.c | 891 ret = phy_configure(mhdp->phy, &phy_cfg); in cdns_mhdp_link_training_init() 1059 ret = phy_configure(mhdp->phy, &phy_cfg); in cdns_mhdp_link_training_channel_eq() 1180 ret = phy_configure(mhdp->phy, &phy_cfg); in cdns_mhdp_link_training_cr()
|
/linux-5.19.10/drivers/gpu/drm/msm/dp/ |
D | dp_ctrl.c | 1355 phy_configure(phy, &dp_io->phy_opts); in dp_ctrl_enable_mainlink_clocks() 1459 phy_configure(phy, &dp_io->phy_opts); in dp_ctrl_reinitialize_mainlink()
|
D | dp_catalog.c | 688 phy_configure(phy, &dp_io->phy_opts); in dp_catalog_ctrl_update_vx_px()
|
/linux-5.19.10/drivers/gpu/drm/sun4i/ |
D | sun6i_mipi_dsi.c | 769 phy_configure(dsi->dphy, &opts); in sun6i_dsi_encoder_enable()
|
/linux-5.19.10/drivers/media/platform/rockchip/rkisp1/ |
D | rkisp1-isp.c | 980 phy_configure(sensor->dphy, &opts); in rkisp1_mipi_csi2_start()
|
/linux-5.19.10/drivers/gpu/drm/bridge/ |
D | nwl-dsi.c | 668 ret = phy_configure(dsi->phy, phy_cfg); in nwl_dsi_mode_set()
|
D | cdns-dsi.c | 729 phy_configure(dsi->dphy, &output->phy_opts); in cdns_dsi_hs_init()
|
/linux-5.19.10/drivers/gpu/drm/rockchip/ |
D | dw-mipi-dsi-rockchip.c | 521 phy_configure(dsi->phy, &dsi->phy_opts); in dw_mipi_dsi_phy_power_on()
|
/linux-5.19.10/drivers/gpu/drm/xlnx/ |
D | zynqmp_dp.c | 669 phy_configure(dp->phy[i], &opts); in zynqmp_dp_update_vs_emph()
|