/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | hdmi.h | 234 struct hdmi_wp_data { struct 244 struct hdmi_wp_data *wp; argument 288 int hdmi_wp_video_start(struct hdmi_wp_data *wp); 289 void hdmi_wp_video_stop(struct hdmi_wp_data *wp); 290 void hdmi_wp_dump(struct hdmi_wp_data *wp, struct seq_file *s); 291 u32 hdmi_wp_get_irqstatus(struct hdmi_wp_data *wp); 292 void hdmi_wp_set_irqstatus(struct hdmi_wp_data *wp, u32 irqstatus); 293 void hdmi_wp_set_irqenable(struct hdmi_wp_data *wp, u32 mask); 294 void hdmi_wp_clear_irqenable(struct hdmi_wp_data *wp, u32 mask); 295 int hdmi_wp_set_phy_pwr(struct hdmi_wp_data *wp, enum hdmi_phy_pwr val); [all …]
|
D | hdmi_wp.c | 24 void hdmi_wp_dump(struct hdmi_wp_data *wp, struct seq_file *s) in hdmi_wp_dump() 48 u32 hdmi_wp_get_irqstatus(struct hdmi_wp_data *wp) in hdmi_wp_get_irqstatus() 53 void hdmi_wp_set_irqstatus(struct hdmi_wp_data *wp, u32 irqstatus) in hdmi_wp_set_irqstatus() 60 void hdmi_wp_set_irqenable(struct hdmi_wp_data *wp, u32 mask) in hdmi_wp_set_irqenable() 65 void hdmi_wp_clear_irqenable(struct hdmi_wp_data *wp, u32 mask) in hdmi_wp_clear_irqenable() 71 int hdmi_wp_set_phy_pwr(struct hdmi_wp_data *wp, enum hdmi_phy_pwr val) in hdmi_wp_set_phy_pwr() 91 int hdmi_wp_set_pll_pwr(struct hdmi_wp_data *wp, enum hdmi_pll_pwr val) in hdmi_wp_set_pll_pwr() 106 int hdmi_wp_video_start(struct hdmi_wp_data *wp) in hdmi_wp_video_start() 113 void hdmi_wp_video_stop(struct hdmi_wp_data *wp) in hdmi_wp_video_stop() 134 void hdmi_wp_video_config_format(struct hdmi_wp_data *wp, in hdmi_wp_video_config_format() [all …]
|
D | hdmi4_core.h | 264 void hdmi4_configure(struct hdmi_core_data *core, struct hdmi_wp_data *wp, 269 int hdmi4_audio_start(struct hdmi_core_data *core, struct hdmi_wp_data *wp); 270 void hdmi4_audio_stop(struct hdmi_core_data *core, struct hdmi_wp_data *wp); 271 int hdmi4_audio_config(struct hdmi_core_data *core, struct hdmi_wp_data *wp,
|
D | hdmi_pll.c | 105 struct hdmi_wp_data *wp = pll->wp; in hdmi_pll_enable() 120 struct hdmi_wp_data *wp = pll->wp; in hdmi_pll_disable() 223 struct hdmi_wp_data *wp) in hdmi_pll_init()
|
D | hdmi5_core.h | 298 void hdmi5_configure(struct hdmi_core_data *core, struct hdmi_wp_data *wp, 302 int hdmi5_audio_config(struct hdmi_core_data *core, struct hdmi_wp_data *wp,
|
D | hdmi4_core.c | 310 struct hdmi_wp_data *wp, struct hdmi_config *cfg) in hdmi4_configure() 687 int hdmi4_audio_config(struct hdmi_core_data *core, struct hdmi_wp_data *wp, in hdmi4_audio_config() 869 int hdmi4_audio_start(struct hdmi_core_data *core, struct hdmi_wp_data *wp) in hdmi4_audio_start() 879 void hdmi4_audio_stop(struct hdmi_core_data *core, struct hdmi_wp_data *wp) in hdmi4_audio_stop()
|
D | hdmi4.c | 72 struct hdmi_wp_data *wp = data; in hdmi_irq_handler() 159 struct hdmi_wp_data *wp = &hdmi.wp; in hdmi_power_on_full()
|
D | hdmi5_core.c | 600 void hdmi5_configure(struct hdmi_core_data *core, struct hdmi_wp_data *wp, in hdmi5_configure() 798 int hdmi5_audio_config(struct hdmi_core_data *core, struct hdmi_wp_data *wp, in hdmi5_audio_config()
|
D | hdmi5.c | 76 struct hdmi_wp_data *wp = data; in hdmi_irq_handler()
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | hdmi.h | 237 struct hdmi_wp_data { struct 249 struct hdmi_wp_data *wp; argument 271 struct hdmi_wp_data *wp; 306 int hdmi_wp_video_start(struct hdmi_wp_data *wp); 307 void hdmi_wp_video_stop(struct hdmi_wp_data *wp); 308 void hdmi_wp_dump(struct hdmi_wp_data *wp, struct seq_file *s); 309 u32 hdmi_wp_get_irqstatus(struct hdmi_wp_data *wp); 310 void hdmi_wp_set_irqstatus(struct hdmi_wp_data *wp, u32 irqstatus); 311 void hdmi_wp_set_irqenable(struct hdmi_wp_data *wp, u32 mask); 312 void hdmi_wp_clear_irqenable(struct hdmi_wp_data *wp, u32 mask); [all …]
|
D | hdmi_wp.c | 23 void hdmi_wp_dump(struct hdmi_wp_data *wp, struct seq_file *s) in hdmi_wp_dump() 47 u32 hdmi_wp_get_irqstatus(struct hdmi_wp_data *wp) in hdmi_wp_get_irqstatus() 52 void hdmi_wp_set_irqstatus(struct hdmi_wp_data *wp, u32 irqstatus) in hdmi_wp_set_irqstatus() 59 void hdmi_wp_set_irqenable(struct hdmi_wp_data *wp, u32 mask) in hdmi_wp_set_irqenable() 64 void hdmi_wp_clear_irqenable(struct hdmi_wp_data *wp, u32 mask) in hdmi_wp_clear_irqenable() 70 int hdmi_wp_set_phy_pwr(struct hdmi_wp_data *wp, enum hdmi_phy_pwr val) in hdmi_wp_set_phy_pwr() 90 int hdmi_wp_set_pll_pwr(struct hdmi_wp_data *wp, enum hdmi_pll_pwr val) in hdmi_wp_set_pll_pwr() 105 int hdmi_wp_video_start(struct hdmi_wp_data *wp) in hdmi_wp_video_start() 112 void hdmi_wp_video_stop(struct hdmi_wp_data *wp) in hdmi_wp_video_stop() 133 void hdmi_wp_video_config_format(struct hdmi_wp_data *wp, in hdmi_wp_video_config_format() [all …]
|
D | hdmi4_cec.h | 24 struct hdmi_wp_data; 32 struct hdmi_wp_data *wp); 45 struct hdmi_wp_data *wp) in hdmi4_cec_init()
|
D | hdmi4_core.h | 264 void hdmi4_configure(struct hdmi_core_data *core, struct hdmi_wp_data *wp, 273 int hdmi4_audio_start(struct hdmi_core_data *core, struct hdmi_wp_data *wp); 274 void hdmi4_audio_stop(struct hdmi_core_data *core, struct hdmi_wp_data *wp); 275 int hdmi4_audio_config(struct hdmi_core_data *core, struct hdmi_wp_data *wp,
|
D | hdmi_pll.c | 45 struct hdmi_wp_data *wp = pll->wp; in hdmi_pll_enable() 63 struct hdmi_wp_data *wp = pll->wp; in hdmi_pll_disable() 165 struct hdmi_pll_data *pll, struct hdmi_wp_data *wp) in hdmi_pll_init()
|
D | hdmi5_core.h | 298 void hdmi5_configure(struct hdmi_core_data *core, struct hdmi_wp_data *wp, 302 int hdmi5_audio_config(struct hdmi_core_data *core, struct hdmi_wp_data *wp,
|
D | hdmi4_core.c | 309 struct hdmi_wp_data *wp, struct hdmi_config *cfg) in hdmi4_configure() 683 int hdmi4_audio_config(struct hdmi_core_data *core, struct hdmi_wp_data *wp, in hdmi4_audio_config() 865 int hdmi4_audio_start(struct hdmi_core_data *core, struct hdmi_wp_data *wp) in hdmi4_audio_start() 875 void hdmi4_audio_stop(struct hdmi_core_data *core, struct hdmi_wp_data *wp) in hdmi4_audio_stop()
|
D | hdmi4.c | 75 struct hdmi_wp_data *wp = &hdmi->wp; in hdmi_irq_handler() 178 struct hdmi_wp_data *wp = &hdmi->wp; in hdmi_power_on_full()
|
D | hdmi4_cec.c | 323 struct hdmi_wp_data *wp) in hdmi4_cec_init()
|
D | hdmi5_core.c | 608 void hdmi5_configure(struct hdmi_core_data *core, struct hdmi_wp_data *wp, in hdmi5_configure() 806 int hdmi5_audio_config(struct hdmi_core_data *core, struct hdmi_wp_data *wp, in hdmi5_audio_config()
|
D | hdmi5.c | 76 struct hdmi_wp_data *wp = &hdmi->wp; in hdmi_irq_handler()
|