Home
last modified time | relevance | path

Searched +full:0 +full:- +full:576 (Results 1 – 25 of 525) sorted by relevance

12345678910>>...21

/kernel/linux/linux-6.6/Documentation/userspace-api/media/drivers/
Dcx2341x-uapi.rst1 .. SPDX-License-Identifier: GPL-2.0
6 Non-compressed file format
7 --------------------------
12 The format is YUV 4:2:0 which uses 1 Y byte per pixel and 1 U and V byte per
19 and from top to bottom. Each block is transmitted in turn, line-by-line.
21 So the first 16 bytes are the first line of the top-left block, the
22 second 16 bytes are the second line of the top-left block, etc. After
27 to right, top to bottom. Each block is transmitted in turn, line-by-line.
29 So the first 16 bytes are the first line of the top-left block and
31 second line of 8 UV pairs of the top-left block, etc. After transmitting
[all …]
/kernel/linux/linux-5.10/Documentation/userspace-api/media/drivers/
Dcx2341x-uapi.rst1 .. SPDX-License-Identifier: GPL-2.0
6 Non-compressed file format
7 --------------------------
14 The format is YUV 4:2:0 which uses 1 Y byte per pixel and 1 U and V byte per
21 and from top to bottom. Each block is transmitted in turn, line-by-line.
23 So the first 16 bytes are the first line of the top-left block, the
24 second 16 bytes are the second line of the top-left block, etc. After
29 to right, top to bottom. Each block is transmitted in turn, line-by-line.
31 So the first 16 bytes are the first line of the top-left block and
33 second line of 8 UV pairs of the top-left block, etc. After transmitting
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/tests/
Ddrm_modes_test.c1 // SPDX-License-Identifier: GPL-2.0
26 priv->dev = drm_kunit_helper_alloc_device(test); in drm_test_modes_init()
27 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, priv->dev); in drm_test_modes_init()
29 priv->drm = __drm_kunit_helper_alloc_drm_device(test, priv->dev, in drm_test_modes_init()
30 sizeof(*priv->drm), 0, in drm_test_modes_init()
32 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, priv->drm); in drm_test_modes_init()
34 test->priv = priv; in drm_test_modes_init()
36 return 0; in drm_test_modes_init()
41 struct drm_test_modes_priv *priv = test->priv; in drm_test_modes_analog_tv_ntsc_480i()
45 mode = drm_analog_tv_mode(priv->drm, in drm_test_modes_analog_tv_ntsc_480i()
[all …]
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/
Dsis_main.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
8 * Copyright (C) 2001-2005 Thomas Winischhofer, Vienna, Austria.
19 .xres = 0,
20 .yres = 0,
21 .xres_virtual = 0,
22 .yres_virtual = 0,
23 .xoffset = 0,
24 .yoffset = 0,
25 .bits_per_pixel = 0,
26 .grayscale = 0,
[all …]
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/
Dsis_main.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
8 * Copyright (C) 2001-2005 Thomas Winischhofer, Vienna, Austria.
19 .xres = 0,
20 .yres = 0,
21 .xres_virtual = 0,
22 .yres_virtual = 0,
23 .xoffset = 0,
24 .yoffset = 0,
25 .bits_per_pixel = 0,
26 .grayscale = 0,
[all …]
/kernel/linux/linux-5.10/drivers/video/fbdev/
Dps3fb.c2 * linux/drivers/video/ps3fb.c -- PS3 GPU frame buffer device
9 * linux/drivers/video/vfb.c -- Virtual frame buffer device
35 #include <asm/cell-regs.h>
47 #define GPU_IOIF (0x0d000000UL)
49 #define GPU_MAX_LINE_LENGTH (65536 - 64)
51 #define GPU_INTR_STATUS_VSYNC_0 0 /* vsync on head A */
58 #define GPU_DRIVER_INFO_VERSION 0x211
144 "480i", 60, 576, 384, 74074, 130, 89, 78, 57, 63, 6,
148 "480p", 60, 576, 384, 37037, 130, 89, 78, 57, 63, 6,
166 /* 576i */
[all …]
Dfm2fb.c2 * linux/drivers/video/fm2fb.c -- BSC FrameMaster II/Rainbow II frame buffer
5 * Copyright (C) 1998 Steffen A. Mork (linux-dev@morknet.de)
35 * - PAL/NTSC
36 * - interlaced/non interlaced
37 * - composite sync/sync/sync over green
40 * - 768x576 (PAL)
41 * - 768x480 (NTSC)
53 * At relative address 0x1ffff8 of the frame buffers base address
58 * 0 1 0=interlaced/1=non interlaced
59 * 1 2 0=video out disabled/1=video out enabled
[all …]
/kernel/linux/linux-6.6/drivers/video/fbdev/
Dps3fb.c2 * linux/drivers/video/ps3fb.c -- PS3 GPU frame buffer device
9 * linux/drivers/video/vfb.c -- Virtual frame buffer device
35 #include <asm/cell-regs.h>
47 #define GPU_IOIF (0x0d000000UL)
49 #define GPU_MAX_LINE_LENGTH (65536 - 64)
51 #define GPU_INTR_STATUS_VSYNC_0 0 /* vsync on head A */
58 #define GPU_DRIVER_INFO_VERSION 0x211
144 "480i", 60, 576, 384, 74074, 130, 89, 78, 57, 63, 6,
148 "480p", 60, 576, 384, 37037, 130, 89, 78, 57, 63, 6,
166 /* 576i */
[all …]
Dfm2fb.c2 * linux/drivers/video/fm2fb.c -- BSC FrameMaster II/Rainbow II frame buffer
5 * Copyright (C) 1998 Steffen A. Mork (linux-dev@morknet.de)
35 * - PAL/NTSC
36 * - interlaced/non interlaced
37 * - composite sync/sync/sync over green
40 * - 768x576 (PAL)
41 * - 768x480 (NTSC)
53 * At relative address 0x1ffff8 of the frame buffers base address
58 * 0 1 0=interlaced/1=non interlaced
59 * 1 2 0=video out disabled/1=video out enabled
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/zte/
Dzx_tvenc.c1 // SPDX-License-Identifier: GPL-2.0-only
73 .vdisplay = 576,
74 .vsync_start = 576 + 2,
75 .vsync_end = 576 + 2 + 2,
76 .vtotal = 576 + 2 + 2 + 20,
80 .video_info = 0x00040040,
81 .video_res = 0x05a9c760,
82 .field1_param = 0x0004d416,
83 .field2_param = 0x0009b94f,
84 .burst_line_odd1 = 0x0004d406,
[all …]
/kernel/linux/linux-5.10/drivers/media/i2c/
Dsaa6752hs.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 saa6752hs - i2c-driver for the saa6752hs by Philips
7 AC-3 support:
26 #include <media/v4l2-device.h>
27 #include <media/v4l2-ctrls.h>
28 #include <media/v4l2-common.h>
33 #define MPEG_PID_MAX ((1 << 14) - 1)
41 SAA6752HS_VF_D1 = 0, /* standard D1 video format: 720x576 */
70 { .fmt = { .pix = { .width = 720, .height = 576 }}},
72 { .fmt = { .pix = { .width = 480, .height = 576 }}},
[all …]
/kernel/linux/linux-6.6/drivers/media/i2c/
Dsaa6752hs.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 saa6752hs - i2c-driver for the saa6752hs by Philips
7 AC-3 support:
26 #include <media/v4l2-device.h>
27 #include <media/v4l2-ctrls.h>
28 #include <media/v4l2-common.h>
33 #define MPEG_PID_MAX ((1 << 14) - 1)
41 SAA6752HS_VF_D1 = 0, /* standard D1 video format: 720x576 */
70 { .fmt = { .pix = { .width = 720, .height = 576 }}},
72 { .fmt = { .pix = { .width = 480, .height = 576 }}},
[all …]
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
Drockchip_av1_filmgrain.c1 // SPDX-License-Identifier: GPL-2.0-only or Apache-2.0
6 56, 568, -180, 172, 124, -84, 172, -64, -900, 24, 820,
7 224, 1248, 996, 272, -8, -916, -388, -732, -104, -188, 800,
8 112, -652, -320, -376, 140, -252, 492, -168, 44, -788, 588,
9 -584, 500, -228, 12, 680, 272, -476, 972, -100, 652, 368,
10 432, -196, -720, -192, 1000, -332, 652, -136, -552, -604, -4,
11 192, -220, -136, 1000, -52, 372, -96, -624, 124, -24, 396,
12 540, -12, -104, 640, 464, 244, -208, -84, 368, -528, -740,
13 248, -968, -848, 608, 376, -60, -292, -40, -156, 252, -292,
14 248, 224, -280, 400, -244, 244, -60, 76, -80, 212, 532,
[all …]
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/
Dregs-mfc-v8.h1 /* SPDX-License-Identifier: GPL-2.0-only */
13 #include "regs-mfc-v7.h"
16 #define S5P_FIMV_D_MVC_NUM_VIEWS_V8 0xf104
17 #define S5P_FIMV_D_MIN_SCRATCH_BUFFER_SIZE_V8 0xf108
18 #define S5P_FIMV_D_FIRST_PLANE_DPB_SIZE_V8 0xf144
19 #define S5P_FIMV_D_SECOND_PLANE_DPB_SIZE_V8 0xf148
20 #define S5P_FIMV_D_MV_BUFFER_SIZE_V8 0xf150
22 #define S5P_FIMV_D_FIRST_PLANE_DPB_STRIDE_SIZE_V8 0xf138
23 #define S5P_FIMV_D_SECOND_PLANE_DPB_STRIDE_SIZE_V8 0xf13c
25 #define S5P_FIMV_D_FIRST_PLANE_DPB_V8 0xf160
[all …]
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/
Dregs-mfc-v8.h1 /* SPDX-License-Identifier: GPL-2.0-only */
13 #include "regs-mfc-v7.h"
16 #define S5P_FIMV_D_MVC_NUM_VIEWS_V8 0xf104
17 #define S5P_FIMV_D_MIN_SCRATCH_BUFFER_SIZE_V8 0xf108
18 #define S5P_FIMV_D_FIRST_PLANE_DPB_SIZE_V8 0xf144
19 #define S5P_FIMV_D_SECOND_PLANE_DPB_SIZE_V8 0xf148
20 #define S5P_FIMV_D_MV_BUFFER_SIZE_V8 0xf150
22 #define S5P_FIMV_D_FIRST_PLANE_DPB_STRIDE_SIZE_V8 0xf138
23 #define S5P_FIMV_D_SECOND_PLANE_DPB_STRIDE_SIZE_V8 0xf13c
25 #define S5P_FIMV_D_FIRST_PLANE_DPB_V8 0xf160
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/can/
Dbosch,m_can.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
12 - Sriram Dash <sriram.dash@samsung.com>
20 - description: M_CAN registers map
21 - description: message RAM
23 reg-names:
25 - const: m_can
26 - const: message_ram
30 - description: interrupt line0
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/net/can/
Dbosch,m_can.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
12 - Chandrasekar Ramakrishnan <rcsekar@samsung.com>
15 - $ref: can-controller.yaml#
23 - description: M_CAN registers map
24 - description: message RAM
26 reg-names:
28 - const: m_can
29 - const: message_ram
[all …]
/kernel/linux/linux-5.10/drivers/input/mouse/
Delantech.h1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (C) 2007-2009 Arjan Opmeer <arjan@opmeer.net>
16 #define ETP_FW_ID_QUERY 0x00
17 #define ETP_FW_VERSION_QUERY 0x01
18 #define ETP_CAPABILITIES_QUERY 0x02
19 #define ETP_SAMPLE_QUERY 0x03
20 #define ETP_RESOLUTION_QUERY 0x04
21 #define ETP_ICBODY_QUERY 0x05
26 #define ETP_REGISTER_READ 0x10
27 #define ETP_REGISTER_WRITE 0x11
[all …]
/kernel/linux/linux-6.6/drivers/input/mouse/
Delantech.h1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (C) 2007-2009 Arjan Opmeer <arjan@opmeer.net>
16 #define ETP_FW_ID_QUERY 0x00
17 #define ETP_FW_VERSION_QUERY 0x01
18 #define ETP_CAPABILITIES_QUERY 0x02
19 #define ETP_SAMPLE_QUERY 0x03
20 #define ETP_RESOLUTION_QUERY 0x04
21 #define ETP_ICBODY_QUERY 0x05
26 #define ETP_REGISTER_READ 0x10
27 #define ETP_REGISTER_WRITE 0x11
[all …]
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/
Ddvb_filter.c1 // SPDX-License-Identifier: GPL-2.0
7 static u32 freq[4] = {480, 441, 320, 0};
10 {32,40,48,56,64,80,96,112,128,160,192,224,256,320,384,448,512,576,640,
11 0,0,0,0,0,0,0,0,0,0,0,0,0};
15 1152,1280,0,0,0,0,0,0,0,0,0,0,0,0,0},
17 1253,1393,0,0,0,0,0,0,0,0,0,0,0,0,0},
18 {96,120,144,168,192,240,288,336,384,480,576,672,768,960,1152,1344,
19 1536,1728,1920,0,0,0,0,0,0,0,0,0,0,0,0,0}};
24 int found = 0; in dvb_filter_get_ac3info()
25 int c = 0; in dvb_filter_get_ac3info()
[all …]
Ddvb_filter.h40 #define PROG_STREAM_MAP 0xBC
41 #define PRIVATE_STREAM1 0xBD
42 #define PADDING_STREAM 0xBE
43 #define PRIVATE_STREAM2 0xBF
44 #define AUDIO_STREAM_S 0xC0
45 #define AUDIO_STREAM_E 0xDF
46 #define VIDEO_STREAM_S 0xE0
47 #define VIDEO_STREAM_E 0xEF
48 #define ECM_STREAM 0xF0
49 #define EMM_STREAM 0xF1
[all …]
/kernel/linux/linux-6.6/drivers/staging/media/av7110/
Ddvb_filter.c1 // SPDX-License-Identifier: GPL-2.0
7 static u32 freq[4] = {480, 441, 320, 0};
10 {32,40,48,56,64,80,96,112,128,160,192,224,256,320,384,448,512,576,640,
11 0,0,0,0,0,0,0,0,0,0,0,0,0};
15 1152,1280,0,0,0,0,0,0,0,0,0,0,0,0,0},
17 1253,1393,0,0,0,0,0,0,0,0,0,0,0,0,0},
18 {96,120,144,168,192,240,288,336,384,480,576,672,768,960,1152,1344,
19 1536,1728,1920,0,0,0,0,0,0,0,0,0,0,0,0,0}};
24 int found = 0; in dvb_filter_get_ac3info()
25 int c = 0; in dvb_filter_get_ac3info()
[all …]
Ddvb_filter.h40 #define PROG_STREAM_MAP 0xBC
41 #define PRIVATE_STREAM1 0xBD
42 #define PADDING_STREAM 0xBE
43 #define PRIVATE_STREAM2 0xBF
44 #define AUDIO_STREAM_S 0xC0
45 #define AUDIO_STREAM_E 0xDF
46 #define VIDEO_STREAM_S 0xE0
47 #define VIDEO_STREAM_E 0xEF
48 #define ECM_STREAM 0xF0
49 #define EMM_STREAM 0xF1
[all …]
/kernel/linux/linux-5.10/include/rdma/
Dibta_vol1_c12.h1 /* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */
36 BUILD_BUG_ON_ZERO((total_len) % 32 != 0)]; \
40 #define CM_REQ_LOCAL_COMM_ID CM_FIELD32_LOC(struct cm_req_msg, 0, 32)
101 #define CM_MRA_LOCAL_COMM_ID CM_FIELD32_LOC(struct cm_mra_msg, 0, 32)
109 #define CM_REJ_LOCAL_COMM_ID CM_FIELD32_LOC(struct cm_rej_msg, 0, 32)
114 #define CM_REJ_ARI CM_FIELD_MLOC(struct cm_rej_msg, 12, 576, void)
119 #define CM_REP_LOCAL_COMM_ID CM_FIELD32_LOC(struct cm_rep_msg, 0, 32)
141 #define CM_RTU_LOCAL_COMM_ID CM_FIELD32_LOC(struct cm_rtu_msg, 0, 32)
147 #define CM_DREQ_LOCAL_COMM_ID CM_FIELD32_LOC(struct cm_dreq_msg, 0, 32)
154 #define CM_DREP_LOCAL_COMM_ID CM_FIELD32_LOC(struct cm_drep_msg, 0, 32)
[all …]
/kernel/linux/linux-6.6/include/rdma/
Dibta_vol1_c12.h1 /* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */
36 BUILD_BUG_ON_ZERO((total_len) % 32 != 0)]; \
40 #define CM_REQ_LOCAL_COMM_ID CM_FIELD32_LOC(struct cm_req_msg, 0, 32)
101 #define CM_MRA_LOCAL_COMM_ID CM_FIELD32_LOC(struct cm_mra_msg, 0, 32)
109 #define CM_REJ_LOCAL_COMM_ID CM_FIELD32_LOC(struct cm_rej_msg, 0, 32)
114 #define CM_REJ_ARI CM_FIELD_MLOC(struct cm_rej_msg, 12, 576, void)
119 #define CM_REP_LOCAL_COMM_ID CM_FIELD32_LOC(struct cm_rep_msg, 0, 32)
141 #define CM_RTU_LOCAL_COMM_ID CM_FIELD32_LOC(struct cm_rtu_msg, 0, 32)
147 #define CM_DREQ_LOCAL_COMM_ID CM_FIELD32_LOC(struct cm_dreq_msg, 0, 32)
154 #define CM_DREP_LOCAL_COMM_ID CM_FIELD32_LOC(struct cm_drep_msg, 0, 32)
[all …]

12345678910>>...21