Home
last modified time | relevance | path

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

/drivers/media/usb/stkwebcam/
Dstk-sensor.c502 int com7; in stk_sensor_configure() local
512 case MODE_QCIF: com7 = COM7_FMT_QCIF; in stk_sensor_configure()
515 case MODE_QVGA: com7 = COM7_FMT_QVGA; in stk_sensor_configure()
518 case MODE_CIF: com7 = COM7_FMT_CIF; in stk_sensor_configure()
521 case MODE_VGA: com7 = COM7_FMT_VGA; in stk_sensor_configure()
524 case MODE_SXGA: com7 = COM7_FMT_SXGA; in stk_sensor_configure()
532 com7 |= COM7_YUV; in stk_sensor_configure()
536 com7 |= COM7_YUV; in stk_sensor_configure()
540 com7 |= COM7_RGB; in stk_sensor_configure()
544 com7 |= COM7_RGB; in stk_sensor_configure()
[all …]
/drivers/media/i2c/soc_camera/
Dov772x.c387 u8 com7; member
419 .com7 = OFMT_YUV,
427 .com7 = OFMT_YUV,
435 .com7 = OFMT_YUV,
443 .com7 = FMT_RGB555 | OFMT_RGB,
451 .com7 = FMT_RGB555 | OFMT_RGB,
459 .com7 = FMT_RGB565 | OFMT_RGB,
467 .com7 = FMT_RGB565 | OFMT_RGB,
479 .com7 = SENSOR_RAW | OFMT_BRAW,
842 ret = ov772x_write(client, COM7, win->com7_bit | cfmt->com7); in ov772x_set_params()
Dov9640.c376 alt->com7 = OV9640_COM7_RGB; in ov9640_alter_regs()
381 alt->com7 = OV9640_COM7_RGB; in ov9640_alter_regs()
447 val |= alts->com7; in ov9640_write_regs()
Dov9640.h188 u8 com7; member
/drivers/media/i2c/
Dov7670.c1001 unsigned char com7; in ov7670_s_mbus_fmt() local
1014 com7 = ovfmt->regs[0].value; in ov7670_s_mbus_fmt()
1015 com7 |= wsize->com7_bit; in ov7670_s_mbus_fmt()
1016 ov7670_write(sd, REG_COM7, com7); in ov7670_s_mbus_fmt()