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

/linux-master/include/uapi/linux/
H A Dfd.h182 int native_format; /* native format of this drive */ member in struct:floppy_drive_params
/linux-master/drivers/block/
H A Dfloppy.c2974 if (drive_params[drive].native_format)
2975 floppy = floppy_type + drive_params[drive].native_format;
3384 int native_format)
3395 if (native_format < 0 || native_format >= floppy_type_size)
3528 inparam.dp.native_format))
3607 compat_int_t native_format; member in struct:compat_floppy_drive_params
3719 if (!valid_floppy_drive_params(v.autodetect, v.native_format))
3741 drive_params[drive].native_format = v.native_format;
3383 valid_floppy_drive_params(const short autodetect[FD_AUTODETECT_SIZE], int native_format) argument
[all...]

Completed in 164 milliseconds