Searched refs:hdmi_i2c (Results 1 – 5 of 5) sorted by relevance
62 hdmi_i2c->sw_done = false; in ddc_clear_irq()73 if (!hdmi_i2c->sw_done) { in sw_done()86 return hdmi_i2c->sw_done; in sw_done()114 init_ddc(hdmi_i2c); in msm_hdmi_i2c_xfer()167 ret = wait_event_timeout(hdmi_i2c->ddc_event, sw_done(hdmi_i2c), HZ/4); in msm_hdmi_i2c_xfer()232 if (sw_done(hdmi_i2c)) in msm_hdmi_i2c_irq()240 kfree(hdmi_i2c); in msm_hdmi_i2c_destroy()249 hdmi_i2c = kzalloc(sizeof(*hdmi_i2c), GFP_KERNEL); in msm_hdmi_i2c_init()250 if (!hdmi_i2c) { in msm_hdmi_i2c_init()255 i2c = &hdmi_i2c->base; in msm_hdmi_i2c_init()[all …]
190 struct i2c_client *hdmi_i2c; member826 it->hdmi_i2c = client; in it6263_probe()
37 hdmi/hdmi_i2c.o \
824 FUNCTION(hdmi_i2c),
788 FUNCTION(hdmi_i2c),
Completed in 17 milliseconds