Lines Matching refs:wp
67 struct hdmi_wp_data *wp = &hdmi->wp;
70 irqstatus = hdmi_wp_get_irqstatus(wp);
71 hdmi_wp_set_irqstatus(wp, irqstatus);
81 hdmi_wp_set_phy_pwr(wp, HDMI_PHYPWRCMD_OFF);
83 hdmi_wp_set_irqstatus(wp, HDMI_IRQ_LINK_CONNECT |
86 hdmi_wp_set_phy_pwr(wp, HDMI_PHYPWRCMD_LDOON);
88 hdmi_wp_set_phy_pwr(wp, HDMI_PHYPWRCMD_TXON);
90 hdmi_wp_set_phy_pwr(wp, HDMI_PHYPWRCMD_LDOON);
150 struct hdmi_wp_data *wp = &hdmi->wp;
159 hdmi_wp_clear_irqenable(wp, ~HDMI_IRQ_CORE);
160 hdmi_wp_set_irqstatus(wp, ~HDMI_IRQ_CORE);
196 r = hdmi_wp_set_phy_pwr(wp, HDMI_PHYPWRCMD_LDOON);
200 hdmi4_configure(&hdmi->core, &hdmi->wp, &hdmi->cfg);
206 r = hdmi_wp_video_start(&hdmi->wp);
210 hdmi_wp_set_irqenable(wp,
218 hdmi_wp_set_phy_pwr(&hdmi->wp, HDMI_PHYPWRCMD_OFF);
230 hdmi_wp_clear_irqenable(&hdmi->wp, ~HDMI_IRQ_CORE);
232 hdmi_wp_video_stop(&hdmi->wp);
236 hdmi_wp_set_phy_pwr(&hdmi->wp, HDMI_PHYPWRCMD_OFF);
254 hdmi_wp_dump(&hdmi->wp, s);
266 hdmi_wp_audio_enable(&hd->wp, true);
267 hdmi4_audio_start(&hd->core, &hd->wp);
272 hdmi4_audio_stop(&hd->core, &hd->wp);
273 hdmi_wp_audio_enable(&hd->wp, false);
392 ret = hdmi4_audio_config(&hdmi->core, &hdmi->wp,
598 ret = hdmi4_audio_config(&hd->core, &hd->wp, dss_audio,
625 .audio_dma_addr = hdmi_wp_get_audio_dma_addr(&hdmi->wp),
655 r = hdmi_pll_init(dss, hdmi->pdev, &hdmi->pll, &hdmi->wp);
659 r = hdmi4_cec_init(hdmi->pdev, &hdmi->core, &hdmi->wp);
779 r = hdmi_wp_init(pdev, &hdmi->wp, 4);