Lines Matching refs:wp

71 	struct hdmi_wp_data *wp = data;  in hdmi_irq_handler()  local
74 irqstatus = hdmi_wp_get_irqstatus(wp); in hdmi_irq_handler()
75 hdmi_wp_set_irqstatus(wp, irqstatus); in hdmi_irq_handler()
85 hdmi_wp_set_phy_pwr(wp, HDMI_PHYPWRCMD_OFF); in hdmi_irq_handler()
87 hdmi_wp_set_irqstatus(wp, HDMI_IRQ_LINK_CONNECT | in hdmi_irq_handler()
90 hdmi_wp_set_phy_pwr(wp, HDMI_PHYPWRCMD_LDOON); in hdmi_irq_handler()
92 hdmi_wp_set_phy_pwr(wp, HDMI_PHYPWRCMD_TXON); in hdmi_irq_handler()
94 hdmi_wp_set_phy_pwr(wp, HDMI_PHYPWRCMD_LDOON); in hdmi_irq_handler()
168 struct hdmi_wp_data *wp = &hdmi.wp; in hdmi_power_on_full() local
176 hdmi_wp_clear_irqenable(wp, 0xffffffff); in hdmi_power_on_full()
177 hdmi_wp_set_irqstatus(wp, 0xffffffff); in hdmi_power_on_full()
204 r = hdmi_wp_set_phy_pwr(wp, HDMI_PHYPWRCMD_LDOON); in hdmi_power_on_full()
208 hdmi4_configure(&hdmi.core, &hdmi.wp, &hdmi.cfg); in hdmi_power_on_full()
216 r = hdmi_wp_video_start(&hdmi.wp); in hdmi_power_on_full()
224 hdmi_wp_set_irqenable(wp, in hdmi_power_on_full()
230 hdmi_wp_video_stop(&hdmi.wp); in hdmi_power_on_full()
233 hdmi_wp_set_phy_pwr(&hdmi.wp, HDMI_PHYPWRCMD_OFF); in hdmi_power_on_full()
246 hdmi_wp_clear_irqenable(&hdmi.wp, 0xffffffff); in hdmi_power_off_full()
250 hdmi_wp_video_stop(&hdmi.wp); in hdmi_power_off_full()
252 hdmi_wp_set_phy_pwr(&hdmi.wp, HDMI_PHYPWRCMD_OFF); in hdmi_power_off_full()
297 hdmi_wp_dump(&hdmi.wp, s); in hdmi_dump_regs()
582 hdmi_wp_audio_enable(&hd->wp, true); in hdmi_audio_start()
583 hdmi4_audio_start(&hd->core, &hd->wp); in hdmi_audio_start()
595 hdmi4_audio_stop(&hd->core, &hd->wp); in hdmi_audio_stop()
596 hdmi_wp_audio_enable(&hd->wp, false); in hdmi_audio_stop()
612 ret = hdmi4_audio_config(&hd->core, &hd->wp, dss_audio, in hdmi_audio_config()
634 .audio_dma_addr = hdmi_wp_get_audio_dma_addr(&hdmi.wp), in hdmi_audio_register()
665 r = hdmi_wp_init(pdev, &hdmi.wp); in omapdss_hdmihw_probe()
669 r = hdmi_pll_init(pdev, &hdmi.pll, &hdmi.wp); in omapdss_hdmihw_probe()
690 IRQF_ONESHOT, "OMAP HDMI", &hdmi.wp); in omapdss_hdmihw_probe()