Searched refs:image_type (Results 1 - 6 of 6) sorted by relevance

/drivers/media/usb/cpia2/
H A Dcpia2_core.c1149 int image_type; local
1174 image_type = VIDEOSIZE_QCIF;
1178 image_type = VIDEOSIZE_QVGA;
1182 image_type = VIDEOSIZE_CIF;
1194 if (image_type == VIDEOSIZE_CIF) {
1205 if (image_type == VIDEOSIZE_QCIF) {
1235 if (image_type == VIDEOSIZE_QCIF)
1244 if (image_type == VIDEOSIZE_QCIF)
1250 if (image_type == VIDEOSIZE_QCIF)
1256 if (image_type
1335 int image_type = VIDEOSIZE_VGA; local
[all...]
/drivers/firmware/
H A Ddell_rbu.c70 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"))
535 else if (!strcmp(image_type, "packet"))
555 if (!strcmp(image_type, "mono")) {
559 } else if (!strcmp(image_type, "packet")) {
585 size = scnprintf(buffer, count, "%s\n", image_type);
[all...]
/drivers/acpi/
H A Dbgrt.c36 return snprintf(buf, PAGE_SIZE, "%d\n", bgrt_tab->image_type);
/drivers/scsi/esas2r/
H A Desas2r_flash.c536 memcpy(a->image_type, fi->rel_version,
1134 strcpy(a->image_type, "BIOS");
1148 strcpy(a->image_type, "EFI 32-bit");
1152 strcpy(a->image_type, "EFI itanium");
1156 strcpy(a->image_type, "EFI 64-bit");
1160 strcpy(a->image_type, "EFI EBC");
1181 strcpy(a->image_type, "no boot images");
1470 memcpy(fi->rel_version, a->image_type,
H A Desas2r.h382 u16 image_type; member in struct:esas2r_efi_image
899 char image_type[16]; member in struct:esas2r_adapter
H A Desas2r_init.c1387 if (!a->image_type[0])

Completed in 118 milliseconds