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

/linux-4.1.27/drivers/block/
H A Dfloppy.c4149 static struct platform_device floppy_device[N_DRIVE]; variable in typeref:struct:platform_device
4331 floppy_device[drive].name = floppy_device_name; do_floppy_init()
4332 floppy_device[drive].id = drive; do_floppy_init()
4333 floppy_device[drive].dev.release = floppy_device_release; do_floppy_init()
4334 floppy_device[drive].dev.groups = floppy_dev_groups; do_floppy_init()
4336 err = platform_device_register(&floppy_device[drive]); do_floppy_init()
4343 disks[drive]->driverfs_dev = &floppy_device[drive].dev; do_floppy_init()
4353 platform_device_unregister(&floppy_device[drive]); do_floppy_init()
4597 platform_device_unregister(&floppy_device[drive]); floppy_module_exit()

Completed in 126 milliseconds