Searched refs:hdmi (Results 1 - 25 of 62) sorted by relevance

123

/drivers/gpu/drm/msm/hdmi/
H A Dhdmi.h25 #include <linux/hdmi.h>
28 #include "hdmi.xml.h"
40 struct hdmi { struct
67 /* the encoder we are hooked to (outside of hdmi block) */
70 bool hdmi_mode; /* are we in hdmi mode? */
77 struct hdmi_phy *(*phy_init)(struct hdmi *hdmi);
105 void hdmi_set_mode(struct hdmi *hdmi, bool power_on);
108 static inline void hdmi_write(struct hdmi *hdm argument
113 hdmi_read(struct hdmi *hdmi, u32 reg) argument
118 hdmi_reference(struct hdmi *hdmi) argument
124 hdmi_unreference(struct hdmi *hdmi) argument
[all...]
H A Dhdmi_phy_8x60.c18 #include "hdmi.h"
22 struct hdmi *hdmi; member in struct:hdmi_phy_8x60
35 struct hdmi *hdmi = phy_8x60->hdmi; local
38 val = hdmi_read(hdmi, REG_HDMI_PHY_CTRL);
42 hdmi_write(hdmi, REG_HDMI_PHY_CTRL,
46 hdmi_write(hdmi, REG_HDMI_PHY_CTRL,
54 hdmi_write(hdmi, REG_HDMI_PHY_CTR
67 struct hdmi *hdmi = phy_8x60->hdmi; local
153 struct hdmi *hdmi = phy_8x60->hdmi; local
190 hdmi_phy_8x60_init(struct hdmi *hdmi) argument
[all...]
H A Dhdmi_bridge.c18 #include "hdmi.h"
22 struct hdmi *hdmi; member in struct:hdmi_bridge
29 hdmi_unreference(hdmi_bridge->hdmi);
38 struct hdmi *hdmi = hdmi_bridge->hdmi; local
39 const struct hdmi_platform_config *config = hdmi->config;
43 ret = regulator_enable(hdmi->pwr_regs[i]);
51 DBG("pixclock: %lu", hdmi
72 struct hdmi *hdmi = hdmi_bridge->hdmi; local
96 struct hdmi *hdmi = hdmi_bridge->hdmi; local
122 struct hdmi *hdmi = hdmi_bridge->hdmi; local
141 struct hdmi *hdmi = hdmi_bridge->hdmi; local
209 hdmi_bridge_init(struct hdmi *hdmi) argument
[all...]
H A Dhdmi.c18 #include "hdmi.h"
20 void hdmi_set_mode(struct hdmi *hdmi, bool power_on) argument
26 if (!hdmi->hdmi_mode) {
28 hdmi_write(hdmi, REG_HDMI_CTRL, ctrl);
37 hdmi_write(hdmi, REG_HDMI_CTRL, ctrl);
44 struct hdmi *hdmi = dev_id; local
47 hdmi_connector_irq(hdmi->connector);
50 hdmi_i2c_irq(hdmi
59 struct hdmi *hdmi = container_of(kref, struct hdmi, refcount); local
74 struct hdmi *hdmi = NULL; local
[all...]
H A Dhdmi_i2c.c18 #include "hdmi.h"
22 struct hdmi *hdmi; member in struct:hdmi_i2c_adapter
30 struct hdmi *hdmi = hdmi_i2c->hdmi; local
32 hdmi_write(hdmi, REG_HDMI_DDC_CTRL,
34 hdmi_write(hdmi, REG_HDMI_DDC_CTRL,
37 hdmi_write(hdmi, REG_HDMI_DDC_SPEED,
41 hdmi_write(hdmi, REG_HDMI_DDC_SETU
52 struct hdmi *hdmi = hdmi_i2c->hdmi; local
82 struct hdmi *hdmi = hdmi_i2c->hdmi; local
104 struct hdmi *hdmi = hdmi_i2c->hdmi; local
244 hdmi_i2c_init(struct hdmi *hdmi) argument
[all...]
H A Dhdmi_phy_8x74.c18 #include "hdmi.h"
22 struct hdmi *hdmi; member in struct:hdmi_phy_8x74
47 struct hdmi *hdmi = phy_8x74->hdmi; local
52 val = hdmi_read(hdmi, REG_HDMI_PHY_CTRL);
56 hdmi_write(hdmi, REG_HDMI_PHY_CTRL,
60 hdmi_write(hdmi, REG_HDMI_PHY_CTRL,
66 hdmi_write(hdmi, REG_HDMI_PHY_CTR
125 hdmi_phy_8x74_init(struct hdmi *hdmi) argument
[all...]
H A Dhdmi_connector.c21 #include "hdmi.h"
25 struct hdmi *hdmi; member in struct:hdmi_connector
30 static int gpio_config(struct hdmi *hdmi, bool on) argument
32 struct drm_device *dev = hdmi->dev;
33 const struct hdmi_platform_config *config = hdmi->config;
137 struct hdmi *hdmi = hdmi_connector->hdmi; local
205 struct hdmi *hdmi = hdmi_connector->hdmi; local
252 struct hdmi *hdmi = hdmi_connector->hdmi; local
279 detect_reg(struct hdmi *hdmi) argument
286 detect_gpio(struct hdmi *hdmi) argument
298 struct hdmi *hdmi = hdmi_connector->hdmi; local
341 struct hdmi *hdmi = hdmi_connector->hdmi; local
367 struct hdmi *hdmi = hdmi_connector->hdmi; local
413 hdmi_connector_init(struct hdmi *hdmi) argument
[all...]
H A Dhdmi_phy_8960.c23 #include "hdmi.h"
27 struct hdmi *hdmi; member in struct:hdmi_phy_8960
42 * To get the parent clock setup properly, we need to plug in hdmi pll
221 struct hdmi *hdmi = phy_8960->hdmi; local
228 hdmi_write(hdmi, REG_HDMI_8960_PHY_PLL_LOCKDET_CFG2, 0x8d);
229 hdmi_write(hdmi, REG_HDMI_8960_PHY_PLL_LOCKDET_CFG0, 0x10);
230 hdmi_write(hdmi, REG_HDMI_8960_PHY_PLL_LOCKDET_CFG
306 struct hdmi *hdmi = phy_8960->hdmi; local
350 struct hdmi *hdmi = phy_8960->hdmi; local
398 struct hdmi *hdmi = phy_8960->hdmi; local
450 struct hdmi *hdmi = phy_8960->hdmi; local
471 struct hdmi *hdmi = phy_8960->hdmi; local
485 hdmi_phy_8960_init(struct hdmi *hdmi) argument
[all...]
H A Dhdmi_audio.c18 #include <linux/hdmi.h>
19 #include "hdmi.h"
92 int hdmi_audio_update(struct hdmi *hdmi) argument
94 struct hdmi_audio *audio = &hdmi->audio;
105 DBG("video: power_on=%d, pixclock=%lu", hdmi->power_on, hdmi->pixclock);
107 if (enabled && !(hdmi->power_on && hdmi->pixclock)) {
113 arcs = get_arcs(hdmi
236 hdmi_audio_info_setup(struct hdmi *hdmi, bool enabled, uint32_t num_of_channels, uint32_t channel_allocation, uint32_t level_shift, bool down_mix) argument
259 hdmi_audio_set_sample_rate(struct hdmi *hdmi, int rate) argument
[all...]
/drivers/video/fbdev/
H A Dsh_mobile_hdmi.c292 void (*write)(struct sh_hdmi *hdmi, u8 data, u8 reg);
293 u8 (*read)(struct sh_hdmi *hdmi, u8 reg);
298 static void __hdmi_write8(struct sh_hdmi *hdmi, u8 data, u8 reg) argument
300 iowrite8(data, hdmi->base + reg);
303 static u8 __hdmi_read8(struct sh_hdmi *hdmi, u8 reg) argument
305 return ioread8(hdmi->base + reg);
308 static void __hdmi_write32(struct sh_hdmi *hdmi, u8 data, u8 reg) argument
310 iowrite32((u32)data, hdmi->base + (reg * 4));
314 static u8 __hdmi_read32(struct sh_hdmi *hdmi, u8 reg) argument
316 return (u8)ioread32(hdmi
319 hdmi_write(struct sh_hdmi *hdmi, u8 data, u8 reg) argument
324 hdmi_read(struct sh_hdmi *hdmi, u8 reg) argument
329 hdmi_bit_set(struct sh_hdmi *hdmi, u8 mask, u8 data, u8 reg) argument
339 hdmi_htop1_write(struct sh_hdmi *hdmi, u32 data, u32 reg) argument
345 hdmi_htop1_read(struct sh_hdmi *hdmi, u32 reg) argument
356 struct sh_hdmi *hdmi = snd_soc_codec_get_drvdata(codec); local
365 struct sh_hdmi *hdmi = snd_soc_codec_get_drvdata(codec); local
403 sh_hdmi_external_video_param(struct sh_hdmi *hdmi) argument
471 sh_hdmi_video_config(struct sh_hdmi *hdmi) argument
499 sh_hdmi_audio_config(struct sh_hdmi *hdmi) argument
585 sh_hdmi_phy_config(struct sh_hdmi *hdmi) argument
654 sh_hdmi_avi_infoframe_setup(struct sh_hdmi *hdmi) argument
737 sh_hdmi_audio_infoframe_setup(struct sh_hdmi *hdmi) argument
780 sh_hdmi_configure(struct sh_hdmi *hdmi) argument
814 sh_hdmi_rate_error(struct sh_hdmi *hdmi, const struct fb_videomode *mode, unsigned long *hdmi_rate, unsigned long *parent_rate) argument
844 sh_hdmi_read_edid(struct sh_hdmi *hdmi, unsigned long *hdmi_rate, unsigned long *parent_rate) argument
1029 struct sh_hdmi *hdmi = dev_id; local
1104 struct sh_hdmi *hdmi = entity_to_sh_hdmi(entity); local
1128 struct sh_hdmi *hdmi = entity_to_sh_hdmi(entity); local
1149 sh_hdmi_clk_configure(struct sh_hdmi *hdmi, unsigned long hdmi_rate, unsigned long parent_rate) argument
1178 struct sh_hdmi *hdmi = container_of(work, struct sh_hdmi, edid_work.work); local
1226 sh_hdmi_htop1_init(struct sh_hdmi *hdmi) argument
1279 struct sh_hdmi *hdmi; local
1418 struct sh_hdmi *hdmi = entity_to_sh_hdmi(platform_get_drvdata(pdev)); local
1442 struct sh_hdmi *hdmi = entity_to_sh_hdmi(platform_get_drvdata(pdev)); local
1454 struct sh_hdmi *hdmi = entity_to_sh_hdmi(platform_get_drvdata(pdev)); local
[all...]
/drivers/staging/imx-drm/
H A Dimx-hdmi.c20 #include <linux/hdmi.h>
32 #include "imx-hdmi.h"
140 static void imx_hdmi_set_ipu_di_mux(struct imx_hdmi *hdmi, int ipu_di) argument
142 regmap_update_bits(hdmi->regmap, IOMUXC_GPR3,
147 static inline void hdmi_writeb(struct imx_hdmi *hdmi, u8 val, int offset) argument
149 writeb(val, hdmi->regs + offset);
152 static inline u8 hdmi_readb(struct imx_hdmi *hdmi, int offset) argument
154 return readb(hdmi->regs + offset);
157 static void hdmi_modb(struct imx_hdmi *hdmi, u8 data, u8 mask, unsigned reg) argument
159 u8 val = hdmi_readb(hdmi, re
165 hdmi_mask_writeb(struct imx_hdmi *hdmi, u8 data, unsigned int reg, u8 shift, u8 mask) argument
171 hdmi_set_clock_regenerator_n(struct imx_hdmi *hdmi, unsigned int value) argument
182 hdmi_regenerate_cts(struct imx_hdmi *hdmi, unsigned int cts) argument
329 hdmi_set_clk_regenerator(struct imx_hdmi *hdmi, unsigned long pixel_clk) argument
353 hdmi_init_clk_regenerator(struct imx_hdmi *hdmi) argument
358 hdmi_clk_regenerator_update_pixel_clock(struct imx_hdmi *hdmi) argument
370 hdmi_video_sample(struct imx_hdmi *hdmi) argument
426 is_color_space_conversion(struct imx_hdmi *hdmi) argument
431 is_color_space_decimation(struct imx_hdmi *hdmi) argument
441 is_color_space_interpolation(struct imx_hdmi *hdmi) argument
451 imx_hdmi_update_csc_coeffs(struct imx_hdmi *hdmi) argument
494 hdmi_video_csc(struct imx_hdmi *hdmi) argument
530 hdmi_video_packetize(struct imx_hdmi *hdmi) argument
625 hdmi_phy_test_clear(struct imx_hdmi *hdmi, unsigned char bit) argument
632 hdmi_phy_test_enable(struct imx_hdmi *hdmi, unsigned char bit) argument
639 hdmi_phy_test_clock(struct imx_hdmi *hdmi, unsigned char bit) argument
646 hdmi_phy_test_din(struct imx_hdmi *hdmi, unsigned char bit) argument
652 hdmi_phy_test_dout(struct imx_hdmi *hdmi, unsigned char bit) argument
658 hdmi_phy_wait_i2c_done(struct imx_hdmi *hdmi, int msec) argument
668 __hdmi_phy_i2c_write(struct imx_hdmi *hdmi, unsigned short data, unsigned char addr) argument
682 hdmi_phy_i2c_write(struct imx_hdmi *hdmi, unsigned short data, unsigned char addr) argument
689 imx_hdmi_phy_enable_power(struct imx_hdmi *hdmi, u8 enable) argument
696 imx_hdmi_phy_enable_tmds(struct imx_hdmi *hdmi, u8 enable) argument
703 imx_hdmi_phy_gen2_pddq(struct imx_hdmi *hdmi, u8 enable) argument
710 imx_hdmi_phy_gen2_txpwron(struct imx_hdmi *hdmi, u8 enable) argument
717 imx_hdmi_phy_sel_data_en_pol(struct imx_hdmi *hdmi, u8 enable) argument
724 imx_hdmi_phy_sel_interface_control(struct imx_hdmi *hdmi, u8 enable) argument
796 hdmi_phy_configure(struct imx_hdmi *hdmi, unsigned char prep, unsigned char res, int cscon) argument
909 imx_hdmi_phy_init(struct imx_hdmi *hdmi) argument
935 hdmi_tx_hdcp_config(struct imx_hdmi *hdmi) argument
954 hdmi_config_AVI(struct imx_hdmi *hdmi) argument
1048 hdmi_av_composer(struct imx_hdmi *hdmi, const struct drm_display_mode *mode) argument
1132 imx_hdmi_phy_disable(struct imx_hdmi *hdmi) argument
1144 imx_hdmi_enable_video_path(struct imx_hdmi *hdmi) argument
1173 hdmi_enable_audio_clk(struct imx_hdmi *hdmi) argument
1179 imx_hdmi_clear_overflow(struct imx_hdmi *hdmi) argument
1197 hdmi_enable_overflow_interrupts(struct imx_hdmi *hdmi) argument
1203 hdmi_disable_overflow_interrupts(struct imx_hdmi *hdmi) argument
1209 imx_hdmi_setup(struct imx_hdmi *hdmi, struct drm_display_mode *mode) argument
1295 imx_hdmi_fb_registered(struct imx_hdmi *hdmi) argument
1313 initialize_hdmi_ih_mutes(struct imx_hdmi *hdmi) argument
1365 imx_hdmi_poweron(struct imx_hdmi *hdmi) argument
1370 imx_hdmi_poweroff(struct imx_hdmi *hdmi) argument
1378 struct imx_hdmi *hdmi = container_of(connector, struct imx_hdmi, local
1387 struct imx_hdmi *hdmi = container_of(connector, struct imx_hdmi, local
1413 struct imx_hdmi *hdmi = container_of(connector, struct imx_hdmi, local
1423 struct imx_hdmi *hdmi = container_of(encoder, struct imx_hdmi, encoder); local
1444 struct imx_hdmi *hdmi = container_of(encoder, struct imx_hdmi, encoder); local
1454 struct imx_hdmi *hdmi = container_of(encoder, struct imx_hdmi, encoder); local
1462 struct imx_hdmi *hdmi = container_of(encoder, struct imx_hdmi, encoder); local
1497 struct imx_hdmi *hdmi = dev_id; local
1509 struct imx_hdmi *hdmi = dev_id; local
1541 imx_hdmi_register(struct drm_device *drm, struct imx_hdmi *hdmi) argument
1594 struct imx_hdmi *hdmi; local
1723 struct imx_hdmi *hdmi = dev_get_drvdata(dev); local
[all...]
/drivers/gpu/drm/sti/
H A Dsti_hdmi.c9 #include <linux/hdmi.h>
105 struct sti_hdmi *hdmi; member in struct:sti_hdmi_connector
111 u32 hdmi_read(struct sti_hdmi *hdmi, int offset) argument
113 return readl(hdmi->regs + offset);
116 void hdmi_write(struct sti_hdmi *hdmi, u32 val, int offset) argument
118 writel(val, hdmi->regs + offset);
129 struct sti_hdmi *hdmi = arg; local
132 if (hdmi->irq_status & HDMI_INT_HOT_PLUG) {
134 hdmi->hpd = gpio_get_value(hdmi
158 struct sti_hdmi *hdmi = arg; local
177 hdmi_active_area(struct sti_hdmi *hdmi) argument
198 hdmi_config(struct sti_hdmi *hdmi) argument
242 hdmi_avi_infoframe_config(struct sti_hdmi *hdmi) argument
321 hdmi_swreset(struct sti_hdmi *hdmi) argument
361 struct sti_hdmi *hdmi = bridge->driver_private; local
394 struct sti_hdmi *hdmi = bridge->driver_private; local
438 struct sti_hdmi *hdmi = bridge->driver_private; local
519 struct sti_hdmi *hdmi = hdmi_connector->hdmi; local
556 struct sti_hdmi *hdmi = hdmi_connector->hdmi; local
600 struct sti_hdmi *hdmi = dev_get_drvdata(dev); local
695 struct sti_hdmi *hdmi; local
[all...]
H A Dsti_hdmi_tx3g0c55phy.c106 * @hdmi: pointer on the hdmi internal structure
110 static bool disable_pll_rejection(struct sti_hdmi *hdmi) argument
116 val = readl(hdmi->syscfg + HDMI_REJECTION_PLL_CONFIGURATION);
118 writel(val, hdmi->syscfg + HDMI_REJECTION_PLL_CONFIGURATION);
121 val = readl(hdmi->syscfg + HDMI_REJECTION_PLL_STATUS);
132 * @hdmi: pointer on the hdmi internal structure
136 static bool enable_pll_rejection(struct sti_hdmi *hdmi) argument
143 if (!disable_pll_rejection(hdmi))
202 sti_hdmi_tx3g0c55phy_start(struct sti_hdmi *hdmi) argument
312 sti_hdmi_tx3g0c55phy_stop(struct sti_hdmi *hdmi) argument
[all...]
H A Dsti_hdmi_tx3g4c28phy.c68 * Start hdmi phy macro cell tx3g4c28
70 * @hdmi: pointer on the hdmi internal structure
74 static bool sti_hdmi_tx3g4c28phy_start(struct sti_hdmi *hdmi) argument
76 u32 ckpxpll = hdmi->mode.clock * 1000;
114 hdmi->event_received = false;
116 hdmi_write(hdmi, (pllctrl | PLL_CFG_EN), HDMI_SRZ_PLL_CFG);
119 wait_event_interruptible_timeout(hdmi->wait_event,
120 hdmi->event_received == true,
124 if ((hdmi_read(hdmi, HDMI_ST
184 sti_hdmi_tx3g4c28phy_stop(struct sti_hdmi *hdmi) argument
[all...]
H A Dsti_hdmi.h20 bool (*start)(struct sti_hdmi *hdmi);
21 void (*stop)(struct sti_hdmi *hdmi);
25 * STI hdmi structure
30 * @regs: hdmi register
32 * @clk_pix: hdmi pixel clock
33 * @clk_tmds: hdmi tmds clock
34 * @clk_phy: hdmi phy clock
35 * @clk_audio: hdmi audio clock
36 * @irq: hdmi interrupt number
39 * @enabled: true if hdmi i
[all...]
/drivers/gpu/drm/nouveau/core/engine/disp/
H A Dhdminve0.c35 const u32 hdmi = (head * 0x400); local
42 nv_ioctl(object, "disp sor hdmi ctrl size %d\n", size);
44 nv_ioctl(object, "disp sor hdmi ctrl vers %d state %d "
58 nv_mask(priv, 0x6900c0 + hdmi, 0x00000001, 0x00000000);
59 nv_mask(priv, 0x690000 + hdmi, 0x00000001, 0x00000000);
64 nv_mask(priv, 0x690000 + hdmi, 0x00000001, 0x00000000);
65 nv_wr32(priv, 0x690008 + hdmi, 0x000d0282);
66 nv_wr32(priv, 0x69000c + hdmi, 0x0000006f);
67 nv_wr32(priv, 0x690010 + hdmi, 0x00000000);
68 nv_wr32(priv, 0x690014 + hdmi,
[all...]
/drivers/gpu/drm/tegra/
H A Dhdmi.c12 #include <linux/hdmi.h>
16 #include "hdmi.h"
45 struct regulator *hdmi; member in struct:tegra_hdmi
88 static inline unsigned long tegra_hdmi_readl(struct tegra_hdmi *hdmi, argument
91 return readl(hdmi->regs + (reg << 2));
94 static inline void tegra_hdmi_writel(struct tegra_hdmi *hdmi, unsigned long val, argument
97 writel(val, hdmi->regs + (reg << 2));
448 static void tegra_hdmi_setup_audio_fs_tables(struct tegra_hdmi *hdmi) argument
471 tegra_hdmi_writel(hdmi, value, HDMI_NV_PDISP_AUDIO_FS(i));
475 static int tegra_hdmi_setup_audio(struct tegra_hdmi *hdmi, unsigne argument
585 tegra_hdmi_write_infopack(struct tegra_hdmi *hdmi, const void *data, size_t size) argument
636 tegra_hdmi_setup_avi_infoframe(struct tegra_hdmi *hdmi, struct drm_display_mode *mode) argument
667 tegra_hdmi_setup_audio_infoframe(struct tegra_hdmi *hdmi) argument
707 tegra_hdmi_setup_stereo_infoframe(struct tegra_hdmi *hdmi) argument
738 tegra_hdmi_setup_tmds(struct tegra_hdmi *hdmi, const struct tmds_config *tmds) argument
776 struct tegra_hdmi *hdmi = to_hdmi(output); local
1013 struct tegra_hdmi *hdmi = to_hdmi(output); local
1063 struct tegra_hdmi *hdmi = to_hdmi(output); local
1086 struct tegra_hdmi *hdmi = to_hdmi(output); local
1112 struct tegra_hdmi *hdmi = node->info_ent->data; local
1293 tegra_hdmi_debugfs_init(struct tegra_hdmi *hdmi, struct drm_minor *minor) argument
1333 tegra_hdmi_debugfs_exit(struct tegra_hdmi *hdmi) argument
1351 struct tegra_hdmi *hdmi = host1x_client_to_hdmi(client); local
1382 struct tegra_hdmi *hdmi = host1x_client_to_hdmi(client); local
1458 struct tegra_hdmi *hdmi; local
1552 struct tegra_hdmi *hdmi = platform_get_drvdata(pdev); local
[all...]
H A DMakefile10 hdmi.o \
/drivers/video/fbdev/omap2/dss/
H A Dhdmi5.c63 } hdmi; variable in typeref:struct:__anon7186
71 r = pm_runtime_get_sync(&hdmi.pdev->dev);
85 r = pm_runtime_put_sync(&hdmi.pdev->dev);
114 v = hdmi_read_reg(hdmi.phy.base, HDMI_TXPHY_PAD_CFG_CTRL);
117 hdmi_write_reg(hdmi.phy.base, HDMI_TXPHY_PAD_CFG_CTRL, v);
124 REG_FLD_MOD(hdmi.phy.base, HDMI_TXPHY_PAD_CFG_CTRL, 0, 15, 15);
140 if (hdmi.vdda_reg != NULL)
143 reg = devm_regulator_get(&hdmi.pdev->dev, "vdda");
158 hdmi.vdda_reg = reg;
167 r = regulator_enable(hdmi
[all...]
H A Dhdmi4.c58 } hdmi; variable in typeref:struct:__anon7185
66 r = pm_runtime_get_sync(&hdmi.pdev->dev);
80 r = pm_runtime_put_sync(&hdmi.pdev->dev);
120 if (hdmi.vdda_hdmi_dac_reg != NULL)
123 reg = devm_regulator_get(&hdmi.pdev->dev, "vdda");
140 hdmi.vdda_hdmi_dac_reg = reg;
149 r = regulator_enable(hdmi.vdda_hdmi_dac_reg);
160 hdmi.core_enabled = true;
165 regulator_disable(hdmi.vdda_hdmi_dac_reg);
172 hdmi
[all...]
/drivers/gpu/drm/msm/
H A DMakefile10 hdmi/hdmi.o \
11 hdmi/hdmi_audio.o \
12 hdmi/hdmi_bridge.o \
13 hdmi/hdmi_connector.o \
14 hdmi/hdmi_i2c.o \
15 hdmi/hdmi_phy_8960.o \
16 hdmi/hdmi_phy_8x60.o \
17 hdmi/hdmi_phy_8x74.o \
/drivers/media/platform/s5p-tv/
H A DMakefile13 obj-$(CONFIG_VIDEO_SAMSUNG_S5P_HDMI) += s5p-hdmi.o
14 s5p-hdmi-y += hdmi_drv.o
/drivers/video/
H A DMakefile2 obj-$(CONFIG_HDMI) += hdmi.o
/drivers/video/fbdev/omap2/displays-new/
H A Dconnector-hdmi.c64 r = in->ops.hdmi->connect(in, dssdev);
81 in->ops.hdmi->disconnect(in, dssdev);
98 in->ops.hdmi->set_timings(in, &ddata->timings);
100 r = in->ops.hdmi->enable(in);
119 in->ops.hdmi->disable(in);
133 in->ops.hdmi->set_timings(in, timings);
150 return in->ops.hdmi->check_timings(in, timings);
159 return in->ops.hdmi->read_edid(in, edid, len);
170 return in->ops.hdmi->detect(in);
183 r = in->ops.hdmi
[all...]
H A Dencoder-tpd12s015.c66 r = in->ops.hdmi->connect(in, dssdev);
109 in->ops.hdmi->disconnect(in, &ddata->dssdev);
121 in->ops.hdmi->set_timings(in, &ddata->timings);
123 r = in->ops.hdmi->enable(in);
140 in->ops.hdmi->disable(in);
154 in->ops.hdmi->set_timings(in, timings);
172 r = in->ops.hdmi->check_timings(in, timings);
186 return in->ops.hdmi->read_edid(in, edid, len);
201 return in->ops.hdmi->audio_enable(in);
209 in->ops.hdmi
[all...]

Completed in 287 milliseconds

123