Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/ !
Dfd.h182 int native_format; /* native format of this drive */ member
/linux-6.6.21/drivers/block/ !
Dfloppy.c2972 if (drive_params[drive].native_format) in drive_name()
2973 floppy = floppy_type + drive_params[drive].native_format; in drive_name()
3380 int native_format) in valid_floppy_drive_params() argument
3391 if (native_format < 0 || native_format >= floppy_type_size) in valid_floppy_drive_params()
3524 inparam.dp.native_format)) in fd_locked_ioctl()
3603 compat_int_t native_format; member
3715 if (!valid_floppy_drive_params(v.autodetect, v.native_format)) in compat_setdrvprm()
3737 drive_params[drive].native_format = v.native_format; in compat_setdrvprm()
3768 v.native_format = drive_params[drive].native_format; in compat_getdrvprm()