Searched refs:I2C_MAJOR (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Di2c-dev.h71 #define I2C_MAJOR 89 /* Device major number */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/
H A Di2c-dev.c545 MKDEV(I2C_MAJOR, adap->nr), NULL,
559 device_destroy(i2c_dev_class, MKDEV(I2C_MAJOR, adap->nr));
575 device_destroy(i2c_dev_class, MKDEV(I2C_MAJOR, adap->nr));
601 res = register_chrdev(I2C_MAJOR, "i2c", &i2cdev_fops);
620 unregister_chrdev(I2C_MAJOR, "i2c");
630 unregister_chrdev(I2C_MAJOR, "i2c");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/drivers/
H A Di2c.c37 #define I2C_MAJOR 123 /* LOCAL/EXPERIMENTAL */ macro
683 res = register_chrdev(I2C_MAJOR, i2c_name, &i2c_fops);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/drivers/
H A Di2c.c49 #define I2C_MAJOR 123 /* LOCAL/EXPERIMENTAL */ macro
714 res = register_chrdev(I2C_MAJOR, i2c_name, &i2c_fops);

Completed in 100 milliseconds