Home
last modified time | relevance | path

Searched refs:hdmi_phy (Results 1 – 25 of 44) sorted by relevance

12

/linux-6.3-rc2/drivers/phy/mediatek/
A Dphy-mtk-hdmi.c32 hdmi_phy->conf->hdmi_phy_enable_tmds(hdmi_phy); in mtk_hdmi_phy_power_on()
40 hdmi_phy->conf->hdmi_phy_disable_tmds(hdmi_phy); in mtk_hdmi_phy_power_off()
49 if (hdmi_phy && hdmi_phy->conf && in mtk_hdmi_phy_dev_get_ops()
54 if (hdmi_phy) in mtk_hdmi_phy_dev_get_ops()
81 hdmi_phy = devm_kzalloc(dev, sizeof(*hdmi_phy), GFP_KERNEL); in mtk_hdmi_phy_probe()
82 if (!hdmi_phy) in mtk_hdmi_phy_probe()
101 hdmi_phy->dev = dev; in mtk_hdmi_phy_probe()
102 hdmi_phy->conf = in mtk_hdmi_phy_probe()
106 hdmi_phy->pll = devm_clk_register(dev, &hdmi_phy->pll_hw); in mtk_hdmi_phy_probe()
139 hdmi_phy->conf->hdmi_phy_disable_tmds(hdmi_phy); in mtk_hdmi_phy_probe()
[all …]
A Dphy-mtk-hdmi-mt8173.c89 struct mtk_hdmi_phy *hdmi_phy = to_mtk_hdmi_phy(hw); in mtk_hdmi_pll_prepare() local
90 void __iomem *base = hdmi_phy->regs; in mtk_hdmi_pll_prepare()
107 struct mtk_hdmi_phy *hdmi_phy = to_mtk_hdmi_phy(hw); in mtk_hdmi_pll_unprepare() local
108 void __iomem *base = hdmi_phy->regs; in mtk_hdmi_pll_unprepare()
126 hdmi_phy->pll_rate = rate; in mtk_hdmi_pll_round_rate()
139 void __iomem *base = hdmi_phy->regs; in mtk_hdmi_pll_set_rate()
182 hdmi_ibias = hdmi_phy->ibias; in mtk_hdmi_pll_set_rate()
187 hdmi_ibias = hdmi_phy->ibias_up; in mtk_hdmi_pll_set_rate()
219 return hdmi_phy->pll_rate; in mtk_hdmi_pll_recalc_rate()
232 mtk_phy_set_bits(hdmi_phy->regs + HDMI_CON3, in mtk_hdmi_phy_enable_tmds()
[all …]
A Dphy-mtk-hdmi-mt2701.c52 struct mtk_hdmi_phy *hdmi_phy = to_mtk_hdmi_phy(hw); in mtk_hdmi_pll_prepare() local
53 void __iomem *base = hdmi_phy->regs; in mtk_hdmi_pll_prepare()
74 struct mtk_hdmi_phy *hdmi_phy = to_mtk_hdmi_phy(hw); in mtk_hdmi_pll_unprepare() local
75 void __iomem *base = hdmi_phy->regs; in mtk_hdmi_pll_unprepare()
102 struct mtk_hdmi_phy *hdmi_phy = to_mtk_hdmi_phy(hw); in mtk_hdmi_pll_set_rate() local
103 void __iomem *base = hdmi_phy->regs; in mtk_hdmi_pll_set_rate()
138 struct mtk_hdmi_phy *hdmi_phy = to_mtk_hdmi_phy(hw); in mtk_hdmi_pll_recalc_rate() local
142 tmp = readl(hdmi_phy->regs + HDMI_CON6); in mtk_hdmi_pll_recalc_rate()
159 tmp = readl(hdmi_phy->regs + HDMI_CON2); in mtk_hdmi_pll_recalc_rate()
179 void __iomem *base = hdmi_phy->regs; in mtk_hdmi_phy_enable_tmds()
[all …]
A Dphy-mtk-hdmi.h25 void (*hdmi_phy_enable_tmds)(struct mtk_hdmi_phy *hdmi_phy);
26 void (*hdmi_phy_disable_tmds)(struct mtk_hdmi_phy *hdmi_phy);
/linux-6.3-rc2/drivers/gpu/drm/msm/hdmi/
A Dhdmi.h22 struct hdmi_phy;
58 struct hdmi_phy *phy;
145 void (*powerup)(struct hdmi_phy *phy, unsigned long int pixclock);
146 void (*powerdown)(struct hdmi_phy *phy);
158 struct hdmi_phy { struct
167 static inline void hdmi_phy_write(struct hdmi_phy *phy, u32 reg, u32 data) in hdmi_phy_write() argument
172 static inline u32 hdmi_phy_read(struct hdmi_phy *phy, u32 reg) in hdmi_phy_read()
177 int msm_hdmi_phy_resource_enable(struct hdmi_phy *phy);
178 void msm_hdmi_phy_resource_disable(struct hdmi_phy *phy);
179 void msm_hdmi_phy_powerup(struct hdmi_phy *phy, unsigned long int pixclock);
[all …]
A Dhdmi_phy.c10 static int msm_hdmi_phy_resource_init(struct hdmi_phy *phy) in msm_hdmi_phy_resource_init()
54 int msm_hdmi_phy_resource_enable(struct hdmi_phy *phy) in msm_hdmi_phy_resource_enable()
78 void msm_hdmi_phy_resource_disable(struct hdmi_phy *phy) in msm_hdmi_phy_resource_disable()
92 void msm_hdmi_phy_powerup(struct hdmi_phy *phy, unsigned long int pixclock) in msm_hdmi_phy_powerup()
100 void msm_hdmi_phy_powerdown(struct hdmi_phy *phy) in msm_hdmi_phy_powerdown()
136 struct hdmi_phy *phy; in msm_hdmi_phy_probe()
A Dhdmi_phy_8x74.c9 static void hdmi_phy_8x74_powerup(struct hdmi_phy *phy, in hdmi_phy_8x74_powerup()
22 static void hdmi_phy_8x74_powerdown(struct hdmi_phy *phy) in hdmi_phy_8x74_powerdown()
A Dhdmi_phy_8960.c9 static void hdmi_phy_8960_powerup(struct hdmi_phy *phy, in hdmi_phy_8960_powerup()
28 static void hdmi_phy_8960_powerdown(struct hdmi_phy *phy) in hdmi_phy_8960_powerdown()
A Dhdmi_phy_8x60.c11 static void hdmi_phy_8x60_powerup(struct hdmi_phy *phy, in hdmi_phy_8x60_powerup()
95 static void hdmi_phy_8x60_powerdown(struct hdmi_phy *phy) in hdmi_phy_8x60_powerdown()
A Dhdmi_pll_8960.c247 static inline struct hdmi_phy *pll_get_phy(struct hdmi_pll_8960 *pll) in pll_get_phy()
255 struct hdmi_phy *phy = pll_get_phy(pll); in hdmi_pll_enable()
340 struct hdmi_phy *phy = pll_get_phy(pll); in hdmi_pll_disable()
A Dhdmi_phy_8996.c81 static inline struct hdmi_phy *pll_get_phy(struct hdmi_pll_8996 *pll) in pll_get_phy()
399 struct hdmi_phy *phy = pll_get_phy(pll); in hdmi_8996_pll_set_clk_rate()
543 static int hdmi_8996_phy_ready_status(struct hdmi_phy *phy) in hdmi_8996_phy_ready_status()
595 struct hdmi_phy *phy = pll_get_phy(pll); in hdmi_8996_pll_prepare()
667 struct hdmi_phy *phy = pll_get_phy(pll); in hdmi_8996_pll_unprepare()
A Dhdmi_bridge.c141 struct hdmi_phy *phy = hdmi->phy; in msm_hdmi_bridge_pre_enable()
167 struct hdmi_phy *phy = hdmi->phy; in msm_hdmi_bridge_post_disable()
/linux-6.3-rc2/Documentation/devicetree/bindings/phy/
A Dphy-rockchip-inno-hdmi.txt24 hdmi_phy: hdmi-phy@12030000 {
31 clock-output-names = "hdmi_phy";
40 phys = <&hdmi_phy>;
A Dqcom,hdmi-phy-other.yaml26 - const: hdmi_phy
113 hdmi_phy: phy@4a00400 {
115 reg-names = "hdmi_phy",
A Dqcom,hdmi-phy-qmp.yaml28 - const: hdmi_phy
81 "hdmi_phy";
A Dmediatek,hdmi-phy.yaml83 hdmi_phy: hdmi-phy@10209100 {
/linux-6.3-rc2/Documentation/devicetree/bindings/display/msm/
A Dhdmi.yaml50 - hdmi_phy
179 phys = <&hdmi_phy>;
210 phys = <&hdmi_phy>;
/linux-6.3-rc2/arch/arm64/boot/dts/qcom/
A Dmsm8996-mtp.dts31 &hdmi_phy {
/linux-6.3-rc2/drivers/video/fbdev/omap2/omapfb/dss/
A DMakefile15 hdmi_phy.o
/linux-6.3-rc2/drivers/gpu/drm/omapdrm/
A DMakefile29 dss/hdmi_pll.o dss/hdmi_phy.o
/linux-6.3-rc2/Documentation/devicetree/bindings/display/
A Dallwinner,sun8i-a83t-dw-hdmi.yaml173 phys = <&hdmi_phy>;
231 phys = <&hdmi_phy>;
A Dallwinner,sun8i-a83t-hdmi-phy.yaml105 hdmi_phy: hdmi-phy@1ef0000 {
/linux-6.3-rc2/arch/arm/boot/dts/
A Dmt7623n.dtsi237 phys = <&hdmi_phy>;
263 hdmi_phy: hdmi-phy@10209100 { label
/linux-6.3-rc2/Documentation/devicetree/bindings/clock/
A Drockchip,rk3328-cru.txt35 - "hdmi_phy" - output clock of the hdmi phy pll - optional
/linux-6.3-rc2/Documentation/devicetree/bindings/display/mediatek/
A Dmediatek,hdmi.yaml110 phys = <&hdmi_phy>;

Completed in 24 milliseconds

12