Searched refs:hdmi_wp_data (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | hdmi.h | 233 struct hdmi_wp_data { struct 243 struct hdmi_wp_data *wp; argument 287 int hdmi_wp_video_start(struct hdmi_wp_data *wp); 288 void hdmi_wp_video_stop(struct hdmi_wp_data *wp); 289 void hdmi_wp_dump(struct hdmi_wp_data *wp, struct seq_file *s); 290 u32 hdmi_wp_get_irqstatus(struct hdmi_wp_data *wp); 291 void hdmi_wp_set_irqstatus(struct hdmi_wp_data *wp, u32 irqstatus); 292 void hdmi_wp_set_irqenable(struct hdmi_wp_data *wp, u32 mask); 293 void hdmi_wp_clear_irqenable(struct hdmi_wp_data *wp, u32 mask); 294 int hdmi_wp_set_phy_pwr(struct hdmi_wp_data *wp, enum hdmi_phy_pwr val); [all …]
|
D | hdmi_wp.c | 22 void hdmi_wp_dump(struct hdmi_wp_data *wp, struct seq_file *s) in hdmi_wp_dump() 46 u32 hdmi_wp_get_irqstatus(struct hdmi_wp_data *wp) in hdmi_wp_get_irqstatus() 51 void hdmi_wp_set_irqstatus(struct hdmi_wp_data *wp, u32 irqstatus) in hdmi_wp_set_irqstatus() 58 void hdmi_wp_set_irqenable(struct hdmi_wp_data *wp, u32 mask) in hdmi_wp_set_irqenable() 63 void hdmi_wp_clear_irqenable(struct hdmi_wp_data *wp, u32 mask) in hdmi_wp_clear_irqenable() 69 int hdmi_wp_set_phy_pwr(struct hdmi_wp_data *wp, enum hdmi_phy_pwr val) in hdmi_wp_set_phy_pwr() 89 int hdmi_wp_set_pll_pwr(struct hdmi_wp_data *wp, enum hdmi_pll_pwr val) in hdmi_wp_set_pll_pwr() 104 int hdmi_wp_video_start(struct hdmi_wp_data *wp) in hdmi_wp_video_start() 111 void hdmi_wp_video_stop(struct hdmi_wp_data *wp) in hdmi_wp_video_stop() 132 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 | 104 struct hdmi_wp_data *wp = pll->wp; in hdmi_pll_enable() 119 struct hdmi_wp_data *wp = pll->wp; in hdmi_pll_disable() 222 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() 169 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()
|