/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | dell_rbu.c | 65 static char image_type[MAX_IMAGE_LENGTH + 1] = "mono"; variable 66 module_param_string(image_type, image_type, sizeof (image_type), 0); 67 MODULE_PARM_DESC(image_type, "BIOS image type. choose- mono or packet or init"); 485 if (!strcmp(image_type, "mono")) in data_read() 487 else if (!strcmp(image_type, "packet")) in data_read() 508 if (!strcmp(image_type, "mono")) { in callbackfn_rbu() 512 } else if (!strcmp(image_type, "packet")) { in callbackfn_rbu() 538 size = scnprintf(buffer, count, "%s\n", image_type); in image_type_read() [all...] |
/kernel/linux/linux-6.6/drivers/platform/x86/dell/ |
H A D | dell_rbu.c | 65 static char image_type[MAX_IMAGE_LENGTH + 1] = "mono"; variable 66 module_param_string(image_type, image_type, sizeof (image_type), 0); 67 MODULE_PARM_DESC(image_type, "BIOS image type. choose- mono or packet or init"); 485 if (!strcmp(image_type, "mono")) in data_read() 487 else if (!strcmp(image_type, "packet")) in data_read() 508 if (!strcmp(image_type, "mono")) { in callbackfn_rbu() 512 } else if (!strcmp(image_type, "packet")) { in callbackfn_rbu() 538 size = scnprintf(buffer, count, "%s\n", image_type); in image_type_read() [all...] |
/kernel/linux/linux-5.10/drivers/media/usb/cpia2/ |
H A D | cpia2_core.c | 1154 int image_type; in config_sensor_410() local 1179 image_type = VIDEOSIZE_QCIF; in config_sensor_410() 1183 image_type = VIDEOSIZE_QVGA; in config_sensor_410() 1187 image_type = VIDEOSIZE_CIF; in config_sensor_410() 1199 if (image_type == VIDEOSIZE_CIF) { in config_sensor_410() 1210 if (image_type == VIDEOSIZE_QCIF) { in config_sensor_410() 1240 if (image_type == VIDEOSIZE_QCIF) in config_sensor_410() 1249 if (image_type == VIDEOSIZE_QCIF) in config_sensor_410() 1255 if (image_type == VIDEOSIZE_QCIF) in config_sensor_410() 1261 if (image_type in config_sensor_410() 1340 int image_type = VIDEOSIZE_VGA; config_sensor_500() local [all...] |
/kernel/linux/linux-5.10/drivers/firmware/efi/ |
H A D | efi-bgrt.c | 55 if (bgrt->image_type != 0) { in efi_bgrt_init() 57 bgrt->image_type); in efi_bgrt_init()
|
/kernel/linux/linux-6.6/drivers/firmware/efi/ |
H A D | efi-bgrt.c | 55 if (bgrt->image_type != 0) { in efi_bgrt_init() 57 bgrt->image_type); in efi_bgrt_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
H A D | pcir.h | 10 u8 image_type; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
H A D | pcir.h | 10 u8 image_type; member
|
/kernel/linux/linux-6.6/drivers/net/wwan/iosm/ |
H A D | iosm_ipc_devlink.c | 98 fls_type = ipc_devlink_get_flash_comp_type(header->image_type, in ipc_devlink_flash_update() 125 header->image_type, 0, 0); in ipc_devlink_flash_update() 128 header->image_type, 0, 0); in ipc_devlink_flash_update()
|
H A D | iosm_ipc_devlink.h | 114 * @image_type: Firmware image type 122 char image_type[IOSM_DEVLINK_IMG_TYPE]; member
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | perf.c | 292 uint32_t image_type; in perf_write() local 309 if (copy_from_user(&image_type, buf, sizeof(uint32_t))) in perf_write() 313 interface_type = (image_type >> 16) & 0xffff; in perf_write() 314 test = (image_type & 0xffff); in perf_write()
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | perf.c | 292 uint32_t image_type; in perf_write() local 309 if (copy_from_user(&image_type, buf, sizeof(uint32_t))) in perf_write() 313 interface_type = (image_type >> 16) & 0xffff; in perf_write() 314 test = (image_type & 0xffff); in perf_write()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | kexec.c | 198 int image_type = (flags & KEXEC_ON_CRASH) ? in kexec_load_check() local 203 if (!kexec_load_permitted(image_type)) in kexec_load_check()
|
H A D | kexec_file.c | 329 int image_type = (flags & KEXEC_FILE_ON_CRASH) ? in SYSCALL_DEFINE5() local 335 if (!kexec_load_permitted(image_type)) in SYSCALL_DEFINE5() 347 if (image_type == KEXEC_TYPE_CRASH) { in SYSCALL_DEFINE5()
|
/kernel/linux/linux-5.10/drivers/scsi/esas2r/ |
H A D | esas2r_flash.c | 536 memcpy(a->image_type, fi->rel_version, in fw_download_proc() 1134 strcpy(a->image_type, "BIOS"); in esas2r_read_image_type() 1148 strcpy(a->image_type, "EFI 32-bit"); in esas2r_read_image_type() 1152 strcpy(a->image_type, "EFI itanium"); in esas2r_read_image_type() 1156 strcpy(a->image_type, "EFI 64-bit"); in esas2r_read_image_type() 1160 strcpy(a->image_type, "EFI EBC"); in esas2r_read_image_type() 1181 strcpy(a->image_type, "no boot images"); in esas2r_read_image_type() 1471 memcpy(fi->rel_version, a->image_type, in esas2r_fm_api()
|
/kernel/linux/linux-6.6/drivers/scsi/esas2r/ |
H A D | esas2r_flash.c | 536 memcpy(a->image_type, fi->rel_version, in fw_download_proc() 1134 strcpy(a->image_type, "BIOS"); in esas2r_read_image_type() 1148 strcpy(a->image_type, "EFI 32-bit"); in esas2r_read_image_type() 1152 strcpy(a->image_type, "EFI itanium"); in esas2r_read_image_type() 1156 strcpy(a->image_type, "EFI 64-bit"); in esas2r_read_image_type() 1160 strcpy(a->image_type, "EFI EBC"); in esas2r_read_image_type() 1181 strcpy(a->image_type, "no boot images"); in esas2r_read_image_type() 1471 memcpy(fi->rel_version, a->image_type, in esas2r_fm_api()
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | bgrt.c | 28 BGRT_SHOW(type, image_type);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
H A D | image.c | 53 image->type = pcir.image_type; in nvbios_imagen()
|
H A D | pcir.c | 65 info->image_type = nvbios_rd08(bios, data + 0x14); in nvbios_pcirTp()
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | bgrt.c | 28 BGRT_SHOW(type, image_type);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
H A D | image.c | 53 image->type = pcir.image_type; in nvbios_imagen()
|
H A D | pcir.c | 65 info->image_type = nvbios_rd08(bios, data + 0x14); in nvbios_pcirTp()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_selftest.c | 126 if (image_att.image_type == NVM_TYPE_MDUMP) in qed_selftest_nvram()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | dbg-tlv.h | 220 * @image_type: image type 225 __le32 image_type; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_selftest.c | 126 if (image_att.image_type == NVM_TYPE_MDUMP) in qed_selftest_nvram()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | dbg-tlv.h | 176 * @image_type: image type 181 __le32 image_type; member
|