/linux-2.6.39/drivers/video/ |
D | sh_mobile_hdmi.c | 228 static void hdmi_write(struct sh_hdmi *hdmi, u8 data, u8 reg) in hdmi_write() argument 230 iowrite8(data, hdmi->base + reg); in hdmi_write() 233 static u8 hdmi_read(struct sh_hdmi *hdmi, u8 reg) in hdmi_read() argument 235 return ioread8(hdmi->base + reg); in hdmi_read() 244 struct sh_hdmi *hdmi = snd_soc_codec_get_drvdata(codec); in sh_hdmi_snd_read() local 246 return hdmi_read(hdmi, reg); in sh_hdmi_snd_read() 253 struct sh_hdmi *hdmi = snd_soc_codec_get_drvdata(codec); in sh_hdmi_snd_write() local 255 hdmi_write(hdmi, value, reg); in sh_hdmi_snd_write() 291 static void sh_hdmi_external_video_param(struct sh_hdmi *hdmi) in sh_hdmi_external_video_param() argument 293 struct fb_var_screeninfo *var = &hdmi->var; in sh_hdmi_external_video_param() [all …]
|
/linux-2.6.39/sound/pci/oxygen/ |
D | xonar_hdmi.c | 48 struct xonar_hdmi *hdmi) in xonar_hdmi_init_commands() argument 57 hdmi_write_command(chip, 0x54, 5, hdmi->params); in xonar_hdmi_init_commands() 60 void xonar_hdmi_init(struct oxygen *chip, struct xonar_hdmi *hdmi) in xonar_hdmi_init() argument 62 hdmi->params[1] = IEC958_AES3_CON_FS_48000; in xonar_hdmi_init() 63 hdmi->params[4] = 1; in xonar_hdmi_init() 64 xonar_hdmi_init_commands(chip, hdmi); in xonar_hdmi_init() 74 void xonar_hdmi_resume(struct oxygen *chip, struct xonar_hdmi *hdmi) in xonar_hdmi_resume() argument 76 xonar_hdmi_init_commands(chip, hdmi); in xonar_hdmi_resume() 91 void xonar_set_hdmi_params(struct oxygen *chip, struct xonar_hdmi *hdmi, in xonar_set_hdmi_params() argument 94 hdmi->params[0] = 0; /* 1 = non-audio */ in xonar_set_hdmi_params() [all …]
|
D | xonar.h | 47 void xonar_hdmi_resume(struct oxygen *chip, struct xonar_hdmi *hdmi); 50 void xonar_set_hdmi_params(struct oxygen *chip, struct xonar_hdmi *hdmi,
|
D | xonar_pcm179x.c | 236 struct xonar_hdmi hdmi; member 399 xonar_hdmi_init(chip, &data->hdmi); in xonar_hdav_init() 543 xonar_hdmi_resume(chip, &data->hdmi); in xonar_hdav_resume() 662 xonar_set_hdmi_params(chip, &data->hdmi, params); in set_hdav_params()
|
D | xonar_wm87x6.c | 98 struct xonar_hdmi hdmi; member 309 xonar_hdmi_init(chip, &data->hdmi); in xonar_hdav_slim_init() 352 xonar_hdmi_resume(chip, &data->hdmi); in xonar_hdav_slim_resume() 398 xonar_set_hdmi_params(chip, &data->hdmi, params); in set_hdav_slim_dac_params()
|
/linux-2.6.39/drivers/video/omap2/dss/ |
D | hdmi_omap4_panel.c | 33 } hdmi; variable 67 mutex_lock(&hdmi.hdmi_lock); in hdmi_panel_enable() 83 mutex_unlock(&hdmi.hdmi_lock); in hdmi_panel_enable() 90 mutex_lock(&hdmi.hdmi_lock); in hdmi_panel_disable() 97 mutex_unlock(&hdmi.hdmi_lock); in hdmi_panel_disable() 104 mutex_lock(&hdmi.hdmi_lock); in hdmi_panel_suspend() 116 mutex_unlock(&hdmi.hdmi_lock); in hdmi_panel_suspend() 125 mutex_lock(&hdmi.hdmi_lock); in hdmi_panel_resume() 141 mutex_unlock(&hdmi.hdmi_lock); in hdmi_panel_resume() 149 mutex_lock(&hdmi.hdmi_lock); in hdmi_get_timings() [all …]
|
D | hdmi.c | 48 } hdmi; variable 139 __raw_writel(val, hdmi.base_wp + idx.idx); in hdmi_write_reg() 144 return __raw_readl(hdmi.base_wp + idx.idx); in hdmi_read_reg() 487 if (hdmi.mode == 0) in get_timings_index() 488 code = code_vesa[hdmi.code]; in get_timings_index() 490 code = code_cea[hdmi.code]; in get_timings_index() 494 hdmi.code = 4; in get_timings_index() 496 hdmi.mode = HDMI_DVI; in get_timings_index() 498 code = code_vesa[hdmi.code]; in get_timings_index() 603 hdmi.code = cm.code; in get_edid_timing_data() [all …]
|
D | Makefile | 8 omapdss-$(CONFIG_OMAP4_DSS_HDMI) += hdmi.o \
|
D | Kconfig | 69 See http://www.hdmi.org/ for HDMI specification.
|
D | dss.c | 632 void dss_select_hdmi_venc_clk_source(enum dss_hdmi_venc_clk_source_select hdmi) in dss_select_hdmi_venc_clk_source() argument 634 REG_FLD_MOD(DSS_CONTROL, hdmi, 15, 15); /* VENC_HDMI_SWITCH */ in dss_select_hdmi_venc_clk_source()
|
/linux-2.6.39/sound/soc/sh/ |
D | Makefile | 19 snd-soc-fsi-hdmi-objs := fsi-hdmi.o 25 obj-$(CONFIG_SND_FSI_HDMI) += snd-soc-fsi-hdmi.o
|
/linux-2.6.39/sound/pci/hda/ |
D | Makefile | 18 snd-hda-codec-hdmi-objs := patch_hdmi.o hda_eld.o 52 obj-$(CONFIG_SND_HDA_INTEL) += snd-hda-codec-hdmi.o
|
D | Kconfig | 133 snd-hda-codec-hdmi.
|
D | patch_hdmi.c | 114 struct hdmi_audio_infoframe hdmi; member 643 struct hdmi_audio_infoframe *hdmi_ai = &ai.hdmi; in hdmi_setup_audio_infoframe()
|
/linux-2.6.39/drivers/gpu/drm/radeon/ |
D | r600_hdmi.c | 524 rdev->irq.hdmi[offset == R600_HDMI_BLOCK1 ? 0 : 1] = true; in r600_hdmi_enable() 560 rdev->irq.hdmi[offset == R600_HDMI_BLOCK1 ? 0 : 1] = false; in r600_hdmi_disable()
|
D | radeon.h | 450 bool hdmi[2]; member
|
D | r600.c | 3089 if (rdev->irq.hdmi[0]) { in r600_irq_set() 3093 if (rdev->irq.hdmi[1]) { in r600_irq_set()
|
/linux-2.6.39/Documentation/sound/alsa/ |
D | HD-Audio.txt | 502 options snd-hda-intel patch=on-board-patch,hdmi-patch
|