Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/i2c/
Di2c-dev.c647 res = cdev_add(&i2c_dev->cdev, MKDEV(I2C_MAJOR, adap->nr), 1); in i2cdev_attach_adapter()
653 MKDEV(I2C_MAJOR, adap->nr), NULL, in i2cdev_attach_adapter()
685 device_destroy(i2c_dev_class, MKDEV(I2C_MAJOR, adap->nr)); in i2cdev_detach_adapter()
722 res = register_chrdev_region(MKDEV(I2C_MAJOR, 0), I2C_MINORS, "i2c"); in i2c_dev_init()
746 unregister_chrdev_region(MKDEV(I2C_MAJOR, 0), I2C_MINORS); in i2c_dev_init()
757 unregister_chrdev_region(MKDEV(I2C_MAJOR, 0), I2C_MINORS); in i2c_dev_exit()
/Linux-v5.4/include/linux/
Di2c-dev.h14 #define I2C_MAJOR 89 /* Device major number */ macro