Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/m68k/mac/
Dconfig.c195 .floppy_type = MAC_FLOPPY_UNSUPPORTED, /* IWM */
210 .floppy_type = MAC_FLOPPY_UNSUPPORTED, /* IWM */
219 .floppy_type = MAC_FLOPPY_OLD, /* SWIM */
228 .floppy_type = MAC_FLOPPY_OLD, /* SWIM */
237 .floppy_type = MAC_FLOPPY_OLD, /* SWIM */
255 .floppy_type = MAC_FLOPPY_OLD, /* SWIM */
264 .floppy_type = MAC_FLOPPY_SWIM_IOP, /* SWIM */
273 .floppy_type = MAC_FLOPPY_OLD, /* SWIM */
282 .floppy_type = MAC_FLOPPY_LC, /* SWIM */
291 .floppy_type = MAC_FLOPPY_LC, /* SWIM */
[all …]
/kernel/linux/linux-5.10/drivers/block/
Dswim.c556 static struct floppy_struct floppy_type[4] = { variable
566 if (type >= ARRAY_SIZE(floppy_type)) in get_floppy_geometry()
570 *g = &floppy_type[type]; in get_floppy_geometry()
572 *g = &floppy_type[3]; in get_floppy_geometry()
574 *g = &floppy_type[2]; in get_floppy_geometry()
576 *g = &floppy_type[1]; in get_floppy_geometry()
706 if (copy_to_user((void __user *) param, (void *) &floppy_type, in floppy_ioctl()
Dfloppy.c442 static struct floppy_struct floppy_type[32] = { variable
588 static struct floppy_struct *_floppy = floppy_type;
2080 if (floppy_type[drive_params[drive].autodetect[probed_format]].sect) { in next_valid_format()
2112 _floppy = floppy_type + type; in set_floppy()
2907 …_floppy = floppy_type + drive_params[current_drive].autodetect[drive_state[current_drive].probed_f… in redo_fd_request()
3057 floppy = floppy_type + type; in drive_name()
3060 floppy = floppy_type + drive_params[drive].native_format; in drive_name()
3339 floppy_type[type] = *g; in set_geometry()
3340 floppy_type[type].name = "user format"; in set_geometry()
3343 floppy_type[type].size + 1; in set_geometry()
[all …]
Dswim3.c865 static struct floppy_struct floppy_type = variable
888 if (copy_to_user((void __user *) param, &floppy_type, in floppy_locked_ioctl()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
Dmacintosh.h42 char floppy_type; member