Searched defs:i2c_adapter (Results 1 – 3 of 3) sorted by relevance
733 struct i2c_adapter { struct734 struct module *owner;735 unsigned int class; /* classes to allow probing for */759 const struct i2c_adapter_quirks *quirks; argument769 #define to_i2c_adapter(d) container_of(d, struct i2c_adapter, dev) argument
13 int i2c_adapter; /* I2C adapter where the tuner and dsp are attached */ member
14 int i2c_adapter; /* The I2C adapter where the encoder is attached */ member
Completed in 8 milliseconds