Home
last modified time | relevance | path

Searched refs:floppy_device (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/block/
H A Dfloppy.c4592 static struct platform_device floppy_device[N_DRIVE]; variable
4776 floppy_device[drive].name = floppy_device_name; in do_floppy_init()
4777 floppy_device[drive].id = drive; in do_floppy_init()
4778 floppy_device[drive].dev.release = floppy_device_release; in do_floppy_init()
4779 floppy_device[drive].dev.groups = floppy_dev_groups; in do_floppy_init()
4781 err = platform_device_register(&floppy_device[drive]); in do_floppy_init()
4788 device_add_disk(&floppy_device[drive].dev, disks[drive], NULL); in do_floppy_init()
4797 platform_device_unregister(&floppy_device[drive]); in do_floppy_init()
5043 platform_device_unregister(&floppy_device[drive]); in floppy_module_exit()