Searched refs:hdmi_dev (Results 1 – 8 of 8) sorted by relevance
35 #define HDMI_READ(reg) readl(hdmi_dev->regs + (reg))36 #define HDMI_WRITE(reg, val) writel(val, hdmi_dev->regs + (reg))77 static void hdmi_i2c_irq_enable(struct oaktrail_hdmi_dev *hdmi_dev) in hdmi_i2c_irq_enable() argument87 static void hdmi_i2c_irq_disable(struct oaktrail_hdmi_dev *hdmi_dev) in hdmi_i2c_irq_disable() argument95 struct oaktrail_hdmi_dev *hdmi_dev = i2c_get_adapdata(adap); in xfer_read() local96 struct hdmi_i2c_dev *i2c_dev = hdmi_dev->i2c_dev; in xfer_read()128 struct oaktrail_hdmi_dev *hdmi_dev = i2c_get_adapdata(adap); in oaktrail_hdmi_i2c_access() local129 struct hdmi_i2c_dev *i2c_dev = hdmi_dev->i2c_dev; in oaktrail_hdmi_i2c_access()138 hdmi_i2c_irq_enable(hdmi_dev); in oaktrail_hdmi_i2c_access()150 hdmi_i2c_irq_disable(hdmi_dev); in oaktrail_hdmi_i2c_access()[all …]
33 #define HDMI_READ(reg) readl(hdmi_dev->regs + (reg))34 #define HDMI_WRITE(reg, val) writel(val, hdmi_dev->regs + (reg))131 struct oaktrail_hdmi_dev *hdmi_dev = dev_priv->hdmi_priv; in oaktrail_hdmi_audio_enable() local146 struct oaktrail_hdmi_dev *hdmi_dev = dev_priv->hdmi_priv; in oaktrail_hdmi_audio_disable() local267 struct oaktrail_hdmi_dev *hdmi_dev = dev_priv->hdmi_priv; in oaktrail_crtc_hdmi_mode_set() local497 struct oaktrail_hdmi_dev *hdmi_dev = dev_priv->hdmi_priv; in oaktrail_hdmi_dpms() local532 struct oaktrail_hdmi_dev *hdmi_dev = dev_priv->hdmi_priv; in oaktrail_hdmi_detect() local685 struct oaktrail_hdmi_dev *hdmi_dev; in oaktrail_hdmi_setup() local692 hdmi_dev = kzalloc(sizeof(struct oaktrail_hdmi_dev), GFP_KERNEL); in oaktrail_hdmi_setup()693 if (!hdmi_dev) { in oaktrail_hdmi_setup()[all …]
63 struct device *hdmi_dev; member100 struct device *hdmi_dev) in mtk_cec_set_hpd_event() argument106 cec->hdmi_dev = hdmi_dev; in mtk_cec_set_hpd_event()159 struct device *hdmi_dev; in mtk_cec_hpd_event() local164 hdmi_dev = cec->hdmi_dev; in mtk_cec_hpd_event()168 hpd_event(hpd, hdmi_dev); in mtk_cec_hpd_event()
23 struct device *hdmi_dev);
182 struct platform_device *hdmi_dev; in s5p_cec_probe() local194 hdmi_dev = of_find_device_by_node(np); in s5p_cec_probe()195 if (hdmi_dev == NULL) in s5p_cec_probe()227 cec->notifier = cec_notifier_get(&hdmi_dev->dev); in s5p_cec_probe()
305 struct platform_device *hdmi_dev; in stih_cec_probe() local319 hdmi_dev = of_find_device_by_node(np); in stih_cec_probe()320 if (!hdmi_dev) in stih_cec_probe()323 cec->notifier = cec_notifier_get(&hdmi_dev->dev); in stih_cec_probe()
330 struct platform_device *hdmi_dev; in tegra_cec_probe() local342 hdmi_dev = of_find_device_by_node(np); in tegra_cec_probe()343 if (hdmi_dev == NULL) in tegra_cec_probe()403 cec->notifier = cec_notifier_get(&hdmi_dev->dev); in tegra_cec_probe()
604 struct platform_device *hdmi_dev; in meson_ao_cec_probe() local615 hdmi_dev = of_find_device_by_node(np); in meson_ao_cec_probe()616 if (hdmi_dev == NULL) in meson_ao_cec_probe()625 ao_cec->notify = cec_notifier_get(&hdmi_dev->dev); in meson_ao_cec_probe()