Home
last modified time | relevance | path

Searched full:480 (Results 1 – 25 of 1450) sorted by relevance

12345678910>>...58

/kernel/linux/linux-5.10/drivers/gpu/drm/panel/
Dpanel-simple.c690 .hdisplay = 480,
691 .hsync_start = 480 + 2,
692 .hsync_end = 480 + 2 + 41,
693 .htotal = 480 + 2 + 41 + 2,
718 .vdisplay = 480,
719 .vsync_start = 480 + 2,
720 .vsync_end = 480 + 2 + 45,
721 .vtotal = 480 + 2 + 45 + 0,
742 .vactive = { 480, 480, 480 },
944 .vactive = { 480, 480, 480 },
[all …]
Dpanel-tpo-tpg110.c98 * take 400x240 or 480x272 in and display as 800x480 are not listed.
110 .vdisplay = 480,
111 .vsync_start = 480 + 10,
112 .vsync_end = 480 + 10 + 1,
113 .vtotal = 480 + 10 + 1 + 35,
126 .vdisplay = 480,
127 .vsync_start = 480 + 18,
128 .vsync_end = 480 + 18 + 1,
129 .vtotal = 480 + 18 + 1 + 27,
134 .name = "480x272 RGB",
[all …]
Dpanel-sharp-ls037v7dw01.c31 struct gpio_desc *mo_gpio; /* low = 480x640, high = 240x320 */
88 .hdisplay = 480,
89 .hsync_start = 480 + 1,
90 .hsync_end = 480 + 1 + 2,
91 .htotal = 480 + 1 + 2 + 28,
Dpanel-sony-acx424akp.c3 * MIPI-DSI Sony ACX424AKP panel driver. This is a 480x864
51 .hdisplay = 480,
52 .hsync_start = 480 + 15,
53 .hsync_end = 480 + 15 + 0,
54 .htotal = 480 + 15 + 0 + 15,
70 .hdisplay = 480,
71 .hsync_start = 480 + 154,
72 .hsync_end = 480 + 154 + 16,
73 .htotal = 480 + 154 + 16 + 32,
/kernel/linux/linux-4.19/drivers/gpu/drm/panel/
Dpanel-simple.c391 .hdisplay = 480,
392 .hsync_start = 480 + 2,
393 .hsync_end = 480 + 2 + 41,
394 .htotal = 480 + 2 + 41 + 2,
420 .vdisplay = 480,
421 .vsync_start = 480 + 2,
422 .vsync_end = 480 + 2 + 45,
423 .vtotal = 480 + 2 + 45 + 0,
445 .vactive = { 480, 480, 480 },
615 .vactive = { 480, 480, 480 },
[all …]
/kernel/linux/linux-5.10/Documentation/fb/
Dviafb.modes13 # Resolution 640 480
22 # 80 chars 480 lines
30 geometry 640 480 640 480 32
31 timings 39722 48 16 33 10 96 2 endmode mode "480x640-60"
33 geometry 480 640 480 640 32 timings 39722 72 24 19 1 48 3 endmode
38 # Resolution 640 480
47 # 80 chars 480 lines
54 geometry 640 480 640 480 32 timings 31747 120 16 16 1 64 3 endmode
59 # Resolution 640 480
68 # 80 chars 480 lines
[all …]
/kernel/linux/linux-4.19/Documentation/fb/
Dviafb.modes13 # Resolution 640 480
22 # 80 chars 480 lines
30 geometry 640 480 640 480 32
31 timings 39722 48 16 33 10 96 2 endmode mode "480x640-60"
33 geometry 480 640 480 640 32 timings 39722 72 24 19 1 48 3 endmode
38 # Resolution 640 480
47 # 80 chars 480 lines
54 geometry 640 480 640 480 32 timings 31747 120 16 16 1 64 3 endmode
59 # Resolution 640 480
68 # 80 chars 480 lines
[all …]
/kernel/linux/linux-4.19/drivers/staging/xgifb/
DXGI_main.h68 { 0x5A, 0x0000, 0x0000, 320, 480, 8, MD_XGI315 },
69 { 0x5B, 0x0000, 0x0000, 320, 480, 16, MD_XGI315 },
70 { 0x2E, 0x0101, 0x0101, 640, 480, 8, MD_XGI315 },
71 { 0x44, 0x0111, 0x0111, 640, 480, 16, MD_XGI315 },
72 { 0x62, 0x013a, 0x0112, 640, 480, 32, MD_XGI315 },
73 { 0x31, 0x0000, 0x0000, 720, 480, 8, MD_XGI315 },
74 { 0x33, 0x0000, 0x0000, 720, 480, 16, MD_XGI315 },
75 { 0x35, 0x0000, 0x0000, 720, 480, 32, MD_XGI315 },
80 { 0x70, 0x0000, 0x0000, 800, 480, 8, MD_XGI315 },
81 { 0x7a, 0x0000, 0x0000, 800, 480, 16, MD_XGI315 },
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/selftests/
Dtest-drm_cmdline_parser.c159 FAIL_ON(mode.yres != 480); in drm_cmdline_test_res()
227 FAIL_ON(mode.yres != 480); in drm_cmdline_test_res_vesa()
251 FAIL_ON(mode.yres != 480); in drm_cmdline_test_res_vesa_rblank()
275 FAIL_ON(mode.yres != 480); in drm_cmdline_test_res_rblank()
299 FAIL_ON(mode.yres != 480); in drm_cmdline_test_res_bpp()
335 FAIL_ON(mode.yres != 480); in drm_cmdline_test_res_refresh()
371 FAIL_ON(mode.yres != 480); in drm_cmdline_test_res_bpp_refresh()
397 FAIL_ON(mode.yres != 480); in drm_cmdline_test_res_bpp_refresh_interlaced()
423 FAIL_ON(mode.yres != 480); in drm_cmdline_test_res_bpp_refresh_margins()
449 FAIL_ON(mode.yres != 480); in drm_cmdline_test_res_bpp_refresh_force_off()
[all …]
/kernel/linux/linux-4.19/drivers/video/fbdev/sis/
Dsis_main.h189 {"640x480x8", {0x2e,0x2e}, 0x0101, 0x0101, 640, 480, 8, 1, 80, 30, MD_SIS300|MD_SIS315},
190 {"640x480x16", {0x44,0x44}, 0x0111, 0x0111, 640, 480, 16, 1, 80, 30, MD_SIS300|MD_SIS315},
191 {"640x480x24", {0x62,0x62}, 0x013a, 0x0112, 640, 480, 32, 1, 80, 30, MD_SIS300|MD_SIS315},
192 {"640x480x32", {0x62,0x62}, 0x013a, 0x0112, 640, 480, 32, 1, 80, 30, MD_SIS300|MD_SIS315},
193 {"720x480x8", {0x31,0x31}, 0x0000, 0x0000, 720, 480, 8, 1, 90, 30, MD_SIS300|MD_SIS315},
194 {"720x480x16", {0x33,0x33}, 0x0000, 0x0000, 720, 480, 16, 1, 90, 30, MD_SIS300|MD_SIS315},
195 {"720x480x24", {0x35,0x35}, 0x0000, 0x0000, 720, 480, 32, 1, 90, 30, MD_SIS300|MD_SIS315},
196 /*30*/ {"720x480x32", {0x35,0x35}, 0x0000, 0x0000, 720, 480, 32, 1, 90, 30, MD_SIS300|MD_SIS31…
205 {"800x480x8", {0x70,0x70}, 0x0000, 0x0000, 800, 480, 8, 1, 100, 30, MD_SIS300|MD_SIS315},
206 /*40*/ {"800x480x16", {0x7a,0x7a}, 0x0000, 0x0000, 800, 480, 16, 1, 100, 30, MD_SIS300|MD_SIS31…
[all …]
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/
Dsis_main.h176 {"640x480x8", {0x2e,0x2e}, 0x0101, 0x0101, 640, 480, 8, 1, 80, 30, MD_SIS300|MD_SIS315},
177 {"640x480x16", {0x44,0x44}, 0x0111, 0x0111, 640, 480, 16, 1, 80, 30, MD_SIS300|MD_SIS315},
178 {"640x480x24", {0x62,0x62}, 0x013a, 0x0112, 640, 480, 32, 1, 80, 30, MD_SIS300|MD_SIS315},
179 {"640x480x32", {0x62,0x62}, 0x013a, 0x0112, 640, 480, 32, 1, 80, 30, MD_SIS300|MD_SIS315},
180 {"720x480x8", {0x31,0x31}, 0x0000, 0x0000, 720, 480, 8, 1, 90, 30, MD_SIS300|MD_SIS315},
181 {"720x480x16", {0x33,0x33}, 0x0000, 0x0000, 720, 480, 16, 1, 90, 30, MD_SIS300|MD_SIS315},
182 {"720x480x24", {0x35,0x35}, 0x0000, 0x0000, 720, 480, 32, 1, 90, 30, MD_SIS300|MD_SIS315},
183 /*30*/ {"720x480x32", {0x35,0x35}, 0x0000, 0x0000, 720, 480, 32, 1, 90, 30, MD_SIS300|MD_SIS31…
192 {"800x480x8", {0x70,0x70}, 0x0000, 0x0000, 800, 480, 8, 1, 100, 30, MD_SIS300|MD_SIS315},
193 /*40*/ {"800x480x16", {0x7a,0x7a}, 0x0000, 0x0000, 800, 480, 16, 1, 100, 30, MD_SIS300|MD_SIS31…
[all …]
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/phy/
Dphy-rockchip-inno-usb2.txt12 - clock-output-names : specify the 480m output clock name.
17 - assigned-clocks : phandle of usb 480m clock.
18 - assigned-clock-parents : parent of usb 480m clock, select between
19 usb-phy output 480m and xin24m.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/
Dphy-rockchip-inno-usb2.yaml27 The usb 480m output clock name.
43 Phandle of the usb 480m clock.
47 Parent of the usb 480m clock.
48 Select between usb-phy output 480m and xin24m.
/kernel/linux/linux-4.19/arch/arm/boot/dts/
Domap34xx.dtsi45 isp: isp@480bc000 {
66 target-module@480cb000 {
85 target-module@480c9000 {
97 smartreflex_mpu_iva: smartreflex@480c9000 {
Dimx6qdl-tx6-lcd.dtsi116 vactive = <480>;
133 vactive = <480>;
166 hactive = <480>;
183 vactive = <480>;
200 vactive = <480>;
233 vactive = <480>;
Domap36xx.dtsi77 isp: isp@480bc000 {
98 target-module@480cb000 {
120 target-module@480c9000 {
136 smartreflex_mpu_iva: smartreflex@480c9000 {
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/panel/
Dpanel-simple.yaml52 # AU Optronics Corporation 7.0" FHD (800 x 480) TFT LCD panel
84 # CDTech(H.K.) Electronics Limited 4.3" 480x272 color TFT-LCD panel
108 # Emerging Display Technology Corp. 480x272 TFT Display with capacitive touch
110 # Emerging Display Technology Corp. 480x272 TFT Display
136 # GiantPlus GPG48273QS5 4.3" (480x272) WQVGA TFT LCD panel
206 # Newhaven Display International 480 x 272 TFT LCD panel
210 # New Vision Display 7.0" 800 RGB x 480 TFT LCD panel
268 # TPK U.S.A. LLC Fusion 7" 800 x 480 (WVGA) LCD panel with capacitive touch
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dimx6qdl-tx6-lcd.dtsi116 vactive = <480>;
133 vactive = <480>;
166 hactive = <480>;
183 vactive = <480>;
200 vactive = <480>;
233 vactive = <480>;
Domap34xx.dtsi94 isp: isp@480bc000 {
115 target-module@480cb000 {
134 target-module@480c9000 {
146 smartreflex_mpu_iva: smartreflex@480c9000 {
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/display/panel/
Dorisetech,otm8009a.txt1 Orise Tech OTM8009A 3.97" 480x800 TFT LCD panel (MIPI-DSI video mode)
3 The Orise Tech OTM8009A is a 3.97" 480x800 TFT LCD panel connected using
/kernel/linux/linux-5.10/drivers/media/i2c/
Dak881x.c154 ak881x->lines = 480; in ak881x_s_std_output()
157 ak881x->lines = 480; in ak881x_s_std_output()
160 ak881x->lines = 480; in ak881x_s_std_output()
163 ak881x->lines = 480; in ak881x_s_std_output()
292 ak881x->lines = 480; in ak881x_probe()
/kernel/linux/linux-4.19/arch/arm/mach-s3c24xx/
Dmach-qt2410.c97 .height = 480,
101 .yres = 480,
111 /* Configuration for 480x640 toppoly TD028TTEC1 */
119 .width = 480,
122 .xres = 480,
/kernel/linux/linux-4.19/drivers/media/i2c/
Dak881x.c158 ak881x->lines = 480; in ak881x_s_std_output()
161 ak881x->lines = 480; in ak881x_s_std_output()
164 ak881x->lines = 480; in ak881x_s_std_output()
167 ak881x->lines = 480; in ak881x_s_std_output()
296 ak881x->lines = 480; in ak881x_probe()
/kernel/linux/linux-5.10/drivers/video/fbdev/via/
Dglobal.c25 unsigned int viafb_second_yres = 480;
27 int viafb_hotplug_Yres = 480;
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/mfd/
Domap-usb-host.txt51 * "usb_host_hs_hsic480m_p1_clk" - Port 1 480MHz HSIC clock gate.
52 * "usb_host_hs_hsic480m_p2_clk" - Port 2 480MHz HSIC clock gate.
53 * "usb_host_hs_hsic480m_p3_clk" - Port 3 480MHz HSIC clock gate.

12345678910>>...58