Home
last modified time | relevance | path

Searched full:qvga (Results 1 – 25 of 35) sorted by relevance

12

/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx25-eukrea-mbimxsd25-baseboard-cmo-qvga.dts9 model = "Eukrea MBIMXSD25 with the CMO-QVGA Display";
10 …compatible = "eukrea,mbimxsd25-baseboard-cmo-qvga", "eukrea,mbimxsd25-baseboard", "eukrea,cpuimx25…
13 model = "CMO-QVGA";
46 imx25-eukrea-mbimxsd25-baseboard-cmo-qvga {
H A Dimx27-eukrea-mbimxsd27-baseboard.dts12 display0: CMO-QVGA {
13 model = "CMO-QVGA";
H A DMakefile7 imx25-eukrea-mbimxsd25-baseboard-cmo-qvga.dtb \
/linux/Documentation/devicetree/bindings/display/panel/
H A Dpanel-simple.yaml100 # Emerging Display Technology Corp. 3.5" QVGA TFT LCD panel
141 # Frida FRD350H54004 3.5" QVGA TFT LCD panel
147 # GiantPlus GPM940B0 3.0" QVGA TFT LCD panel
181 # Kaohsiung Opto-Electronics Inc. 5.7" QVGA (320 x 240) TFT LCD panel
189 # LeMaker BL035-RGB-002 3.5" QVGA TFT LCD panel
263 # Sharp LQ035Q7DB03 3.5" QVGA TFT LCD panel
304 # Winstar Display Corporation 3.5" QVGA (320x240) TFT LCD panel
H A Dsharp,ls037v7dw01.yaml11 between QVGA and VGA mode and the scan direction. As these pins can be also
37 change configuration between QVGA and VGA mode and the
/linux/drivers/media/usb/gspca/
H A Dstv0680.c91 return gspca_dev->usb_buf[0]; /* 01 = VGA, 03 = QVGA, 00 = CIF */ in stv0680_get_video_mode()
156 gspca_err(gspca_dev, "Camera supports neither CIF nor QVGA mode\n"); in sd_config()
166 gspca_dbg(gspca_dev, D_PROBE, "Camera supports QVGA mode\n"); in sd_config()
171 sd->video_mode = 0x03; /* QVGA */ in sd_config()
252 0x0300 = QVGA (320x240) */ in sd_start()
H A Dov519.c529 #define OV7670_COM7_FMT_QVGA 0x10 /* QVGA format */
3906 int qvga, xstart, xend, ystart, yend; in mode_init_ov_sensor_regs() local
3909 qvga = gspca_dev->cam.cam_mode[gspca_dev->curr_mode].priv & 1; in mode_init_ov_sensor_regs()
3911 /******** Mode (VGA/QVGA) and sensor specific regs ********/ in mode_init_ov_sensor_regs()
3914 i2c_w_mask(sd, 0x14, qvga ? 0x20 : 0x00, 0x20); in mode_init_ov_sensor_regs()
3915 i2c_w_mask(sd, 0x28, qvga ? 0x00 : 0x20, 0x20); in mode_init_ov_sensor_regs()
3916 i2c_w(sd, 0x24, qvga ? 0x20 : 0x3a); in mode_init_ov_sensor_regs()
3917 i2c_w(sd, 0x25, qvga ? 0x30 : 0x60); in mode_init_ov_sensor_regs()
3918 i2c_w_mask(sd, 0x2d, qvga ? 0x40 : 0x00, 0x40); in mode_init_ov_sensor_regs()
3919 i2c_w_mask(sd, 0x67, qvga ? 0xf0 : 0x90, 0xf0); in mode_init_ov_sensor_regs()
[all …]
H A Djl2005bcd.c452 gspca_dbg(gspca_dev, D_STREAM, "Start streaming at qvga resolution\n"); in sd_start()
/linux/arch/sh/boards/mach-migor/
H A DKconfig9 bool "QVGA (320x240)"
H A Dlcd_qvga.c125 pr_info("Migo-R QVGA LCD Module detected.\n"); in migor_lcd_qvga_setup()
H A Dsetup.c502 #ifdef CONFIG_SH_MIGOR_QVGA /* LCDC - QVGA - Enable SYS Interface signals */ in migor_devices_setup()
/linux/Documentation/devicetree/bindings/media/i2c/
H A Dov7740.txt4 size, such as VGA, and QVGA, CIF and any size smaller. It also
H A Dovti,ov772x.yaml14 such as VGA, QVGA, and any size scaling down from CIF to 40x30. It also can
/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-panel-sharp-ls037v7dw01.dtsi3 * Common file for omap dpi panels with QVGA and reset pins
/linux/drivers/gpu/drm/panel/
H A DKconfig189 tristate "Ilitek ILI9322 320x240 QVGA panels"
194 QVGA (320x240) RGB, YUV and ITU-T BT.656 panels.
197 tristate "Ilitek ILI9341 240x320 QVGA panels"
205 QVGA (240x320) RGB panels. support serial & parallel rgb
H A Dpanel-tpo-td028ttec1.c177 /* RGB I/F on, RAM write off, QVGA through, SIGCON enable */ in td028ttec1_prepare()
H A Dpanel-arm-versatile.c127 * Sanyo TM38QV67A02A - 3.8 inch QVGA (320x240) Color TFT
/linux/Documentation/admin-guide/media/
H A Dcafe_ccic.rst18 QVGA modes work; CIF is there but the colors remain funky. Only the OV7670
/linux/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-tpo-td028ttec1.c223 /* RGB I/F on, RAM write off, QVGA through, SIGCON enable */ in td028ttec1_panel_enable()
/linux/drivers/media/i2c/
H A Dov772x.c284 #define SLCT_MASK 0x40 /* Mask of VGA or QVGA */
286 #define SLCT_QVGA 0x40 /* 1 : QVGA */
530 .name = "QVGA",
H A Dov7670.c74 #define COM7_FMT_QVGA 0x10 /* QVGA format */
746 /* QVGA */
773 * to support CIF, QVGA and QCIF too. Taking values for ov7670 as a
H A Dov9640.c354 enum { QQCIF, QQVGA, QCIF, QVGA, CIF, VGA, SXGA }; in ov9640_res_roundup() enumerator
H A Dov2659.c654 /* 320X240 QVGA */
739 { /* QVGA */
/linux/drivers/video/backlight/
H A Dcorgi_lcd.c201 /* Setting for QVGA */ in lcdtg_set_phadadj()
/linux/drivers/media/usb/gspca/m5602/
H A Dm5602_mt9m111.c380 gspca_dbg(gspca_dev, D_CONF, "Configuring camera for QVGA mode\n"); in mt9m111_start()

12