Searched refs:floppy_type (Results 1 – 5 of 5) sorted by relevance
/linux/arch/m68k/mac/ |
A D | config.c | 217 .floppy_type = MAC_FLOPPY_OLD, /* SWIM */ 226 .floppy_type = MAC_FLOPPY_OLD, /* SWIM */ 235 .floppy_type = MAC_FLOPPY_OLD, /* SWIM */ 253 .floppy_type = MAC_FLOPPY_OLD, /* SWIM */ 271 .floppy_type = MAC_FLOPPY_OLD, /* SWIM */ 280 .floppy_type = MAC_FLOPPY_LC, /* SWIM */ 289 .floppy_type = MAC_FLOPPY_LC, /* SWIM */ 303 .floppy_type = MAC_FLOPPY_LC, /* SWIM */ 336 .floppy_type = MAC_FLOPPY_LC, /* SWIM */ 345 .floppy_type = MAC_FLOPPY_LC, /* SWIM */ [all …]
|
/linux/drivers/block/ |
A D | swim.c | 558 static struct floppy_struct floppy_type[4] = { variable 568 if (type >= ARRAY_SIZE(floppy_type)) in get_floppy_geometry() 572 *g = &floppy_type[type]; in get_floppy_geometry() 574 *g = &floppy_type[3]; in get_floppy_geometry() 576 *g = &floppy_type[2]; in get_floppy_geometry() 578 *g = &floppy_type[1]; in get_floppy_geometry() 708 if (copy_to_user((void __user *) param, (void *) &floppy_type, in floppy_ioctl()
|
A D | floppy.c | 440 static struct floppy_struct floppy_type[32] = { variable 589 static struct floppy_struct *_floppy = floppy_type; 2113 _floppy = floppy_type + type; in set_floppy() 2974 floppy = floppy_type + type; in drive_name() 3218 floppy_type[type] = *g; in set_geometry() 3219 floppy_type[type].name = "user format"; in set_geometry() 3222 floppy_type[type].size + 1; in set_geometry() 3318 *g = &floppy_type[type]; in get_floppy_geometry() 4527 type >= ARRAY_SIZE(floppy_type)) in floppy_probe() 4594 floppy_sizes[i] = floppy_type[ITYPE(i)].size; in do_floppy_init() [all …]
|
A D | swim3.c | 883 static struct floppy_struct floppy_type = variable 906 if (copy_to_user((void __user *) param, &floppy_type, in floppy_locked_ioctl()
|
/linux/arch/m68k/include/asm/ |
A D | macintosh.h | 42 char floppy_type; member
|
Completed in 21 milliseconds