Home
last modified time | relevance | path

Searched refs:I2C_MAJOR (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Di2c-dev.h14 #define I2C_MAJOR 89 /* Device major number */ macro
/openbmc/linux/drivers/i2c/
H A Di2c-dev.c667 i2c_dev->dev.devt = MKDEV(I2C_MAJOR, adap->nr); in i2cdev_attach_adapter()
750 res = register_chrdev_region(MKDEV(I2C_MAJOR, 0), I2C_MINORS, "i2c"); in i2c_dev_init()
774 unregister_chrdev_region(MKDEV(I2C_MAJOR, 0), I2C_MINORS); in i2c_dev_init()
785 unregister_chrdev_region(MKDEV(I2C_MAJOR, 0), I2C_MINORS); in i2c_dev_exit()