Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/block/
H A Damiflop.c226 #define FD_NODRIVE 0x00000000 /* response when no unit is present */ macro
252 { FD_NODRIVE, "No Drive", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}
664 if(drive == 0 && id == FD_NODRIVE) in fd_get_drive_id()
1639 unit[drive].type = &drive_types[num_dr_types-1]; /* FD_NODRIVE */ in fd_probe()
1803 unit[drive].type->code = FD_NODRIVE; in fd_alloc_disk()
1817 if (unit[drive].type->code == FD_NODRIVE) in fd_probe_drives()
1852 if (unit[drive].type->code == FD_NODRIVE) in floppy_find()
/kernel/linux/linux-6.6/drivers/block/
H A Damiflop.c226 #define FD_NODRIVE 0x00000000 /* response when no unit is present */ macro
252 { FD_NODRIVE, "No Drive", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}
664 if(drive == 0 && id == FD_NODRIVE) in fd_get_drive_id()
1638 unit[drive].type = &drive_types[num_dr_types-1]; /* FD_NODRIVE */ in fd_probe()
1671 if (unit[drive].type->code == FD_NODRIVE) { in floppy_open()
1833 unit[drive].type->code = FD_NODRIVE; in fd_alloc_drive()
1846 if (unit[drive].type->code == FD_NODRIVE) in fd_probe_drives()

Completed in 5 milliseconds