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

/drivers/media/video/cpia2/
H A Dcpia2_core.c1147 int image_type; local
1172 image_type = VIDEOSIZE_QCIF;
1176 image_type = VIDEOSIZE_QVGA;
1180 image_type = VIDEOSIZE_CIF;
1192 if (image_type == VIDEOSIZE_CIF) {
1203 if (image_type == VIDEOSIZE_QCIF) {
1233 if (image_type == VIDEOSIZE_QCIF)
1242 if (image_type == VIDEOSIZE_QCIF)
1248 if (image_type == VIDEOSIZE_QCIF)
1254 if (image_type
1333 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.c44 return snprintf(buf, PAGE_SIZE, "%d\n", bgrt_tab->image_type);

Completed in 95 milliseconds