デバイスドライバの構造体 static struct file_operations xx_fops = { owner: THIS_MODULE, write: xx_write, ioctl: xx_ioctl, open: xx_open, release: xx_release, read: xx_read, };