Home
last modified time | relevance | path

Searched refs:native_format (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/include/uapi/linux/
Dfd.h182 int native_format; /* native format of this drive */ member
/Linux-v5.10/drivers/block/
Dfloppy.c3061 if (drive_params[drive].native_format) in drive_name()
3062 floppy = floppy_type + drive_params[drive].native_format; in drive_name()
3440 int native_format) in valid_floppy_drive_params() argument
3451 if (native_format < 0 || native_format >= floppy_type_size) in valid_floppy_drive_params()
3584 inparam.dp.native_format)) in fd_locked_ioctl()
3672 compat_int_t native_format; member
3784 if (!valid_floppy_drive_params(v.autodetect, v.native_format)) in compat_setdrvprm()
3806 drive_params[drive].native_format = v.native_format; in compat_setdrvprm()
3837 v.native_format = drive_params[drive].native_format; in compat_getdrvprm()