struct file_operations fops = { .read = device_read, .write = device_write, .open = device_open, .flush = device_flush, .release = device_release, .llseek = device_llseek, .poll = device_poll,};