Searched refs:floppy_type (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/arch/m68k/mac/ |
| D | config.c | 212 .floppy_type = MAC_FLOPPY_UNSUPPORTED, /* IWM */ 227 .floppy_type = MAC_FLOPPY_UNSUPPORTED, /* IWM */ 236 .floppy_type = MAC_FLOPPY_OLD, /* SWIM */ 245 .floppy_type = MAC_FLOPPY_OLD, /* SWIM */ 254 .floppy_type = MAC_FLOPPY_OLD, /* SWIM */ 272 .floppy_type = MAC_FLOPPY_OLD, /* SWIM */ 281 .floppy_type = MAC_FLOPPY_SWIM_IOP, /* SWIM */ 290 .floppy_type = MAC_FLOPPY_OLD, /* SWIM */ 299 .floppy_type = MAC_FLOPPY_LC, /* SWIM */ 308 .floppy_type = MAC_FLOPPY_LC, /* SWIM */ [all …]
|
| /Linux-v5.4/drivers/block/ |
| D | swim.c | 556 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() 705 if (copy_to_user((void __user *) param, (void *) &floppy_type, in floppy_ioctl()
|
| D | floppy.c | 454 static struct floppy_struct floppy_type[32] = { variable 600 static struct floppy_struct *_floppy = floppy_type; 2038 if (floppy_type[DP->autodetect[probed_format]].sect) { in next_valid_format() 2070 _floppy = floppy_type + type; in set_floppy() 2857 _floppy = floppy_type + DP->autodetect[DRS->probed_format]; in redo_fd_request() 2999 floppy = floppy_type + type; in drive_name() 3002 floppy = floppy_type + UDP->native_format; in drive_name() 3254 floppy_type[type] = *g; in set_geometry() 3255 floppy_type[type].name = "user format"; in set_geometry() 3258 floppy_type[type].size + 1; in set_geometry() [all …]
|
| D | swim3.c | 865 static struct floppy_struct floppy_type = variable 888 if (copy_to_user((void __user *) param, &floppy_type, in floppy_locked_ioctl()
|
| /Linux-v5.4/arch/m68k/include/asm/ |
| D | macintosh.h | 42 char floppy_type; member
|