Searched refs:com7 (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/drivers/media/usb/stkwebcam/ |
D | stk-sensor.c | 492 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 …]
|
/Linux-v5.4/drivers/media/i2c/ |
D | ov772x.c | 405 u8 com7; member 449 .com7 = OFMT_YUV, 457 .com7 = OFMT_YUV, 465 .com7 = OFMT_YUV, 473 .com7 = FMT_RGB555 | OFMT_RGB, 481 .com7 = FMT_RGB555 | OFMT_RGB, 489 .com7 = FMT_RGB565 | OFMT_RGB, 497 .com7 = FMT_RGB565 | OFMT_RGB, 509 .com7 = SENSOR_RAW | OFMT_BRAW, 641 switch (cfmt->com7 & OFMT_MASK) { in ov772x_set_frame_rate() [all …]
|
D | ov9640.h | 185 u8 com7; member
|
D | ov9640.c | 382 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()
|
D | ov7670.c | 1027 unsigned char com7, com10 = 0; in ov7670_apply_fmt() local 1036 com7 = info->fmt->regs[0].value; in ov7670_apply_fmt() 1037 com7 |= wsize->com7_bit; in ov7670_apply_fmt() 1038 ret = ov7670_write(sd, REG_COM7, com7); in ov7670_apply_fmt()
|