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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cpia2/
H A Dcpia2_core.c1127 int image_type; local
1152 image_type = VIDEOSIZE_QCIF;
1156 image_type = VIDEOSIZE_QVGA;
1160 image_type = VIDEOSIZE_CIF;
1172 if (image_type == VIDEOSIZE_CIF) {
1183 if (image_type == VIDEOSIZE_QCIF) {
1213 if (image_type == VIDEOSIZE_QCIF)
1222 if (image_type == VIDEOSIZE_QCIF)
1228 if (image_type == VIDEOSIZE_QCIF)
1234 if (image_type
1313 int image_type = VIDEOSIZE_VGA; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firmware/
H A Ddell_rbu.c69 static char image_type[MAX_IMAGE_LENGTH + 1] = "mono"; variable
70 module_param_string(image_type, image_type, sizeof (image_type), 0);
71 MODULE_PARM_DESC(image_type,
553 if (!strcmp(image_type, "mono"))
555 else if (!strcmp(image_type, "packet"))
572 if (!strcmp(image_type, "mono")) {
576 } else if (!strcmp(image_type, "packet")) {
599 size = sprintf(buffer, "%s\n", image_type);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dperf.c306 uint32_t image_type; local
323 if ((err = copy_from_user(&image_type, buf, sizeof(uint32_t))) != 0)
327 interface_type = (image_type >> 16) & 0xffff;
328 test = (image_type & 0xffff);

Completed in 33 milliseconds