Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/block/
Dfloppy.c4504 static struct platform_device floppy_device[N_DRIVE]; variable
4727 floppy_device[drive].name = floppy_device_name; in do_floppy_init()
4728 floppy_device[drive].id = drive; in do_floppy_init()
4729 floppy_device[drive].dev.release = floppy_device_release; in do_floppy_init()
4730 floppy_device[drive].dev.groups = floppy_dev_groups; in do_floppy_init()
4732 err = platform_device_register(&floppy_device[drive]); in do_floppy_init()
4738 err = device_add_disk(&floppy_device[drive].dev, in do_floppy_init()
4751 platform_device_unregister(&floppy_device[drive]); in do_floppy_init()
4995 platform_device_unregister(&floppy_device[drive]); in floppy_module_exit()