Searched refs:mtd_fops (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/mtd/ |
D | mtdblock_ro.c | 245 static struct file_operations mtd_fops = variable 254 static struct block_device_operations mtd_fops = variable 269 if (register_blkdev(MAJOR_NR,DEVICE_NAME,&mtd_fops)) { in init_mtdblock()
|
D | mtdchar.c | 536 static struct file_operations mtd_fops = { variable 562 &mtd_fops, NULL); in mtd_notify_add() 568 &mtd_fops, NULL); in mtd_notify_add() 584 if (devfs_register_chrdev(MTD_CHAR_MAJOR, "mtd", &mtd_fops)) in init_mtdchar() 595 if (register_chrdev(MTD_CHAR_MAJOR, "mtd", &mtd_fops)) in init_mtdchar()
|
D | mtdblock.c | 570 static struct file_operations mtd_fops = variable 579 static struct block_device_operations mtd_fops = variable 605 &mtd_fops, NULL); in mtd_notify_add() 623 if (devfs_register_blkdev(MTD_BLOCK_MAJOR, DEVICE_NAME, &mtd_fops)) in init_mtdblock() 633 if (register_blkdev(MAJOR_NR,DEVICE_NAME,&mtd_fops)) { in init_mtdblock()
|