Searched refs:i2c_fops (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/arch/cris/arch-v10/drivers/ | ||
H A D | i2c.c | 614 static const struct file_operations i2c_fops = { variable in typeref:struct:file_operations 683 res = register_chrdev(I2C_MAJOR, i2c_name, &i2c_fops); i2c_register() |
/linux-4.1.27/arch/cris/arch-v32/drivers/ | ||
H A D | i2c.c | 695 static const struct file_operations i2c_fops = { variable in typeref:struct:file_operations 737 res = register_chrdev(I2C_MAJOR, i2c_name, &i2c_fops); i2c_register() |
Completed in 37 milliseconds