Searched refs:phy_configure (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.10/include/linux/phy/ |
D | phy.h | 218 int phy_configure(struct phy *phy, union phy_configure_opts *opts); 366 static inline int phy_configure(struct phy *phy, in phy_configure() function
|
/Linux-v5.10/drivers/net/ethernet/smsc/ |
D | smc91x.c | 989 cancel_work_sync(&lp->phy_configure); in smc_phy_powerdown() 1033 container_of(work, struct smc_local, phy_configure); in smc_phy_configure() 1352 schedule_work(&lp->phy_configure); in smc_timeout() 1487 smc_phy_configure(&lp->phy_configure); in smc_open() 1968 INIT_WORK(&lp->phy_configure, smc_phy_configure); in smc_probe() 2460 smc_phy_configure(&lp->phy_configure); in smc_drv_resume()
|
D | smc911x.c | 877 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()
|
D | smc911x.h | 83 struct work_struct phy_configure; member
|
D | smc91x.h | 258 struct work_struct phy_configure; member
|
/Linux-v5.10/drivers/phy/ |
D | phy-core.c | 433 int phy_configure(struct phy *phy, union phy_configure_opts *opts) in phy_configure() function 449 EXPORT_SYMBOL_GPL(phy_configure);
|
/Linux-v5.10/drivers/gpu/drm/bridge/cadence/ |
D | cdns-mhdp8546-core.c | 890 ret = phy_configure(mhdp->phy, &phy_cfg); in cdns_mhdp_link_training_init() 1058 ret = phy_configure(mhdp->phy, &phy_cfg); in cdns_mhdp_link_training_channel_eq() 1179 ret = phy_configure(mhdp->phy, &phy_cfg); in cdns_mhdp_link_training_cr()
|
/Linux-v5.10/drivers/gpu/drm/msm/dp/ |
D | dp_ctrl.c | 1339 phy_configure(phy, &dp_io->phy_opts); in dp_ctrl_enable_mainlink_clocks() 1442 phy_configure(phy, &dp_io->phy_opts); in dp_ctrl_reinitialize_mainlink()
|
D | dp_catalog.c | 628 phy_configure(phy, &dp_io->phy_opts); in dp_catalog_ctrl_update_vx_px()
|
/Linux-v5.10/drivers/gpu/drm/rockchip/ |
D | dw-mipi-dsi-rockchip.c | 496 phy_configure(dsi->phy, &dsi->phy_opts); in dw_mipi_dsi_phy_power_on()
|
/Linux-v5.10/drivers/staging/media/rkisp1/ |
D | rkisp1-isp.c | 918 phy_configure(sensor->dphy, &opts); in rkisp1_mipi_csi2_start()
|
/Linux-v5.10/drivers/gpu/drm/bridge/ |
D | nwl-dsi.c | 681 ret = phy_configure(dsi->phy, phy_cfg); in nwl_dsi_enable()
|
D | cdns-dsi.c | 729 phy_configure(dsi->dphy, &output->phy_opts); in cdns_dsi_hs_init()
|
/Linux-v5.10/drivers/gpu/drm/sun4i/ |
D | sun6i_mipi_dsi.c | 769 phy_configure(dsi->dphy, &opts); in sun6i_dsi_encoder_enable()
|
/Linux-v5.10/drivers/gpu/drm/xlnx/ |
D | zynqmp_dp.c | 675 phy_configure(dp->phy[i], &opts); in zynqmp_dp_update_vs_emph()
|