Searched refs:i2c_fops (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/drivers/
H A Di2c.c615 static const struct file_operations i2c_fops = { variable in typeref:struct:file_operations
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.c673 static const struct file_operations i2c_fops = { variable in typeref:struct:file_operations
714 res = register_chrdev(I2C_MAJOR, i2c_name, &i2c_fops);

Completed in 93 milliseconds