Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/firmware/
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")) 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-2.6.39/drivers/media/video/cpia2/
Dcpia2_core.c1147 int image_type; in config_sensor_410() local
1172 image_type = VIDEOSIZE_QCIF; in config_sensor_410()
1176 image_type = VIDEOSIZE_QVGA; in config_sensor_410()
1180 image_type = VIDEOSIZE_CIF; in config_sensor_410()
1192 if (image_type == VIDEOSIZE_CIF) { in config_sensor_410()
1203 if (image_type == VIDEOSIZE_QCIF) { in config_sensor_410()
1233 if (image_type == VIDEOSIZE_QCIF) in config_sensor_410()
1242 if (image_type == VIDEOSIZE_QCIF) in config_sensor_410()
1248 if (image_type == VIDEOSIZE_QCIF) in config_sensor_410()
1254 if (image_type == VIDEOSIZE_QCIF) in config_sensor_410()
[all …]
/linux-2.6.39/Documentation/
Ddell_rbu.txt36 /sys/devices/platform/dell_rbu/image_type
49 parameter image_type=packet. This can also be changed later as below
50 echo packet > /sys/devices/platform/dell_rbu/image_type
81 Also echoing either mono, packet or init in to image_type will free up the
87 echo init > /sys/devices/platform/dell_rbu/image_type
88 NOTE: echoing init in image_type does not change it original value.
/linux-2.6.39/arch/parisc/kernel/
Dperf.c306 uint32_t image_type; in perf_write() local
323 if ((err = copy_from_user(&image_type, buf, sizeof(uint32_t))) != 0) in perf_write()
327 interface_type = (image_type >> 16) & 0xffff; in perf_write()
328 test = (image_type & 0xffff); in perf_write()