Home
last modified time | relevance | path

Searched refs:com7 (Results 1 – 5 of 5) sorted by relevance

/drivers/media/usb/stkwebcam/
Dstk-sensor.c492 int com7; in stk_sensor_configure() local
502 case MODE_QCIF: com7 = COM7_FMT_QCIF; in stk_sensor_configure()
505 case MODE_QVGA: com7 = COM7_FMT_QVGA; in stk_sensor_configure()
508 case MODE_CIF: com7 = COM7_FMT_CIF; in stk_sensor_configure()
511 case MODE_VGA: com7 = COM7_FMT_VGA; in stk_sensor_configure()
514 case MODE_SXGA: com7 = COM7_FMT_SXGA; in stk_sensor_configure()
523 com7 |= COM7_YUV; in stk_sensor_configure()
527 com7 |= COM7_YUV; in stk_sensor_configure()
531 com7 |= COM7_RGB; in stk_sensor_configure()
535 com7 |= COM7_RGB; in stk_sensor_configure()
[all …]
/drivers/media/i2c/
Dov772x.c406 u8 com7; member
452 .com7 = OFMT_YUV,
460 .com7 = OFMT_YUV,
468 .com7 = OFMT_YUV,
476 .com7 = FMT_RGB555 | OFMT_RGB,
484 .com7 = FMT_RGB555 | OFMT_RGB,
492 .com7 = FMT_RGB565 | OFMT_RGB,
500 .com7 = FMT_RGB565 | OFMT_RGB,
512 .com7 = SENSOR_RAW | OFMT_BRAW,
657 switch (cfmt->com7 & OFMT_MASK) { in ov772x_set_frame_rate()
[all …]
Dov9640.c382 alt->com7 = OV9640_COM7_RGB; in ov9640_alter_regs()
387 alt->com7 = OV9640_COM7_RGB; in ov9640_alter_regs()
454 val |= alts->com7; in ov9640_write_regs()
Dov9640.h185 u8 com7; member
Dov7670.c1041 unsigned char com7, com10 = 0; in ov7670_apply_fmt() local
1050 com7 = info->fmt->regs[0].value; in ov7670_apply_fmt()
1051 com7 |= wsize->com7_bit; in ov7670_apply_fmt()
1052 ret = ov7670_write(sd, REG_COM7, com7); in ov7670_apply_fmt()