/Linux-v4.19/drivers/media/usb/cpia2/ |
D | cpia2_core.c | 1163 int image_type; in config_sensor_410() local 1188 image_type = VIDEOSIZE_QCIF; in config_sensor_410() 1192 image_type = VIDEOSIZE_QVGA; in config_sensor_410() 1196 image_type = VIDEOSIZE_CIF; in config_sensor_410() 1208 if (image_type == VIDEOSIZE_CIF) { in config_sensor_410() 1219 if (image_type == VIDEOSIZE_QCIF) { in config_sensor_410() 1249 if (image_type == VIDEOSIZE_QCIF) in config_sensor_410() 1258 if (image_type == VIDEOSIZE_QCIF) in config_sensor_410() 1264 if (image_type == VIDEOSIZE_QCIF) in config_sensor_410() 1270 if (image_type == VIDEOSIZE_QCIF) in config_sensor_410() [all …]
|
/Linux-v4.19/drivers/firmware/ |
D | dell_rbu.c | 70 static char image_type[MAX_IMAGE_LENGTH + 1] = "mono"; variable 71 module_param_string(image_type, image_type, sizeof (image_type), 0); 72 MODULE_PARM_DESC(image_type, 533 if (!strcmp(image_type, "mono")) in read_rbu_data() 535 else if (!strcmp(image_type, "packet")) in read_rbu_data() 555 if (!strcmp(image_type, "mono")) { in callbackfn_rbu() 559 } else if (!strcmp(image_type, "packet")) { in callbackfn_rbu() 585 size = scnprintf(buffer, count, "%s\n", image_type); in read_rbu_image_type() 609 strcpy(image_type, "mono"); in write_rbu_image_type() 611 strcpy(image_type, "packet"); in write_rbu_image_type()
|
/Linux-v4.19/drivers/firmware/efi/ |
D | efi-bgrt.c | 58 if (bgrt->image_type != 0) { in efi_bgrt_init() 60 bgrt->image_type); in efi_bgrt_init()
|
/Linux-v4.19/Documentation/ |
D | dell_rbu.txt | 50 /sys/devices/platform/dell_rbu/image_type 64 parameter image_type=packet. This can also be changed later as below:: 66 echo packet > /sys/devices/platform/dell_rbu/image_type 107 Also echoing either mono, packet or init in to image_type will free up the 115 echo init > /sys/devices/platform/dell_rbu/image_type 117 .. note:: echoing init in image_type does not change it original value.
|
/Linux-v4.19/arch/parisc/kernel/ |
D | perf.c | 305 uint32_t image_type; in perf_write() local 322 if (copy_from_user(&image_type, buf, sizeof(uint32_t))) in perf_write() 326 interface_type = (image_type >> 16) & 0xffff; in perf_write() 327 test = (image_type & 0xffff); in perf_write()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | pcir.h | 10 u8 image_type; member
|
/Linux-v4.19/drivers/scsi/esas2r/ |
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() 1470 memcpy(fi->rel_version, a->image_type, in esas2r_fm_api()
|
D | esas2r.h | 382 u16 image_type; member 899 char image_type[16]; member
|
D | esas2r_init.c | 1363 if (!a->image_type[0]) in esas2r_init_adapter_hw()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | image.c | 53 image->type = pcir.image_type; in nvbios_imagen()
|
D | pcir.c | 65 info->image_type = nvbios_rd08(bios, data + 0x14); in nvbios_pcirTp()
|
/Linux-v4.19/drivers/acpi/ |
D | bgrt.c | 38 return snprintf(buf, PAGE_SIZE, "%d\n", bgrt_tab.image_type); in show_type()
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/ |
D | qed_selftest.c | 152 if (image_att.image_type == NVM_TYPE_MDUMP) in qed_selftest_nvram()
|
D | qed_main.c | 1702 u32 image_type; in qed_nvm_flash_image_access() local 1707 image_type = **data; in qed_nvm_flash_image_access() 1710 if (image_type == p_hwfn->nvm_info.image_att[i].image_type) in qed_nvm_flash_image_access() 1714 image_type); in qed_nvm_flash_image_access() 1723 **data, image_type, nvm_image.start_addr, in qed_nvm_flash_image_access()
|
D | qed_debug.c | 4506 u32 image_type, in qed_find_nvram_image() argument 4518 image_type, in qed_find_nvram_image() 4535 image_type, *nvram_offset_bytes, *nvram_size_bytes); in qed_find_nvram_image()
|
D | qed_mcp.c | 2863 if (type == p_hwfn->nvm_info.image_att[i].image_type) in qed_mcp_get_nvm_image_att()
|
D | qed_hsi.h | 12246 u32 image_type; member
|
/Linux-v4.19/include/acpi/ |
D | actbl1.h | 278 u8 image_type; member
|