Searched refs:native_format (Results 1 – 3 of 3) sorted by relevance
876 uint32_t native_format = 0; in drm_fb_build_fourcc_list() local901 if (!native_format) in drm_fb_build_fourcc_list()902 native_format = fourcc; in drm_fb_build_fourcc_list()919 } else if (!is_conversion_supported(fourcc, native_format)) { in drm_fb_build_fourcc_list()
182 int native_format; /* native format of this drive */ member
2972 if (drive_params[drive].native_format) in drive_name()2973 floppy = floppy_type + drive_params[drive].native_format; in drive_name()3379 int native_format) in valid_floppy_drive_params() argument3390 if (native_format < 0 || native_format >= floppy_type_size) in valid_floppy_drive_params()3522 inparam.dp.native_format)) in fd_locked_ioctl()3601 compat_int_t native_format; member3713 if (!valid_floppy_drive_params(v.autodetect, v.native_format)) in compat_setdrvprm()3735 drive_params[drive].native_format = v.native_format; in compat_setdrvprm()3766 v.native_format = drive_params[drive].native_format; in compat_getdrvprm()