Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/
Ddrm_format_helper.c876 uint32_t native_format = 0; in drm_fb_build_fourcc_list() local
901 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()
/linux-6.1.9/include/uapi/linux/
Dfd.h182 int native_format; /* native format of this drive */ member
/linux-6.1.9/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()
3379 int native_format) in valid_floppy_drive_params() argument
3390 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; member
3713 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()