HomeSort by: relevance | last modified time | path
    Searched defs:i2c_device (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/i2c/
i2c.c 120 struct i2c_device { struct
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)
    [all...]

Completed in 11 milliseconds