Home
last modified time | relevance | path

Searched refs:dphy (Results 1 – 25 of 215) sorted by relevance

123456789

/linux/drivers/phy/cadence/
A Dcdns-dphy.c146 dphy->ops->set_psm_div(dphy, psm_div); in cdns_dphy_setup_psm()
155 dphy->ops->set_clk_lane_cfg(dphy, cfg); in cdns_dphy_set_clk_lane_cfg()
162 dphy->ops->set_pll_cfg(dphy, cfg); in cdns_dphy_set_pll_cfg()
167 return dphy->ops->get_wakeup_time_ns(dphy); in cdns_dphy_get_wakeup_time_ns()
319 dphy = devm_kzalloc(&pdev->dev, sizeof(*dphy), GFP_KERNEL); in cdns_dphy_probe()
320 if (!dphy) in cdns_dphy_probe()
325 if (!dphy->ops) in cdns_dphy_probe()
341 ret = dphy->ops->probe(dphy); in cdns_dphy_probe()
350 dphy->ops->remove(dphy); in cdns_dphy_probe()
354 phy_set_drvdata(dphy->phy, dphy); in cdns_dphy_probe()
[all …]
/linux/drivers/phy/allwinner/
A Dphy-sun6i-mipi-dphy.c117 memcpy(&dphy->config, opts, sizeof(dphy->config)); in sun6i_dphy_configure()
255 struct sun6i_dphy *dphy; in sun6i_dphy_probe() local
258 dphy = devm_kzalloc(&pdev->dev, sizeof(*dphy), GFP_KERNEL); in sun6i_dphy_probe()
259 if (!dphy) in sun6i_dphy_probe()
270 if (IS_ERR(dphy->regs)) { in sun6i_dphy_probe()
272 return PTR_ERR(dphy->regs); in sun6i_dphy_probe()
276 if (IS_ERR(dphy->reset)) { in sun6i_dphy_probe()
282 if (IS_ERR(dphy->mod_clk)) { in sun6i_dphy_probe()
288 if (IS_ERR(dphy->phy)) { in sun6i_dphy_probe()
290 return PTR_ERR(dphy->phy); in sun6i_dphy_probe()
[all …]
/linux/drivers/gpu/drm/kmb/
A Dkmb_regs.h649 ((dphy) + (offset)))
652 ((dphy) + (offset)))
661 + (((dphy) / 4) * 4), (dphy % 4) * 8, 6, val)
669 ((dphy) / 4) * 4)) >> \
670 (((dphy % 4) * 8) + 4)) & 0x03)
679 (dphy))
692 4, ((val) << (((dphy) % 4) * 8)))
696 >> (((dphy) % 4) * 8) & 0xff)
700 >> (((dphy) % 4) * 8) & 0xff)
705 #define GET_PLL_LOCK(dev, dphy) \ argument
[all …]
/linux/Documentation/devicetree/bindings/phy/
A Drockchip-mipi-dphy-rx0.yaml4 $id: http://devicetree.org/schemas/phy/rockchip-mipi-dphy-rx0.yaml#
19 const: rockchip,rk3399-mipi-dphy-rx0
29 - const: dphy-ref
30 - const: dphy-cfg
65 mipi_dphy_rx0: mipi-dphy-rx0 {
66 compatible = "rockchip,rk3399-mipi-dphy-rx0";
70 clock-names = "dphy-ref", "dphy-cfg", "grf";
A Drockchip-inno-csi-dphy.yaml4 $id: http://devicetree.org/schemas/phy/rockchip-inno-csi-dphy.yaml#
19 - rockchip,px30-csi-dphy
20 - rockchip,rk1808-csi-dphy
21 - rockchip,rk3326-csi-dphy
22 - rockchip,rk3368-csi-dphy
70 compatible = "rockchip,px30-csi-dphy";
A Dallwinner,sun6i-a31-mipi-dphy.yaml4 $id: http://devicetree.org/schemas/phy/allwinner,sun6i-a31-mipi-dphy.yaml#
19 - const: allwinner,sun6i-a31-mipi-dphy
21 - const: allwinner,sun50i-a64-mipi-dphy
22 - const: allwinner,sun6i-a31-mipi-dphy
53 compatible = "allwinner,sun6i-a31-mipi-dphy";
A Drockchip,px30-dsi-dphy.yaml4 $id: http://devicetree.org/schemas/phy/rockchip,px30-dsi-dphy.yaml#
18 - rockchip,px30-dsi-dphy
19 - rockchip,rk3128-dsi-dphy
20 - rockchip,rk3368-dsi-dphy
61 compatible = "rockchip,px30-dsi-dphy";
A Dmixel,mipi-dsi-phy.txt9 - "fsl,imx8mq-mipi-dphy"
22 dphy: dphy@30a0030 {
23 compatible = "fsl,imx8mq-mipi-dphy";
A Dcdns,dphy.txt7 - compatible: should be set to "cdns,dphy".
14 dphy0: dphy@fd0e0000{
15 compatible = "cdns,dphy";
A Damlogic,axg-mipi-dphy.yaml5 $id: "http://devicetree.org/schemas/phy/amlogic,axg-mipi-dphy.yaml#"
16 - amlogic,axg-mipi-dphy
61 compatible = "amlogic,axg-mipi-dphy";
/linux/drivers/media/platform/marvell-ccic/
A Dmmp-driver.c99 pdata->dphy[0] = in mmpcam_calc_dphy()
107 pdata->dphy[0] = in mmpcam_calc_dphy()
139 pdata->dphy[2] = in mmpcam_calc_dphy()
144 pdata->dphy[0], pdata->dphy[1], pdata->dphy[2]); in mmpcam_calc_dphy()
201 mcam->dphy = pdata->dphy; in mmpcam_probe()
215 if ((IS_ERR(cam->mipi_clk) && mcam->dphy[2] == 0)) in mmpcam_probe()
/linux/drivers/staging/media/omap4iss/
A Diss_csiphy.c94 reg = phy->dphy.ths_term << REGISTER0_THS_TERM_SHIFT; in csiphy_dphy_config()
95 reg |= phy->dphy.ths_settle << REGISTER0_THS_SETTLE_SHIFT; in csiphy_dphy_config()
100 reg = phy->dphy.tclk_term << REGISTER1_TCLK_TERM_SHIFT; in csiphy_dphy_config()
101 reg |= phy->dphy.tclk_miss << REGISTER1_CTRLCLK_DIV_FACTOR_SHIFT; in csiphy_dphy_config()
102 reg |= phy->dphy.tclk_settle << REGISTER1_TCLK_SETTLE_SHIFT; in csiphy_dphy_config()
211 csi2->phy->dphy = csi2phy; in omap4iss_csiphy_config()
/linux/Documentation/devicetree/bindings/soc/rockchip/
A Dgrf.yaml136 mipi-dphy-rx0:
139 $ref: "/schemas/phy/rockchip-mipi-dphy-rx0.yaml#"
235 mipi_dphy_rx0: mipi-dphy-rx0 {
236 compatible = "rockchip,rk3399-mipi-dphy-rx0";
240 clock-names = "dphy-ref", "dphy-cfg", "grf";
/linux/Documentation/devicetree/bindings/display/mediatek/
A Dmediatek,dsi.txt17 - phy-names: must contain "dphy"
34 mipi_tx0: mipi-dphy@10215000 {
55 phy-names = "dphy";
/linux/drivers/media/platform/rockchip/rkisp1/
A Drkisp1-dev.c203 s_asd->dphy = devm_phy_get(rkisp1->dev, "dphy"); in rkisp1_subdev_notifier_bound()
204 if (IS_ERR(s_asd->dphy)) { in rkisp1_subdev_notifier_bound()
205 if (PTR_ERR(s_asd->dphy) != -EPROBE_DEFER) in rkisp1_subdev_notifier_bound()
207 return PTR_ERR(s_asd->dphy); in rkisp1_subdev_notifier_bound()
210 phy_init(s_asd->dphy); in rkisp1_subdev_notifier_bound()
222 phy_exit(s_asd->dphy); in rkisp1_subdev_notifier_unbind()
/linux/Documentation/devicetree/bindings/display/bridge/
A Dcdns,dsi.txt13 - phy-names: must contain "dphy".
42 phy-names = "dphy";
73 phy-names = "dphy";
A Dnwl-dsi.yaml67 - const: dphy
166 phys = <&dphy>;
167 phy-names = "dphy";
/linux/Documentation/devicetree/bindings/media/
A Drockchip-isp1.yaml63 const: dphy
148 phys = <&dphy>;
149 phy-names = "dphy";
229 phy-names = "dphy";
/linux/drivers/gpu/drm/rockchip/
A Drockchip_lvds.c60 struct phy *dphy; member
497 lvds->dphy = devm_phy_get(&pdev->dev, "dphy"); in px30_lvds_probe()
498 if (IS_ERR(lvds->dphy)) in px30_lvds_probe()
499 return PTR_ERR(lvds->dphy); in px30_lvds_probe()
501 ret = phy_init(lvds->dphy); in px30_lvds_probe()
505 ret = phy_set_mode(lvds->dphy, PHY_MODE_LVDS); in px30_lvds_probe()
509 return phy_power_on(lvds->dphy); in px30_lvds_probe()
/linux/drivers/media/platform/cadence/
A Dcdns-csi2rx.c71 struct phy *dphy; member
302 csi2rx->dphy = devm_phy_optional_get(&pdev->dev, "dphy"); in csi2rx_get_resources()
303 if (IS_ERR(csi2rx->dphy)) { in csi2rx_get_resources()
305 return PTR_ERR(csi2rx->dphy); in csi2rx_get_resources()
312 if (csi2rx->dphy) { in csi2rx_get_resources()
/linux/drivers/gpu/drm/sun4i/
A Dsun6i_mipi_dsi.c762 phy_init(dsi->dphy); in sun6i_dsi_encoder_enable()
768 phy_set_mode(dsi->dphy, PHY_MODE_MIPI_DPHY); in sun6i_dsi_encoder_enable()
769 phy_configure(dsi->dphy, &opts); in sun6i_dsi_encoder_enable()
770 phy_power_on(dsi->dphy); in sun6i_dsi_encoder_enable()
808 phy_power_off(dsi->dphy); in sun6i_dsi_encoder_disable()
809 phy_exit(dsi->dphy); in sun6i_dsi_encoder_disable()
1170 dsi->dphy = devm_phy_get(dev, "dphy"); in sun6i_dsi_probe()
1171 if (IS_ERR(dsi->dphy)) { in sun6i_dsi_probe()
1173 ret = PTR_ERR(dsi->dphy); in sun6i_dsi_probe()
/linux/Documentation/devicetree/bindings/display/
A Dallwinner,sun6i-a31-mipi-dsi.yaml46 const: dphy
104 phy-names = "dphy";
/linux/drivers/phy/
A Dbuilt-in.a4 phy-core-mipi-dphy.o/
13 amlogic/phy-meson-axg-mipi-dphy.o/
/linux/drivers/gpu/drm/bridge/
A Dcdns-dsi.c465 struct phy *dphy; member
625 ret = phy_validate(dsi->dphy, PHY_MODE_MIPI_DPHY, 0, &output->phy_opts); in cdns_dsi_check_conf()
727 phy_init(dsi->dphy); in cdns_dsi_hs_init()
728 phy_set_mode(dsi->dphy, PHY_MODE_MIPI_DPHY); in cdns_dsi_hs_init()
729 phy_configure(dsi->dphy, &output->phy_opts); in cdns_dsi_hs_init()
730 phy_power_on(dsi->dphy); in cdns_dsi_hs_init()
1206 dsi->dphy = devm_phy_get(&pdev->dev, "dphy"); in cdns_dsi_drm_probe()
1207 if (IS_ERR(dsi->dphy)) in cdns_dsi_drm_probe()
1208 return PTR_ERR(dsi->dphy); in cdns_dsi_drm_probe()
/linux/Documentation/devicetree/bindings/display/rockchip/
A Ddw_mipi_dsi_rockchip.txt14 clock(ref) when using an internal dphy and APB clock(pclk).
25 - phy-names: Should be "dphy" if phys references an external phy.

Completed in 50 milliseconds

123456789