Lines Matching full:wp

60 	struct hdmi_wp_data *wp = data;  in hdmi_irq_handler()  local
63 irqstatus = hdmi_wp_get_irqstatus(wp); in hdmi_irq_handler()
64 hdmi_wp_set_irqstatus(wp, irqstatus); in hdmi_irq_handler()
74 hdmi_wp_set_phy_pwr(wp, HDMI_PHYPWRCMD_OFF); in hdmi_irq_handler()
76 hdmi_wp_set_irqstatus(wp, HDMI_IRQ_LINK_CONNECT | in hdmi_irq_handler()
79 hdmi_wp_set_phy_pwr(wp, HDMI_PHYPWRCMD_LDOON); in hdmi_irq_handler()
81 hdmi_wp_set_phy_pwr(wp, HDMI_PHYPWRCMD_TXON); in hdmi_irq_handler()
83 hdmi_wp_set_phy_pwr(wp, HDMI_PHYPWRCMD_LDOON); in hdmi_irq_handler()
147 struct hdmi_wp_data *wp = &hdmi.wp; in hdmi_power_on_full() local
155 hdmi_wp_clear_irqenable(wp, 0xffffffff); in hdmi_power_on_full()
156 hdmi_wp_set_irqstatus(wp, 0xffffffff); in hdmi_power_on_full()
183 r = hdmi_wp_set_phy_pwr(wp, HDMI_PHYPWRCMD_LDOON); in hdmi_power_on_full()
187 hdmi4_configure(&hdmi.core, &hdmi.wp, &hdmi.cfg); in hdmi_power_on_full()
195 r = hdmi_wp_video_start(&hdmi.wp); in hdmi_power_on_full()
203 hdmi_wp_set_irqenable(wp, in hdmi_power_on_full()
209 hdmi_wp_video_stop(&hdmi.wp); in hdmi_power_on_full()
211 hdmi_wp_set_phy_pwr(&hdmi.wp, HDMI_PHYPWRCMD_OFF); in hdmi_power_on_full()
225 hdmi_wp_clear_irqenable(&hdmi.wp, 0xffffffff); in hdmi_power_off_full()
229 hdmi_wp_video_stop(&hdmi.wp); in hdmi_power_off_full()
231 hdmi_wp_set_phy_pwr(&hdmi.wp, HDMI_PHYPWRCMD_OFF); in hdmi_power_off_full()
276 hdmi_wp_dump(&hdmi.wp, s); in hdmi_dump_regs()
304 hdmi_wp_audio_enable(&hd->wp, true); in hdmi_start_audio_stream()
305 hdmi4_audio_start(&hd->core, &hd->wp); in hdmi_start_audio_stream()
310 hdmi4_audio_stop(&hd->core, &hd->wp); in hdmi_stop_audio_stream()
311 hdmi_wp_audio_enable(&hd->wp, false); in hdmi_stop_audio_stream()
337 r = hdmi4_audio_config(&hdmi.core, &hdmi.wp, &hdmi.audio_config, in hdmi_display_enable()
629 ret = hdmi4_audio_config(&hd->core, &hd->wp, dss_audio, in hdmi_audio_config()
654 .audio_dma_addr = hdmi_wp_get_audio_dma_addr(&hdmi.wp), in hdmi_audio_register()
684 r = hdmi_wp_init(pdev, &hdmi.wp); in hdmi4_bind()
688 r = hdmi_pll_init(pdev, &hdmi.pll, &hdmi.wp); in hdmi4_bind()
709 IRQF_ONESHOT, "OMAP HDMI", &hdmi.wp); in hdmi4_bind()