Symbol: hdmi_wp_data
drivers/gpu/drm/omapdrm/dss/hdmi.h
239
struct hdmi_wp_data *wp;
drivers/gpu/drm/omapdrm/dss/hdmi.h
261
struct hdmi_wp_data *wp;
drivers/gpu/drm/omapdrm/dss/hdmi.h
296
int hdmi_wp_video_start(struct hdmi_wp_data *wp);
drivers/gpu/drm/omapdrm/dss/hdmi.h
297
void hdmi_wp_video_stop(struct hdmi_wp_data *wp);
drivers/gpu/drm/omapdrm/dss/hdmi.h
298
void hdmi_wp_dump(struct hdmi_wp_data *wp, struct seq_file *s);
drivers/gpu/drm/omapdrm/dss/hdmi.h
299
u32 hdmi_wp_get_irqstatus(struct hdmi_wp_data *wp);
drivers/gpu/drm/omapdrm/dss/hdmi.h
300
void hdmi_wp_set_irqstatus(struct hdmi_wp_data *wp, u32 irqstatus);
drivers/gpu/drm/omapdrm/dss/hdmi.h
301
void hdmi_wp_set_irqenable(struct hdmi_wp_data *wp, u32 mask);
drivers/gpu/drm/omapdrm/dss/hdmi.h
302
void hdmi_wp_clear_irqenable(struct hdmi_wp_data *wp, u32 mask);
drivers/gpu/drm/omapdrm/dss/hdmi.h
303
int hdmi_wp_set_phy_pwr(struct hdmi_wp_data *wp, enum hdmi_phy_pwr val);
drivers/gpu/drm/omapdrm/dss/hdmi.h
304
int hdmi_wp_set_pll_pwr(struct hdmi_wp_data *wp, enum hdmi_pll_pwr val);
drivers/gpu/drm/omapdrm/dss/hdmi.h
305
void hdmi_wp_video_config_format(struct hdmi_wp_data *wp,
drivers/gpu/drm/omapdrm/dss/hdmi.h
307
void hdmi_wp_video_config_interface(struct hdmi_wp_data *wp,
drivers/gpu/drm/omapdrm/dss/hdmi.h
309
void hdmi_wp_video_config_timing(struct hdmi_wp_data *wp,
drivers/gpu/drm/omapdrm/dss/hdmi.h
313
int hdmi_wp_init(struct platform_device *pdev, struct hdmi_wp_data *wp,
drivers/gpu/drm/omapdrm/dss/hdmi.h
315
phys_addr_t hdmi_wp_get_audio_dma_addr(struct hdmi_wp_data *wp);
drivers/gpu/drm/omapdrm/dss/hdmi.h
320
struct hdmi_pll_data *pll, struct hdmi_wp_data *wp);
drivers/gpu/drm/omapdrm/dss/hdmi.h
337
int hdmi_wp_audio_enable(struct hdmi_wp_data *wp, bool enable);
drivers/gpu/drm/omapdrm/dss/hdmi.h
338
int hdmi_wp_audio_core_req_enable(struct hdmi_wp_data *wp, bool enable);
drivers/gpu/drm/omapdrm/dss/hdmi.h
339
void hdmi_wp_audio_config_format(struct hdmi_wp_data *wp,
drivers/gpu/drm/omapdrm/dss/hdmi.h
341
void hdmi_wp_audio_config_dma(struct hdmi_wp_data *wp,
drivers/gpu/drm/omapdrm/dss/hdmi.h
356
struct hdmi_wp_data wp;
drivers/gpu/drm/omapdrm/dss/hdmi4.c
150
struct hdmi_wp_data *wp = &hdmi->wp;
drivers/gpu/drm/omapdrm/dss/hdmi4.c
67
struct hdmi_wp_data *wp = &hdmi->wp;
drivers/gpu/drm/omapdrm/dss/hdmi4_cec.c
326
struct hdmi_wp_data *wp)
drivers/gpu/drm/omapdrm/dss/hdmi4_cec.h
12
struct hdmi_wp_data;
drivers/gpu/drm/omapdrm/dss/hdmi4_cec.h
20
struct hdmi_wp_data *wp);
drivers/gpu/drm/omapdrm/dss/hdmi4_cec.h
33
struct hdmi_wp_data *wp)
drivers/gpu/drm/omapdrm/dss/hdmi4_core.c
257
struct hdmi_wp_data *wp, struct hdmi_config *cfg)
drivers/gpu/drm/omapdrm/dss/hdmi4_core.c
632
int hdmi4_audio_config(struct hdmi_core_data *core, struct hdmi_wp_data *wp,
drivers/gpu/drm/omapdrm/dss/hdmi4_core.c
814
int hdmi4_audio_start(struct hdmi_core_data *core, struct hdmi_wp_data *wp)
drivers/gpu/drm/omapdrm/dss/hdmi4_core.c
824
void hdmi4_audio_stop(struct hdmi_core_data *core, struct hdmi_wp_data *wp)
drivers/gpu/drm/omapdrm/dss/hdmi4_core.h
255
void hdmi4_configure(struct hdmi_core_data *core, struct hdmi_wp_data *wp,
drivers/gpu/drm/omapdrm/dss/hdmi4_core.h
264
int hdmi4_audio_start(struct hdmi_core_data *core, struct hdmi_wp_data *wp);
drivers/gpu/drm/omapdrm/dss/hdmi4_core.h
265
void hdmi4_audio_stop(struct hdmi_core_data *core, struct hdmi_wp_data *wp);
drivers/gpu/drm/omapdrm/dss/hdmi4_core.h
266
int hdmi4_audio_config(struct hdmi_core_data *core, struct hdmi_wp_data *wp,
drivers/gpu/drm/omapdrm/dss/hdmi5.c
68
struct hdmi_wp_data *wp = &hdmi->wp;
drivers/gpu/drm/omapdrm/dss/hdmi5_core.c
548
void hdmi5_configure(struct hdmi_core_data *core, struct hdmi_wp_data *wp,
drivers/gpu/drm/omapdrm/dss/hdmi5_core.c
755
int hdmi5_audio_config(struct hdmi_core_data *core, struct hdmi_wp_data *wp,
drivers/gpu/drm/omapdrm/dss/hdmi5_core.h
289
void hdmi5_configure(struct hdmi_core_data *core, struct hdmi_wp_data *wp,
drivers/gpu/drm/omapdrm/dss/hdmi5_core.h
293
int hdmi5_audio_config(struct hdmi_core_data *core, struct hdmi_wp_data *wp,
drivers/gpu/drm/omapdrm/dss/hdmi_pll.c
162
struct hdmi_pll_data *pll, struct hdmi_wp_data *wp)
drivers/gpu/drm/omapdrm/dss/hdmi_pll.c
42
struct hdmi_wp_data *wp = pll->wp;
drivers/gpu/drm/omapdrm/dss/hdmi_pll.c
60
struct hdmi_wp_data *wp = pll->wp;
drivers/gpu/drm/omapdrm/dss/hdmi_wp.c
102
int hdmi_wp_video_start(struct hdmi_wp_data *wp)
drivers/gpu/drm/omapdrm/dss/hdmi_wp.c
109
void hdmi_wp_video_stop(struct hdmi_wp_data *wp)
drivers/gpu/drm/omapdrm/dss/hdmi_wp.c
130
void hdmi_wp_video_config_format(struct hdmi_wp_data *wp,
drivers/gpu/drm/omapdrm/dss/hdmi_wp.c
143
void hdmi_wp_video_config_interface(struct hdmi_wp_data *wp,
drivers/gpu/drm/omapdrm/dss/hdmi_wp.c
163
void hdmi_wp_video_config_timing(struct hdmi_wp_data *wp,
drivers/gpu/drm/omapdrm/dss/hdmi_wp.c
20
void hdmi_wp_dump(struct hdmi_wp_data *wp, struct seq_file *s)
drivers/gpu/drm/omapdrm/dss/hdmi_wp.c
225
void hdmi_wp_audio_config_format(struct hdmi_wp_data *wp,
drivers/gpu/drm/omapdrm/dss/hdmi_wp.c
246
void hdmi_wp_audio_config_dma(struct hdmi_wp_data *wp,
drivers/gpu/drm/omapdrm/dss/hdmi_wp.c
264
int hdmi_wp_audio_enable(struct hdmi_wp_data *wp, bool enable)
drivers/gpu/drm/omapdrm/dss/hdmi_wp.c
271
int hdmi_wp_audio_core_req_enable(struct hdmi_wp_data *wp, bool enable)
drivers/gpu/drm/omapdrm/dss/hdmi_wp.c
278
int hdmi_wp_init(struct platform_device *pdev, struct hdmi_wp_data *wp,
drivers/gpu/drm/omapdrm/dss/hdmi_wp.c
294
phys_addr_t hdmi_wp_get_audio_dma_addr(struct hdmi_wp_data *wp)
drivers/gpu/drm/omapdrm/dss/hdmi_wp.c
44
u32 hdmi_wp_get_irqstatus(struct hdmi_wp_data *wp)
drivers/gpu/drm/omapdrm/dss/hdmi_wp.c
49
void hdmi_wp_set_irqstatus(struct hdmi_wp_data *wp, u32 irqstatus)
drivers/gpu/drm/omapdrm/dss/hdmi_wp.c
56
void hdmi_wp_set_irqenable(struct hdmi_wp_data *wp, u32 mask)
drivers/gpu/drm/omapdrm/dss/hdmi_wp.c
61
void hdmi_wp_clear_irqenable(struct hdmi_wp_data *wp, u32 mask)
drivers/gpu/drm/omapdrm/dss/hdmi_wp.c
67
int hdmi_wp_set_phy_pwr(struct hdmi_wp_data *wp, enum hdmi_phy_pwr val)
drivers/gpu/drm/omapdrm/dss/hdmi_wp.c
87
int hdmi_wp_set_pll_pwr(struct hdmi_wp_data *wp, enum hdmi_pll_pwr val)
drivers/video/fbdev/omap2/omapfb/dss/hdmi.h
233
struct hdmi_wp_data *wp;
drivers/video/fbdev/omap2/omapfb/dss/hdmi.h
277
int hdmi_wp_video_start(struct hdmi_wp_data *wp);
drivers/video/fbdev/omap2/omapfb/dss/hdmi.h
278
void hdmi_wp_video_stop(struct hdmi_wp_data *wp);
drivers/video/fbdev/omap2/omapfb/dss/hdmi.h
279
void hdmi_wp_dump(struct hdmi_wp_data *wp, struct seq_file *s);
drivers/video/fbdev/omap2/omapfb/dss/hdmi.h
280
u32 hdmi_wp_get_irqstatus(struct hdmi_wp_data *wp);
drivers/video/fbdev/omap2/omapfb/dss/hdmi.h
281
void hdmi_wp_set_irqstatus(struct hdmi_wp_data *wp, u32 irqstatus);
drivers/video/fbdev/omap2/omapfb/dss/hdmi.h
282
void hdmi_wp_set_irqenable(struct hdmi_wp_data *wp, u32 mask);
drivers/video/fbdev/omap2/omapfb/dss/hdmi.h
283
void hdmi_wp_clear_irqenable(struct hdmi_wp_data *wp, u32 mask);
drivers/video/fbdev/omap2/omapfb/dss/hdmi.h
284
int hdmi_wp_set_phy_pwr(struct hdmi_wp_data *wp, enum hdmi_phy_pwr val);
drivers/video/fbdev/omap2/omapfb/dss/hdmi.h
285
int hdmi_wp_set_pll_pwr(struct hdmi_wp_data *wp, enum hdmi_pll_pwr val);
drivers/video/fbdev/omap2/omapfb/dss/hdmi.h
286
void hdmi_wp_video_config_format(struct hdmi_wp_data *wp,
drivers/video/fbdev/omap2/omapfb/dss/hdmi.h
288
void hdmi_wp_video_config_interface(struct hdmi_wp_data *wp,
drivers/video/fbdev/omap2/omapfb/dss/hdmi.h
290
void hdmi_wp_video_config_timing(struct hdmi_wp_data *wp,
drivers/video/fbdev/omap2/omapfb/dss/hdmi.h
294
int hdmi_wp_init(struct platform_device *pdev, struct hdmi_wp_data *wp);
drivers/video/fbdev/omap2/omapfb/dss/hdmi.h
295
phys_addr_t hdmi_wp_get_audio_dma_addr(struct hdmi_wp_data *wp);
drivers/video/fbdev/omap2/omapfb/dss/hdmi.h
302
struct hdmi_wp_data *wp);
drivers/video/fbdev/omap2/omapfb/dss/hdmi.h
318
int hdmi_wp_audio_enable(struct hdmi_wp_data *wp, bool enable);
drivers/video/fbdev/omap2/omapfb/dss/hdmi.h
319
int hdmi_wp_audio_core_req_enable(struct hdmi_wp_data *wp, bool enable);
drivers/video/fbdev/omap2/omapfb/dss/hdmi.h
320
void hdmi_wp_audio_config_format(struct hdmi_wp_data *wp,
drivers/video/fbdev/omap2/omapfb/dss/hdmi.h
322
void hdmi_wp_audio_config_dma(struct hdmi_wp_data *wp,
drivers/video/fbdev/omap2/omapfb/dss/hdmi.h
334
struct hdmi_wp_data wp;
drivers/video/fbdev/omap2/omapfb/dss/hdmi4.c
148
struct hdmi_wp_data *wp = &hdmi.wp;
drivers/video/fbdev/omap2/omapfb/dss/hdmi4.c
61
struct hdmi_wp_data *wp = data;
drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c
299
struct hdmi_wp_data *wp, struct hdmi_config *cfg)
drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c
676
int hdmi4_audio_config(struct hdmi_core_data *core, struct hdmi_wp_data *wp,
drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c
858
int hdmi4_audio_start(struct hdmi_core_data *core, struct hdmi_wp_data *wp)
drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c
868
void hdmi4_audio_stop(struct hdmi_core_data *core, struct hdmi_wp_data *wp)
drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.h
253
void hdmi4_configure(struct hdmi_core_data *core, struct hdmi_wp_data *wp,
drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.h
258
int hdmi4_audio_start(struct hdmi_core_data *core, struct hdmi_wp_data *wp);
drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.h
259
void hdmi4_audio_stop(struct hdmi_core_data *core, struct hdmi_wp_data *wp);
drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.h
260
int hdmi4_audio_config(struct hdmi_core_data *core, struct hdmi_wp_data *wp,
drivers/video/fbdev/omap2/omapfb/dss/hdmi5.c
65
struct hdmi_wp_data *wp = data;
drivers/video/fbdev/omap2/omapfb/dss/hdmi5_core.c
570
void hdmi5_configure(struct hdmi_core_data *core, struct hdmi_wp_data *wp,
drivers/video/fbdev/omap2/omapfb/dss/hdmi5_core.c
768
int hdmi5_audio_config(struct hdmi_core_data *core, struct hdmi_wp_data *wp,
drivers/video/fbdev/omap2/omapfb/dss/hdmi5_core.h
286
void hdmi5_configure(struct hdmi_core_data *core, struct hdmi_wp_data *wp,
drivers/video/fbdev/omap2/omapfb/dss/hdmi5_core.h
290
int hdmi5_audio_config(struct hdmi_core_data *core, struct hdmi_wp_data *wp,
drivers/video/fbdev/omap2/omapfb/dss/hdmi_pll.c
102
struct hdmi_wp_data *wp = pll->wp;
drivers/video/fbdev/omap2/omapfb/dss/hdmi_pll.c
112
struct hdmi_wp_data *wp = pll->wp;
drivers/video/fbdev/omap2/omapfb/dss/hdmi_pll.c
209
struct hdmi_wp_data *wp)
drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c
103
int hdmi_wp_video_start(struct hdmi_wp_data *wp)
drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c
110
void hdmi_wp_video_stop(struct hdmi_wp_data *wp)
drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c
131
void hdmi_wp_video_config_format(struct hdmi_wp_data *wp,
drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c
144
void hdmi_wp_video_config_interface(struct hdmi_wp_data *wp,
drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c
162
void hdmi_wp_video_config_timing(struct hdmi_wp_data *wp,
drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c
203
void hdmi_wp_audio_config_format(struct hdmi_wp_data *wp,
drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c
21
void hdmi_wp_dump(struct hdmi_wp_data *wp, struct seq_file *s)
drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c
226
void hdmi_wp_audio_config_dma(struct hdmi_wp_data *wp,
drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c
244
int hdmi_wp_audio_enable(struct hdmi_wp_data *wp, bool enable)
drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c
251
int hdmi_wp_audio_core_req_enable(struct hdmi_wp_data *wp, bool enable)
drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c
258
int hdmi_wp_init(struct platform_device *pdev, struct hdmi_wp_data *wp)
drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c
278
phys_addr_t hdmi_wp_get_audio_dma_addr(struct hdmi_wp_data *wp)
drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c
45
u32 hdmi_wp_get_irqstatus(struct hdmi_wp_data *wp)
drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c
50
void hdmi_wp_set_irqstatus(struct hdmi_wp_data *wp, u32 irqstatus)
drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c
57
void hdmi_wp_set_irqenable(struct hdmi_wp_data *wp, u32 mask)
drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c
62
void hdmi_wp_clear_irqenable(struct hdmi_wp_data *wp, u32 mask)
drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c
68
int hdmi_wp_set_phy_pwr(struct hdmi_wp_data *wp, enum hdmi_phy_pwr val)
drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c
88
int hdmi_wp_set_pll_pwr(struct hdmi_wp_data *wp, enum hdmi_pll_pwr val)