struct file_operations fops = { read: device_read, write: device_write, open: device_open, release: device_release };