/Linux-v5.10/drivers/gpu/drm/vmwgfx/device_include/ |
D | svga3d_dx.h | 47 typedef uint32 SVGA3dInputClassification; 58 typedef uint32 SVGA3dResourceType; 79 typedef uint32 SVGA3dFilter; 123 #define SVGA3D_DX_MAX_CONSTBUF_BINDING_SIZE (4096 * 4 * (uint32)sizeof(uint32)) 125 typedef uint32 SVGA3dShaderResourceViewId; 126 typedef uint32 SVGA3dRenderTargetViewId; 127 typedef uint32 SVGA3dDepthStencilViewId; 128 typedef uint32 SVGA3dUAViewId; 130 typedef uint32 SVGA3dShaderId; 131 typedef uint32 SVGA3dElementLayoutId; [all …]
|
D | svga3d_cmd.h | 349 uint32 id; 350 uint32 size; 358 uint32 numMipLevels; 366 uint32 sid; 394 uint32 sid; 405 uint32 multisampleCount; 424 uint32 sid; 432 uint32 cid; 440 uint32 cid; 448 uint32 cid; [all …]
|
D | svga_reg.h | 54 typedef uint32 SVGAMobId; 407 #define SVGA_GMR_NULL ((uint32) -1) 408 #define SVGA_GMR_FRAMEBUFFER ((uint32) -2) /* Guest Framebuffer (GFB) */ 413 uint32 ppn; 414 uint32 numPages; 422 uint32 gmrId; 423 uint32 offset; 582 volatile uint32 errorOffset; /* Modified by device. */ 585 uint32 length; 590 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_types.h | 30 typedef u32 uint32; typedef 39 typedef uint32 PPN; 40 typedef uint32 PPN32;
|
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 | svga3d_devcaps.h | 74 typedef uint32 SVGA3dDevCapIndex; 76 #define SVGA3D_DEVCAP_INVALID ((uint32)-1) 505 uint32 u;
|
D | svga3d_limits.h | 84 sizeof(uint32))
|
/Linux-v5.10/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.10/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_binding.h | 91 uint32 texture_stage; 117 uint32 offset; 118 uint32 size; 119 uint32 slot; 132 uint32 slot; 145 uint32 offset; 146 uint32 size; 147 uint32 slot; 160 uint32 offset; 161 uint32 stride; [all …]
|
D | vmwgfx_binding.c | 360 void vmw_binding_add_uav_index(struct vmw_ctx_binding_state *cbs, uint32 slot, in vmw_binding_add_uav_index() 361 uint32 index) in vmw_binding_add_uav_index() 811 view_id_size = cbs->bind_cmd_count*sizeof(uint32); in vmw_emit_set_sr() 847 view_id_size = cbs->bind_cmd_count*sizeof(uint32); in vmw_emit_set_rt() 1075 view_id_size = cbs->bind_cmd_count*sizeof(uint32); in vmw_emit_set_uav() 1105 view_id_size = cbs->bind_cmd_count*sizeof(uint32); in vmw_emit_set_cs_uav() 1445 BUILD_BUG_ON(sizeof(uint32) != sizeof(u32)); in vmw_binding_build_asserts()
|
D | vmwgfx_so.c | 101 uint32 view_id; 102 uint32 sid;
|
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;
|
/Linux-v5.10/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.10/Documentation/virt/kvm/arm/ |
D | pvtime.rst | 27 Function ID: (uint32) 0xC5000020 28 PV_call_id: (uint32) The function to query for support. 36 Function ID: (uint32) 0xC5000021
|
/Linux-v5.10/arch/arm/nwfpe/ |
D | ARM-gcc.h | 25 typedef unsigned int uint32; typedef
|
/Linux-v5.10/arch/mips/include/asm/octeon/ |
D | cvmx.h | 244 CVMX_BUILD_WRITE64(uint32, "sw"); 260 CVMX_BUILD_READ64(uint32, "lw");
|
/Linux-v5.10/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.10/Documentation/devicetree/bindings/dma/ |
D | ti-edma.txt | 46 Single uint32 for EDMA with 32 channels, array of two uint32 for
|