Searched refs:floppy_type (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/arch/m68k/mac/ |
D | config.c | 215 .floppy_type = MAC_FLOPPY_IWM, 230 .floppy_type = MAC_FLOPPY_IWM, 239 .floppy_type = MAC_FLOPPY_SWIM_ADDR2, 248 .floppy_type = MAC_FLOPPY_SWIM_ADDR2, 257 .floppy_type = MAC_FLOPPY_SWIM_ADDR2, 275 .floppy_type = MAC_FLOPPY_SWIM_ADDR2, 284 .floppy_type = MAC_FLOPPY_SWIM_IOP, 293 .floppy_type = MAC_FLOPPY_SWIM_ADDR2, 302 .floppy_type = MAC_FLOPPY_SWIM_ADDR2, 311 .floppy_type = MAC_FLOPPY_SWIM_ADDR2, [all …]
|
/linux-4.1.27/drivers/block/ |
D | swim.c | 566 static struct floppy_struct floppy_type[4] = { variable 576 if (type >= ARRAY_SIZE(floppy_type)) in get_floppy_geometry() 580 *g = &floppy_type[type]; in get_floppy_geometry() 582 *g = &floppy_type[3]; in get_floppy_geometry() 584 *g = &floppy_type[2]; in get_floppy_geometry() 586 *g = &floppy_type[1]; in get_floppy_geometry() 711 if (copy_to_user((void __user *) param, (void *) &floppy_type, in floppy_ioctl()
|
D | floppy.c | 448 static struct floppy_struct floppy_type[32] = { variable 594 static struct floppy_struct *_floppy = floppy_type; 2031 if (floppy_type[DP->autodetect[probed_format]].sect) { in next_valid_format() 2063 _floppy = floppy_type + type; in set_floppy() 2866 _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() 3250 floppy_type[type] = *g; in set_geometry() 3251 floppy_type[type].name = "user format"; in set_geometry() 3254 floppy_type[type].size + 1; in set_geometry() [all …]
|
D | swim3.c | 901 static struct floppy_struct floppy_type = variable 924 if (copy_to_user((void __user *) param, &floppy_type, in floppy_locked_ioctl()
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | macintosh.h | 36 char floppy_type; member
|