Home
last modified time | relevance | path

Searched full:lvds_phy (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/phy/freescale/
Dphy-fsl-imx8qm-lvds-phy.c81 struct mixel_lvds_phy *lvds_phy = phy_get_drvdata(phy); in mixel_lvds_phy_power_on() local
82 struct mixel_lvds_phy *companion = priv->phys[lvds_phy->id ^ 1]; in mixel_lvds_phy_power_on()
83 struct phy_configure_opts_lvds *cfg = &lvds_phy->cfg; in mixel_lvds_phy_power_on()
126 val = CH_EN(lvds_phy->id); in mixel_lvds_phy_power_on()
144 struct mixel_lvds_phy *lvds_phy = phy_get_drvdata(phy); in mixel_lvds_phy_power_off() local
145 struct mixel_lvds_phy *companion = priv->phys[lvds_phy->id ^ 1]; in mixel_lvds_phy_power_off()
146 struct phy_configure_opts_lvds *cfg = &lvds_phy->cfg; in mixel_lvds_phy_power_off()
158 CH_EN(lvds_phy->id)); in mixel_lvds_phy_power_off()
225 struct mixel_lvds_phy *lvds_phy = phy_get_drvdata(phy); in mixel_lvds_phy_validate() local
255 memcpy(&lvds_phy->cfg, cfg, sizeof(*cfg)); in mixel_lvds_phy_validate()
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/display/bridge/
Dfsl,imx8qxp-ldb.yaml89 const: lvds_phy
147 phy-names = "lvds_phy";
163 phy-names = "lvds_phy";
/linux-6.12.1/Documentation/devicetree/bindings/mfd/
Dfsl,imx8qxp-csr.yaml143 phy-names = "lvds_phy";
165 phy-names = "lvds_phy";
/linux-6.12.1/Documentation/devicetree/bindings/bus/
Dfsl,imx8qxp-pixel-link-msi-bus.yaml169 phy-names = "lvds_phy";
191 phy-names = "lvds_phy";
/linux-6.12.1/drivers/gpu/drm/bridge/imx/
Dimx8qm-ldb.c424 "lvds_phy"); in imx8qm_ldb_get_phy()
Dimx8qxp-ldb.c642 imx8qxp_ldb_ch->phy = devm_of_phy_get(dev, ldb_ch->np, "lvds_phy"); in imx8qxp_ldb_probe()