Searched refs:phy_configure (Results 1 – 17 of 17) sorted by relevance
/kernel/linux/linux-5.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
|
/kernel/linux/linux-5.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() 2177 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
|
/kernel/linux/linux-5.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);
|
/kernel/linux/linux-5.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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dp/ |
D | dp_ctrl.c | 1331 phy_configure(phy, &dp_io->phy_opts); in dp_ctrl_enable_mainlink_clocks() 1439 phy_configure(phy, &dp_io->phy_opts); in dp_ctrl_reinitialize_mainlink()
|
D | dp_catalog.c | 641 phy_configure(phy, &dp_io->phy_opts); in dp_catalog_ctrl_update_vx_px()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/ |
D | dw-mipi-dsi-rockchip.c | 495 phy_configure(dsi->phy, &dsi->phy_opts); in dw_mipi_dsi_phy_power_on()
|
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/ |
D | rkisp1-isp.c | 918 phy_configure(sensor->dphy, &opts); in rkisp1_mipi_csi2_start()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/ |
D | sun6i_mipi_dsi.c | 769 phy_configure(dsi->dphy, &opts); in sun6i_dsi_encoder_enable()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/ |
D | nwl-dsi.c | 682 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/xlnx/ |
D | zynqmp_dp.c | 669 phy_configure(dp->phy[i], &opts); in zynqmp_dp_update_vs_emph()
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | drivers.patch | 8192 + ret = phy_configure(dp->phy, &phy_cfg); 10013 + ret = phy_configure(dp->phy, &phy_cfg); 10015 + dev_err(dp->dev, "%s: phy_configure failed: %d\n", 10060 + ret = phy_configure(dp->phy, &phy_cfg); 10062 + dev_err(dp->dev, "%s: phy_configure() failed: %d\n", 10109 + ret = phy_configure(dp->phy, &phy_cfg); 10111 + dev_err(dp->dev, "%s: phy_configure() failed: %d\n", 18094 - phy_configure(dsi->phy, &dsi->phy_opts); 18181 + phy_configure(dsi->phy, &dsi->phy_opts);
|
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
D | linux-5.10.patch | 6071 + return phy_configure(mipi_dsi->phy, &mipi_dsi->phy_opts); 10750 + ret = phy_configure(priv->analog, opts);
|