Lines Matching defs:i2c_adapter
47 return i2c_new_client_device(&dev->i2c_adapter, &info);
110 static int hdpvr_transfer(struct i2c_adapter *i2c_adapter, struct i2c_msg *msgs,
113 struct hdpvr_device *dev = i2c_get_adapdata(i2c_adapter);
158 static u32 hdpvr_functionality(struct i2c_adapter *adapter)
168 static const struct i2c_adapter hdpvr_i2c_adapter_template = {
198 dev->i2c_adapter = hdpvr_i2c_adapter_template;
199 dev->i2c_adapter.dev.parent = &dev->udev->dev;
201 i2c_set_adapdata(&dev->i2c_adapter, dev);
203 return i2c_add_adapter(&dev->i2c_adapter);