Searched defs:hdmi_i2c_dev (Results 1 – 1 of 1) sorted by relevance
71 struct hdmi_i2c_dev { struct72 struct i2c_adapter *adap;73 struct mutex i2c_lock;74 struct completion complete;75 int status;99 struct hdmi_i2c_dev *i2c_dev = hdmi_dev->i2c_dev; in xfer_read() argument