Home | History | Annotate | Download | only in linux

Lines Matching refs:device

34 #include <linux/device.h>	/* for struct device */
40 extern void i2c_adapter_dev_release(struct device *dev);
138 * with the device.
150 * i2c_client identifies a single device (i.e. chip) that is connected to an
163 struct device dev; /* the device structure */
172 return to_i2c_client(container_of(kobj, struct device, kobj));
236 struct device dev; /* the adapter device */
237 struct class_device class_dev; /* the class device */
454 #define I2C_RETRIES 0x0701 /* number of times a device address */
475 /* ----- I2C-DEV: char device interface stuff ------------------------- */
478 #define I2C_MAJOR 89 /* Device major number */