| /kernel/linux/linux-5.10/drivers/ide/ |
| D | ide-floppy.c | 66 struct ide_disk_obj *floppy = drive->driver_data; in ide_floppy_callback() local 108 static void ide_floppy_report_error(struct ide_disk_obj *floppy, in ide_floppy_report_error() 128 struct ide_disk_obj *floppy = drive->driver_data; in ide_floppy_issue_pc() local 196 struct ide_disk_obj *floppy = drive->driver_data; in idefloppy_create_rw_cmd() local 217 static void idefloppy_blockpc_cmd(struct ide_disk_obj *floppy, in idefloppy_blockpc_cmd() 233 struct ide_disk_obj *floppy = drive->driver_data; in ide_floppy_do_request() local 319 struct ide_disk_obj *floppy = drive->driver_data; in ide_floppy_get_flexible_disk_page() local 381 struct ide_disk_obj *floppy = drive->driver_data; in ide_floppy_get_capacity() local 484 struct ide_disk_obj *floppy = drive->driver_data; in ide_floppy_setup() local
|
| D | ide-floppy_ioctl.c | 42 struct ide_disk_obj *floppy = drive->driver_data; in ide_floppy_get_format_capacities() local 123 struct ide_disk_obj *floppy = drive->driver_data; in ide_floppy_get_sfrp_bit() local 143 struct ide_disk_obj *floppy = drive->driver_data; in ide_floppy_format_unit() local 203 struct ide_disk_obj *floppy = drive->driver_data; in ide_floppy_get_format_progress() local 240 struct ide_disk_obj *floppy = drive->driver_data; in ide_floppy_lockdoor() local
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | fd.h | 28 #define FD_SECTBASE(floppy) ((((floppy)->stretch & FD_SECTBASEMASK) >> 2) ^ 1) argument 35 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8) argument 36 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? \ argument
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | fd.h | 28 #define FD_SECTBASE(floppy) ((((floppy)->stretch & FD_SECTBASEMASK) >> 2) ^ 1) argument 35 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8) argument 36 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? \ argument
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
| D | fd.h | 30 #define FD_SECTBASE(floppy) ((((floppy)->stretch & FD_SECTBASEMASK) >> 2) ^ 1) argument 34 #define FD_SIZECODE(floppy) (((((floppy)->rate & FD_SIZECODEMASK) >> 3) + 2) % 8) argument 35 #define FD_SECTSIZE(floppy) ((floppy)->rate & FD_2M ? 512 : 128 << FD_SIZECODE(floppy)) argument
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| D | fd.h | 24 #define FD_SECTBASE(floppy) ((((floppy)->stretch & FD_SECTBASEMASK) >> 2) ^ 1) argument 29 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8) argument 30 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? \ argument
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| D | fd.h | 30 #define FD_SECTBASE(floppy) ((((floppy)->stretch & FD_SECTBASEMASK) >> 2) ^ 1) argument 34 #define FD_SIZECODE(floppy) (((((floppy)->rate & FD_SIZECODEMASK) >> 3) + 2) % 8) argument 35 #define FD_SECTSIZE(floppy) ((floppy)->rate & FD_2M ? 512 : 128 << FD_SIZECODE(floppy)) argument
|
| /kernel/linux/linux-5.10/drivers/block/ |
| D | ataflop.c | 1487 struct atari_floppy_struct *floppy = bd->rq->rq_disk->private_data; in ataflop_queue_rq() local 1563 struct atari_floppy_struct *floppy = disk->private_data; in fd_locked_ioctl() local
|
| D | floppy.c | 308 #define PH_HEAD(floppy, head) (((((floppy)->stretch & 2) >> 1) ^ head) << 2) argument 309 #define STRETCH(floppy) ((floppy)->stretch & FD_STRETCH) argument 3054 struct floppy_struct *floppy; in drive_name() local 5001 static char *floppy; variable
|
| D | amiflop.c | 1458 static blk_status_t amiflop_rw_cur_segment(struct amiga_floppy_struct *floppy, in amiflop_rw_cur_segment() 1508 struct amiga_floppy_struct *floppy = rq->rq_disk->private_data; in amiflop_queue_rq() local
|
| /kernel/linux/linux-6.6/drivers/block/ |
| D | ataflop.c | 1506 struct atari_floppy_struct *floppy = bd->rq->q->disk->private_data; in ataflop_queue_rq() local 1588 struct atari_floppy_struct *floppy = disk->private_data; in fd_locked_ioctl() local
|
| D | floppy.c | 307 #define PH_HEAD(floppy, head) (((((floppy)->stretch & 2) >> 1) ^ head) << 2) argument 308 #define STRETCH(floppy) ((floppy)->stretch & FD_STRETCH) argument 2967 struct floppy_struct *floppy; in drive_name() local 4943 static char *floppy; variable
|
| D | amiflop.c | 1458 static blk_status_t amiflop_rw_cur_segment(struct amiga_floppy_struct *floppy, in amiflop_rw_cur_segment() 1508 struct amiga_floppy_struct *floppy = rq->q->disk->private_data; in amiflop_queue_rq() local
|
| /kernel/linux/linux-5.10/drivers/scsi/ |
| D | BusLogic.h | 552 bool floppy:1; /* Byte 10 Bit 0 */ member
|
| /kernel/linux/linux-6.6/drivers/scsi/ |
| D | BusLogic.h | 544 bool floppy:1; /* Byte 10 Bit 0 */ member
|