Searched refs:com7 (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/media/usb/stkwebcam/ |
D | stk-sensor.c | 500 int com7; in stk_sensor_configure() local 510 case MODE_QCIF: com7 = COM7_FMT_QCIF; in stk_sensor_configure() 513 case MODE_QVGA: com7 = COM7_FMT_QVGA; in stk_sensor_configure() 516 case MODE_CIF: com7 = COM7_FMT_CIF; in stk_sensor_configure() 519 case MODE_VGA: com7 = COM7_FMT_VGA; in stk_sensor_configure() 522 case MODE_SXGA: com7 = COM7_FMT_SXGA; in stk_sensor_configure() 531 com7 |= COM7_YUV; in stk_sensor_configure() 535 com7 |= COM7_YUV; in stk_sensor_configure() 539 com7 |= COM7_RGB; in stk_sensor_configure() 543 com7 |= COM7_RGB; in stk_sensor_configure() [all …]
|
/Linux-v4.19/drivers/media/i2c/soc_camera/ |
D | ov772x.c | 384 u8 com7; member 416 .com7 = OFMT_YUV, 424 .com7 = OFMT_YUV, 432 .com7 = OFMT_YUV, 440 .com7 = FMT_RGB555 | OFMT_RGB, 448 .com7 = FMT_RGB555 | OFMT_RGB, 456 .com7 = FMT_RGB565 | OFMT_RGB, 464 .com7 = FMT_RGB565 | OFMT_RGB, 476 .com7 = SENSOR_RAW | OFMT_BRAW, 829 ret = ov772x_write(client, COM7, win->com7_bit | cfmt->com7); in ov772x_set_params()
|
D | ov9640.h | 188 u8 com7; member
|
D | ov9640.c | 365 alt->com7 = OV9640_COM7_RGB; in ov9640_alter_regs() 370 alt->com7 = OV9640_COM7_RGB; in ov9640_alter_regs() 436 val |= alts->com7; in ov9640_write_regs()
|
/Linux-v4.19/drivers/media/i2c/ |
D | ov772x.c | 403 u8 com7; member 446 .com7 = OFMT_YUV, 454 .com7 = OFMT_YUV, 462 .com7 = OFMT_YUV, 470 .com7 = FMT_RGB555 | OFMT_RGB, 478 .com7 = FMT_RGB555 | OFMT_RGB, 486 .com7 = FMT_RGB565 | OFMT_RGB, 494 .com7 = FMT_RGB565 | OFMT_RGB, 506 .com7 = SENSOR_RAW | OFMT_BRAW, 672 switch (cfmt->com7 & OFMT_MASK) { in ov772x_set_frame_rate() [all …]
|
D | ov7670.c | 1019 unsigned char com7, com10 = 0; in ov7670_set_fmt() local 1047 com7 = ovfmt->regs[0].value; in ov7670_set_fmt() 1048 com7 |= wsize->com7_bit; in ov7670_set_fmt() 1049 ret = ov7670_write(sd, REG_COM7, com7); in ov7670_set_fmt()
|