Lines Matching defs:i2c_device
120 struct i2c_device {
121 LIST_ENTRY(i2c_device) d_link;
135 LIST_HEAD(, i2c_device) sc_devices;
165 iic_device_wait(struct iic_softc *sc, struct i2c_device *d)
175 static struct i2c_device *
178 struct i2c_device *d;
193 static struct i2c_device *
196 struct i2c_device *d;
209 static struct i2c_device *
212 struct i2c_device *d = kmem_zalloc(sizeof(*d), KM_SLEEP);
220 iic_device_free(struct i2c_device *d)
228 iic_device_release_and_unlock(struct iic_softc *sc, struct i2c_device *d)
257 struct i2c_device *d, *newd;
294 struct i2c_device *d;
314 struct i2c_device *d;
332 struct i2c_device *d;