Searched defs:hdmi_i2c_dev (Results 1 – 2 of 2) sorted by relevance
68 struct hdmi_i2c_dev { struct69 struct i2c_adapter *adap;70 struct mutex i2c_lock;71 struct completion complete;72 int status;96 struct hdmi_i2c_dev *i2c_dev = hdmi_dev->i2c_dev; in xfer_read() argument