| /Linux-v5.4/drivers/gpu/drm/vmwgfx/device_include/ |
| D | svga3d_dx.h | 47 typedef uint32 SVGA3dInputClassification; 58 typedef uint32 SVGA3dResourceType; 79 typedef uint32 SVGA3dFilter; 122 #define SVGA3D_DX_MAX_CONSTBUF_BINDING_SIZE (4096 * 4 * (uint32)sizeof(uint32)) 124 typedef uint32 SVGA3dShaderResourceViewId; 125 typedef uint32 SVGA3dRenderTargetViewId; 126 typedef uint32 SVGA3dDepthStencilViewId; 128 typedef uint32 SVGA3dShaderId; 129 typedef uint32 SVGA3dElementLayoutId; 130 typedef uint32 SVGA3dSamplerId; [all …]
|
| D | svga3d_cmd.h | 317 uint32 id; 318 uint32 size; 326 uint32 numMipLevels; 334 uint32 sid; 360 uint32 sid; 370 uint32 multisampleCount; 388 uint32 sid; 396 uint32 cid; 404 uint32 cid; 412 uint32 cid; [all …]
|
| D | svga_reg.h | 54 typedef uint32 SVGAMobId; 325 #define SVGA_GMR_NULL ((uint32) -1) 326 #define SVGA_GMR_FRAMEBUFFER ((uint32) -2) /* Guest Framebuffer (GFB) */ 331 uint32 ppn; 332 uint32 numPages; 340 uint32 gmrId; 341 uint32 offset; 501 volatile uint32 errorOffset; /* Modified by device. */ 504 uint32 length; 509 uint32 mobOffset; [all …]
|
| D | svga3d_types.h | 46 #define SVGA3D_INVALID_ID ((uint32)-1) 49 typedef uint32 SVGA3dBool; /* 32-bit Bool definition */ 50 typedef uint32 SVGA3dColor; /* a, r, g, b */ 52 typedef uint32 SVGA3dSurfaceId; 57 uint32 numerator; 58 uint32 denominator; 66 uint32 x; 67 uint32 y; 68 uint32 w; 69 uint32 h; [all …]
|
| D | svga_overlay.h | 68 uint32 cmdType; 69 uint32 streamId; 74 uint32 registerId; 75 uint32 value; 81 uint32 cmdType; 82 uint32 streamId; 92 uint32 command; 93 uint32 overlay; 105 uint32 regId; 106 uint32 value; [all …]
|
| D | svga3d_caps.h | 85 uint32 length; 103 uint32 data[1]; 109 typedef uint32 SVGA3dCapPair[2];
|
| D | svga_escape.h | 83 uint32 command; 84 uint32 fullscreen;
|
| D | vm_basic_types.h | 6 typedef u32 uint32; typedef 15 typedef uint32 PPN;
|
| D | svga_types.h | 30 typedef u32 uint32; typedef 39 typedef uint32 PPN;
|
| D | svga3d_limits.h | 68 sizeof(uint32))
|
| D | svga3d_devcaps.h | 73 SVGA3D_DEVCAP_INVALID = ((uint32)-1), 476 uint32 u;
|
| /Linux-v5.4/drivers/video/fbdev/ |
| D | au1200fb.h | 36 #define uint32 unsigned int macro 39 volatile uint32 reserved0; 40 volatile uint32 screen; 41 volatile uint32 backcolor; 42 volatile uint32 horztiming; 43 volatile uint32 verttiming; 44 volatile uint32 clkcontrol; 45 volatile uint32 pwmdiv; 46 volatile uint32 pwmhi; 47 volatile uint32 reserved1; [all …]
|
| D | au1200fb.c | 190 uint32 mode_backcolor; 191 uint32 mode_colorkey; 192 uint32 mode_colorkeymsk; 198 uint32 mode_winctrl1; /* winctrl1[FRM,CCO,PO,PIPE] */ 199 uint32 mode_winenable; 328 uint32 mode_screen; 329 uint32 mode_horztiming; 330 uint32 mode_verttiming; 331 uint32 mode_clkcontrol; 332 uint32 mode_pwmdiv; [all …]
|
| /Linux-v5.4/drivers/gpu/drm/vmwgfx/ |
| D | vmwgfx_binding.h | 86 uint32 texture_stage; 112 uint32 offset; 113 uint32 size; 114 uint32 slot; 127 uint32 slot; 140 uint32 offset; 141 uint32 size; 142 uint32 slot; 155 uint32 offset; 156 uint32 stride; [all …]
|
| D | vmwgfx_so.c | 101 uint32 view_id; 102 uint32 sid;
|
| D | vmwgfx_binding.c | 755 view_id_size = cbs->bind_cmd_count*sizeof(uint32); in vmw_emit_set_sr() 791 view_id_size = cbs->bind_cmd_count*sizeof(uint32); in vmw_emit_set_rt() 1278 BUILD_BUG_ON(sizeof(uint32) != sizeof(u32)); in vmw_binding_build_asserts()
|
| D | vmwgfx_cmdbuf.c | 1170 uint32 id; in vmw_cmdbuf_preempt() 1195 uint32 id; in vmw_cmdbuf_startstop()
|
| D | vmwgfx_scrn.c | 68 uint32 header; 73 uint32 header;
|
| D | vmwgfx_execbuf.c | 784 uint32 shader_slot, in vmw_view_bindings_add() 785 uint32 view_ids[], u32 num_views, in vmw_view_bindings_add() 2419 uint32 defined_id; in vmw_cmd_dx_view_define() 2420 uint32 sid; in vmw_cmd_dx_view_define() 2517 uint32 defined_id; in vmw_cmd_dx_so_define()
|
| /Linux-v5.4/drivers/staging/wlan-ng/ |
| D | prism2mib.c | 425 u32 *uint32 = data; in prism2mib_uint32() local 431 *uint32 = *wordbuf; in prism2mib_uint32() 433 *wordbuf = *uint32; in prism2mib_uint32() 472 u32 *uint32 = data; in prism2mib_flag() local 481 *uint32 = (flags & mib->parm2) ? in prism2mib_flag() 484 if ((*uint32) == P80211ENUM_truth_true) in prism2mib_flag() 622 u32 *uint32 = data; in prism2mib_fragmentationthreshold() local 625 if ((*uint32) % 2) { in prism2mib_fragmentationthreshold()
|
| /Linux-v5.4/arch/arm/nwfpe/ |
| D | ARM-gcc.h | 25 typedef unsigned int uint32; typedef
|
| /Linux-v5.4/arch/mips/include/asm/octeon/ |
| D | cvmx.h | 244 CVMX_BUILD_WRITE64(uint32, "sw"); 260 CVMX_BUILD_READ64(uint32, "lw");
|
| /Linux-v5.4/Documentation/devicetree/bindings/input/rmi4/ |
| D | rmi_spi.txt | 13 consist of only on uint32 value.
|
| D | rmi_i2c.txt | 13 consist of only on uint32 value.
|
| /Linux-v5.4/arch/sh/kernel/cpu/sh4/ |
| D | softfloat.c | 49 typedef unsigned int uint32; typedef
|