Home
last modified time | relevance | path

Searched refs:image_type (Results 1 – 18 of 18) sorted by relevance

/Linux-v5.4/drivers/media/usb/cpia2/
Dcpia2_core.c1154 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 == VIDEOSIZE_QCIF) in config_sensor_410()
[all …]
/Linux-v5.4/drivers/platform/x86/
Ddell_rbu.c62 static char image_type[MAX_IMAGE_LENGTH + 1] = "mono"; variable
63 module_param_string(image_type, image_type, sizeof (image_type), 0);
64 MODULE_PARM_DESC(image_type,
511 if (!strcmp(image_type, "mono")) in read_rbu_data()
513 else if (!strcmp(image_type, "packet")) in read_rbu_data()
533 if (!strcmp(image_type, "mono")) { in callbackfn_rbu()
537 } else if (!strcmp(image_type, "packet")) { in callbackfn_rbu()
563 size = scnprintf(buffer, count, "%s\n", image_type); in read_rbu_image_type()
587 strcpy(image_type, "mono"); in write_rbu_image_type()
589 strcpy(image_type, "packet"); in write_rbu_image_type()
/Linux-v5.4/drivers/firmware/efi/
Defi-bgrt.c50 if (bgrt->image_type != 0) { in efi_bgrt_init()
52 bgrt->image_type); in efi_bgrt_init()
/Linux-v5.4/Documentation/driver-api/
Ddell_rbu.rst50 /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-v5.4/arch/parisc/kernel/
Dperf.c292 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()
/Linux-v5.4/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Dpcir.h10 u8 image_type; member
/Linux-v5.4/drivers/scsi/esas2r/
Desas2r_flash.c536 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()
Desas2r.h382 u16 image_type; member
899 char image_type[16]; member
Desas2r_init.c1338 if (!a->image_type[0]) in esas2r_init_adapter_hw()
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dimage.c53 image->type = pcir.image_type; in nvbios_imagen()
Dpcir.c65 info->image_type = nvbios_rd08(bios, data + 0x14); in nvbios_pcirTp()
/Linux-v5.4/drivers/acpi/
Dbgrt.c35 return snprintf(buf, PAGE_SIZE, "%d\n", bgrt_tab.image_type); in show_type()
/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_selftest.c152 if (image_att.image_type == NVM_TYPE_MDUMP) in qed_selftest_nvram()
Dqed_main.c2034 u32 image_type; in qed_nvm_flash_image_access() local
2039 image_type = **data; in qed_nvm_flash_image_access()
2042 if (image_type == p_hwfn->nvm_info.image_att[i].image_type) in qed_nvm_flash_image_access()
2046 image_type); in qed_nvm_flash_image_access()
2055 **data, image_type, nvm_image.start_addr, in qed_nvm_flash_image_access()
Dqed_debug.c4513 u32 image_type, in qed_find_nvram_image() argument
4525 image_type, in qed_find_nvram_image()
4542 image_type, *nvram_offset_bytes, *nvram_size_bytes); in qed_find_nvram_image()
Dqed_mcp.c3185 if (type == p_hwfn->nvm_info.image_att[i].image_type) in qed_mcp_get_nvm_image_att()
Dqed_hsi.h12421 u32 image_type; member
/Linux-v5.4/include/acpi/
Dactbl1.h278 u8 image_type; member