Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/i2c/
Di2c-dev.c82 static struct file_operations i2cdev_fops = { variable
448 &i2cdev_fops, NULL); in i2cdev_attach_adapter()
484 if (devfs_register_chrdev(I2C_MAJOR, "i2c", &i2cdev_fops)) {
486 if (register_chrdev(I2C_MAJOR,"i2c",&i2cdev_fops)) {