Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dfd.h182 int native_format; /* native format of this drive */ member
/Linux-v5.15/drivers/block/
Dfloppy.c2975 if (drive_params[drive].native_format) in drive_name()
2976 floppy = floppy_type + drive_params[drive].native_format; in drive_name()
3349 int native_format) in valid_floppy_drive_params() argument
3360 if (native_format < 0 || native_format >= floppy_type_size) in valid_floppy_drive_params()
3493 inparam.dp.native_format)) in fd_locked_ioctl()
3581 compat_int_t native_format; member
3693 if (!valid_floppy_drive_params(v.autodetect, v.native_format)) in compat_setdrvprm()
3715 drive_params[drive].native_format = v.native_format; in compat_setdrvprm()
3746 v.native_format = drive_params[drive].native_format; in compat_getdrvprm()