[go: nahoru, domu]

Searched refs:hdmi_dev (Results 1 - 3 of 3) sorted by relevance

/drivers/gpu/drm/gma500/
H A Doaktrail_hdmi_i2c.c35 #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) argument
87 static void hdmi_i2c_irq_disable(struct oaktrail_hdmi_dev *hdmi_dev) argument
95 struct oaktrail_hdmi_dev *hdmi_dev = i2c_get_adapdata(adap); local
96 struct hdmi_i2c_dev *i2c_dev = hdmi_dev->i2c_dev;
128 struct oaktrail_hdmi_dev *hdmi_dev = i2c_get_adapdata(adap); local
129 struct hdmi_i2c_dev *i2c_dev = hdmi_dev->i2c_dev;
138 hdmi_i2c_irq_enable(hdmi_dev);
150 hdmi_i2c_irq_disable(hdmi_dev);
175 hdmi_i2c_read(struct oaktrail_hdmi_dev *hdmi_dev) argument
204 hdmi_i2c_transaction_done(struct oaktrail_hdmi_dev *hdmi_dev) argument
225 struct oaktrail_hdmi_dev *hdmi_dev = dev; local
275 struct oaktrail_hdmi_dev *hdmi_dev; local
318 struct oaktrail_hdmi_dev *hdmi_dev; local
[all...]
H A Doaktrail_hdmi.c33 #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; local
146 struct oaktrail_hdmi_dev *hdmi_dev = dev_priv->hdmi_priv; local
267 struct oaktrail_hdmi_dev *hdmi_dev = dev_priv->hdmi_priv; local
497 struct oaktrail_hdmi_dev *hdmi_dev = dev_priv->hdmi_priv; local
532 struct oaktrail_hdmi_dev *hdmi_dev = dev_priv->hdmi_priv; local
686 struct oaktrail_hdmi_dev *hdmi_dev; local
693 hdmi_dev = kzalloc(sizeof(struct oaktrail_hdmi_dev), GFP_KERNEL);
694 if (!hdmi_dev) {
738 struct oaktrail_hdmi_dev *hdmi_dev = dev_priv->hdmi_priv; local
755 struct oaktrail_hdmi_dev *hdmi_dev = dev_priv->hdmi_priv; local
808 struct oaktrail_hdmi_dev *hdmi_dev = dev_priv->hdmi_priv; local
[all...]
/drivers/media/platform/s5p-tv/
H A Dhdmi_drv.c250 static int hdmi_conf_apply(struct hdmi_device *hdmi_dev) argument
252 struct device *dev = hdmi_dev->dev;
253 const struct hdmi_timings *conf = hdmi_dev->cur_conf;
259 if (!hdmi_dev->cur_conf_dirty)
263 hdmi_write_mask(hdmi_dev, HDMI_PHY_RSTOUT, ~0, HDMI_PHY_SW_RSTOUT);
265 hdmi_write_mask(hdmi_dev, HDMI_PHY_RSTOUT, 0, HDMI_PHY_SW_RSTOUT);
269 ret = v4l2_subdev_call(hdmi_dev->phy_sd, video, s_dv_timings,
270 &hdmi_dev->cur_timings);
277 hdmi_write_mask(hdmi_dev, HDMI_CORE_RSTOUT, 0, HDMI_CORE_SW_RSTOUT);
279 hdmi_write_mask(hdmi_dev, HDMI_CORE_RSTOU
882 struct hdmi_device *hdmi_dev = NULL; local
1031 struct hdmi_device *hdmi_dev = sd_to_hdmi_dev(sd); local
[all...]

Completed in 230 milliseconds