Home
last modified time | relevance | path

Searched +full:480 +full:m (Results 1 – 25 of 193) sorted by relevance

12345678

/Linux-v6.1/drivers/gpu/drm/panel/
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 …]
DKconfig17 Y030XX067A 320x480 3.0" panel as found in the YLM RG-280M, RG-300
281 a module, choose M here.
289 To compile this driver as a module, choose M here.
297 as a module, choose M here.
378 The panel is used with different sizes LCDs, from 480x272 to
385 tristate "Orise Technology otm8009a 480x800 dsi 2dl panel"
391 otm8009a 480x800 dsi 2dl panel.
418 choose M here.
468 LMS397KF04 480x800 DPI panel.
482 S6D27A1 DPI 480x800 panel.
[all …]
Dpanel-seiko-43wvf1g.c91 const struct drm_display_mode *m = &panel->desc->modes[i]; in seiko_panel_get_fixed_modes() local
93 mode = drm_mode_duplicate(connector->dev, m); in seiko_panel_get_fixed_modes()
96 m->hdisplay, m->vdisplay, in seiko_panel_get_fixed_modes()
97 drm_mode_vrefresh(m)); in seiko_panel_get_fixed_modes()
292 .vactive = { 480, 480, 480 },
Dpanel-raspberrypi-touchscreen.c209 .vdisplay = 480,
210 .vsync_start = 480 + 7,
211 .vsync_end = 480 + 7 + 2,
212 .vtotal = 480 + 7 + 2 + 21,
326 const struct drm_display_mode *m = &rpi_touchscreen_modes[i]; in rpi_touchscreen_get_modes() local
329 mode = drm_mode_duplicate(connector->dev, m); in rpi_touchscreen_get_modes()
332 m->hdisplay, m->vdisplay, in rpi_touchscreen_get_modes()
333 drm_mode_vrefresh(m)); in rpi_touchscreen_get_modes()
Dpanel-simple.c205 const struct drm_display_mode *m = &panel->desc->modes[i]; in panel_simple_get_display_modes() local
207 mode = drm_mode_duplicate(connector->dev, m); in panel_simple_get_display_modes()
210 m->hdisplay, m->vdisplay, in panel_simple_get_display_modes()
211 drm_mode_vrefresh(m)); in panel_simple_get_display_modes()
746 .hdisplay = 480,
747 .hsync_start = 480 + 2,
748 .hsync_end = 480 + 2 + 41,
749 .htotal = 480 + 2 + 41 + 2,
774 .vdisplay = 480,
775 .vsync_start = 480 + 2,
[all …]
Dpanel-sony-acx565akm.c78 struct spi_message m; in acx565akm_transfer() local
82 spi_message_init(&m); in acx565akm_transfer()
101 spi_message_add_tail(x, &m); in acx565akm_transfer()
108 spi_message_add_tail(x, &m); in acx565akm_transfer()
115 spi_message_add_tail(x, &m); in acx565akm_transfer()
118 ret = spi_sync(lcd->spi, &m); in acx565akm_transfer()
505 .vdisplay = 480,
506 .vsync_start = 480 + 3,
507 .vsync_end = 480 + 3 + 3,
508 .vtotal = 480 + 3 + 3 + 4,
/Linux-v6.1/Documentation/devicetree/bindings/phy/
Dphy-rockchip-inno-usb2.yaml30 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.
/Linux-v6.1/drivers/video/fbdev/core/
Dmodedb.c43 { NULL, 60, 640, 480, 39721, 40, 24, 32, 11, 96, 2, 0,
59 { NULL, 72, 640, 480, 31746, 144, 40, 30, 8, 40, 3, 0,
63 { NULL, 75, 640, 480, 31746, 120, 16, 16, 1, 64, 3, 0,
72 { NULL, 85, 640, 480, 27777, 80, 56, 25, 1, 56, 3, 0,
88 { NULL, 100, 640, 480, 21834, 96, 32, 36, 8, 96, 6, 0,
244 /* 480x300 @ 56 Hz, 35.2 kHz hsync, 8:5 aspect ratio */
245 { NULL, 56, 480, 300, 46176, 80, 16, 10, 1, 40, 1, 0,
248 /* 480x300 @ 60 Hz, 37.8 kHz hsync */
249 { NULL, 60, 480, 300, 41858, 56, 16, 11, 1, 80, 2, 0,
252 /* 480x300 @ 63 Hz, 39.6 kHz hsync */
[all …]
/Linux-v6.1/drivers/ata/
Dlibata-pata-timings.c35 { XFER_SW_DMA_0, 120, 0, 0, 0, 480, 480, 50, 960, 0 },
36 { XFER_SW_DMA_1, 90, 0, 0, 0, 240, 240, 30, 480, 0 },
39 { XFER_MW_DMA_0, 60, 0, 0, 0, 215, 215, 20, 480, 0 },
75 struct ata_timing *m, unsigned int what) in ata_timing_merge() argument
78 m->setup = max(a->setup, b->setup); in ata_timing_merge()
80 m->act8b = max(a->act8b, b->act8b); in ata_timing_merge()
82 m->rec8b = max(a->rec8b, b->rec8b); in ata_timing_merge()
84 m->cyc8b = max(a->cyc8b, b->cyc8b); in ata_timing_merge()
86 m->active = max(a->active, b->active); in ata_timing_merge()
88 m->recover = max(a->recover, b->recover); in ata_timing_merge()
[all …]
/Linux-v6.1/drivers/gpu/drm/i2c/
Dch7006_mode.c31 [TV_NORM_PAL_M] = "PAL-M",
35 [TV_NORM_NTSC_M] = "NTSC-M",
40 .vdisplay = 480, \
158 MODE(21000, 640, 480, 840, 500, N, N, 181.797557582, 5_4, 0x4, PAL_LIKE),
159 MODE(26250, 640, 480, 840, 625, N, N, 145.438046066, 1_1, 0x2, PAL_LIKE),
160 MODE(31500, 640, 480, 840, 750, N, N, 121.198371646, 5_6, 0x1, PAL_LIKE),
161 MODE(24671, 640, 480, 784, 525, N, N, 174.0874153, 1_1, 0x4, NTSC_LIKE),
162 MODE(28196, 640, 480, 784, 600, N, N, 152.326488422, 7_8, 0x2, NTSC_LIKE),
163 MODE(30210, 640, 480, 800, 630, N, N, 142.171389101, 5_6, 0x1, NTSC_LIKE),
261 int m, best_m = 0; in ch7006_setup_pll() local
[all …]
/Linux-v6.1/drivers/video/fbdev/sis/
Dsis_main.h4 * SiS 315[E|PRO]/550/[M]65x/[M]66x[F|M|G]X/[M]74x[GX]/330/[M]76x[GX],
176 {"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},
[all …]
/Linux-v6.1/drivers/media/i2c/m5mols/
Dm5mols_core.c3 * Driver for M-5MOLS 8M Pixel camera sensor with ISP
80 { 0x13, M5MOLS_RESTYPE_MONITOR, 480, 360 },
82 { 0x17, M5MOLS_RESTYPE_MONITOR, 640, 480 }, /* VGA */
83 { 0x18, M5MOLS_RESTYPE_MONITOR, 720, 480 },
84 { 0x1a, M5MOLS_RESTYPE_MONITOR, 800, 480 }, /* WVGA */
88 { 0x29, M5MOLS_RESTYPE_MONITOR, 3264, 2448 }, /* 2.63fps 8M */
93 { 0x07, M5MOLS_RESTYPE_CAPTURE, 480, 360 },
95 { 0x09, M5MOLS_RESTYPE_CAPTURE, 640, 480 }, /* VGA */
96 { 0x0a, M5MOLS_RESTYPE_CAPTURE, 800, 480 }, /* WVGA */
98 { 0x14, M5MOLS_RESTYPE_CAPTURE, 1280, 960 }, /* 1M */
[all …]
/Linux-v6.1/drivers/gpu/drm/tests/
Ddrm_cmdline_parser_test.c121 KUNIT_EXPECT_EQ(test, mode.yres, 480); in drm_test_cmdline_res()
143 KUNIT_EXPECT_EQ(test, mode.yres, 480); in drm_test_cmdline_res_vesa()
165 KUNIT_EXPECT_EQ(test, mode.yres, 480); in drm_test_cmdline_res_vesa_rblank()
187 KUNIT_EXPECT_EQ(test, mode.yres, 480); in drm_test_cmdline_res_rblank()
209 KUNIT_EXPECT_EQ(test, mode.yres, 480); in drm_test_cmdline_res_bpp()
232 KUNIT_EXPECT_EQ(test, mode.yres, 480); in drm_test_cmdline_res_refresh()
255 KUNIT_EXPECT_EQ(test, mode.yres, 480); in drm_test_cmdline_res_bpp_refresh()
279 KUNIT_EXPECT_EQ(test, mode.yres, 480); in drm_test_cmdline_res_bpp_refresh_interlaced()
297 const char *cmdline = "720x480-24@60m"; in drm_test_cmdline_res_bpp_refresh_margins()
303 KUNIT_EXPECT_EQ(test, mode.yres, 480); in drm_test_cmdline_res_bpp_refresh_margins()
[all …]
/Linux-v6.1/arch/arm/configs/
Dcolibri_pxa270_defconfig30 CONFIG_XFRM_USER=m
38 CONFIG_VLAN_8021Q=m
39 CONFIG_BT=m
40 CONFIG_BT_RFCOMM=m
42 CONFIG_BT_BNEP=m
45 CONFIG_BT_HIDP=m
69 CONFIG_BLK_DEV_CRYPTOLOOP=m
81 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=480
83 CONFIG_KEYBOARD_ATKBD=m
85 CONFIG_MOUSE_SERIAL=m
[all …]
Dtrizeps4_defconfig33 CONFIG_XFRM_USER=m
41 CONFIG_VLAN_8021Q=m
42 CONFIG_BT=m
43 CONFIG_BT_RFCOMM=m
45 CONFIG_BT_BNEP=m
48 CONFIG_BT_HIDP=m
83 CONFIG_BLK_DEV_CRYPTOLOOP=m
91 CONFIG_ATA=m
92 CONFIG_PATA_PCMCIA=m
93 CONFIG_PATA_PLATFORM=m
[all …]
/Linux-v6.1/drivers/phy/hisilicon/
DKconfig14 To compile this driver as a module, choose M here.
24 To compile this driver as a module, choose M here.
34 To compile this driver as a module, choose M here.
44 To compile this driver as a module, choose M here.
62 USB 1.5Mb/s, USB 12Mb/s, USB 480Mb/s speeds. It supports one
/Linux-v6.1/drivers/media/usb/gspca/gl860/
Dgl860.c224 { 640, 480, V4L2_PIX_FMT_SGBRG8, V4L2_FIELD_NONE,
226 .sizeimage = 640 * 480,
251 { 640, 480, V4L2_PIX_FMT_SGBRG8, V4L2_FIELD_NONE,
253 .sizeimage = 640 * 480,
278 { 640, 480, V4L2_PIX_FMT_SGBRG8, V4L2_FIELD_NONE,
280 .sizeimage = 640 * 480,
299 { 640, 480, V4L2_PIX_FMT_SGBRG8, V4L2_FIELD_NONE,
301 .sizeimage = 640 * 480,
717 gspca_dbg(gspca_dev, D_PROBE, "05e3:f191 sensor MI1320 (1.3M)\n"); in gl860_guess_sensor()
719 gspca_dbg(gspca_dev, D_PROBE, "05e3:0503 sensor MI2020 (2.0M)\n"); in gl860_guess_sensor()
[all …]
/Linux-v6.1/drivers/video/fbdev/
Dvalkyriefb.h91 /* I'm not sure which mode this is (16 or 17), so I'm defining it as 17,
96 * I was going to use 12, 31, 3, which I found by myself, but instead I'm
165 640, 480
173 640, 480
Dasiliantfb.c139 unsigned m = n * ratio + (n * remainder) / Fref; in asiliant_calc_dclk2() local
141 /* 3 <= m <= 257 */ in asiliant_calc_dclk2()
142 if (m >= 3 && m <= 257) { in asiliant_calc_dclk2()
143 unsigned new_error = Ftarget * n >= Fref * m ? in asiliant_calc_dclk2()
144 ((Ftarget * n) - (Fref * m)) : ((Fref * m) - (Ftarget * n)); in asiliant_calc_dclk2()
147 best_m = m; in asiliant_calc_dclk2()
151 /* But if VLD = 4, then 4m <= 1028 */ in asiliant_calc_dclk2()
152 else if (m <= 1028) { in asiliant_calc_dclk2()
153 /* remember there are still only 8-bits of precision in m, so in asiliant_calc_dclk2()
155 unsigned new_error = Ftarget * n >= Fref * (m & ~3) ? in asiliant_calc_dclk2()
[all …]
/Linux-v6.1/drivers/staging/fbtft/
Dfb_ra8875.c24 struct spi_message m; in write_spi() local
35 spi_message_init(&m); in write_spi()
36 spi_message_add_tail(&t, &m); in write_spi()
37 return spi_sync(par->spi, &m); in write_spi()
77 } else if ((par->info->var.xres == 480) && in init_display()
103 (par->info->var.yres == 480)) { in init_display()
128 (par->info->var.yres == 480)) { in init_display()
/Linux-v6.1/Documentation/gpu/amdgpu/
Ddgpu-asic-info-table.csv2 AMD Radeon (TM) HD 8500M/ 8600M /M200 /M320 /M330 /M335 Series, HAINAN, --, 6, --, --
4 AMD Radeon R7 (TM|HD) M265 /M370 /8500M /8600 /8700 /8700M, OLAND, DCE 6, 6, VCE 1 / UVD 3, --
6 AMD Radeon (TM|R7|R9|HD) E8860 /M360 /7700 /7800 /8800 /9000(M) /W4100 Series, VERDE, DCE 6, 6, VCE…
12 Radeon RX 470 /480 /570 /580 /590 Series - AMD Radeon (TM) (Pro WX) 5100 /E9390 /E9560 /E9565 /V735…
19 AMD Radeon (RX|Pro) 5600(M|XT) /5700 (M|XT|XTB) /W5700, NAVI10, DCN 2.0.0, 10.1.10, VCN 2.0.0, 5.0.0
20 AMD Radeon (Pro) 5300 /5500XTB/5500(XT|M) /W5500M /W5500, NAVI14, DCN 2.0.0, 10.1.1, VCN 2.0.2, 5.0…
22 AMD Radeon RX 6700 XT / 6800M / 6700M, NAVY_FLOUNDER, DCN 3.0.0, 10.3.2, VCN 3.0.0, 5.2.2
23 AMD Radeon RX 6600(XT) /6600M /W6600 /W6600M, DIMGREY_CAVEFISH, DCN 3.0.2, 10.3.4, VCN 3.0.16, 5.2.4
24 AMD Radeon RX 6500M /6300M /W6500M /W6300M, BEIGE_GOBY, DCN 3.0.3, 10.3.5, VCN 3.0.33, 5.2.5
/Linux-v6.1/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()
291 /* Hardware default: NTSC-M */ in ak881x_probe()
292 ak881x->lines = 480; in ak881x_probe()
/Linux-v6.1/drivers/usb/host/
DKconfig17 To compile this driver as a module, choose M here: the
27 To compile this driver as a module, choose M here: the
122 To compile these drivers as modules, choose M here: the
134 "high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware.
148 To compile this driver as a module, choose M here: the
316 To compile this driver as a module, choose M here. The module
328 It is needed for high-speed (480Mbit/sec) USB 2.0 device
349 controller. It is needed for high-speed (480Mbit/sec)
365 To compile this driver as a module, choose M here: the
377 To compile this driver as a module, choose M here: the
[all …]
/Linux-v6.1/Documentation/userspace-api/media/v4l/
Dv4l2grab.c.rst78 fmt.fmt.pix.height = 480;
86 if ((fmt.fmt.pix.width != 640) || (fmt.fmt.pix.height != 480))
109 fd, buf.m.offset);
/Linux-v6.1/include/media/i2c/
Dtvp514x.h13 * Karicheri Muralidharan <m-karicheri2@ti.com>
28 #define NTSC_NUM_ACTIVE_LINES (480)

12345678