Searched refs:body (Results 1 - 25 of 102) sorted by path

12345

/linux-master/drivers/media/usb/as102/
H A Das10x_cmd.c28 sizeof(pcmd->body.turn_on.req));
31 pcmd->body.turn_on.req.proc_id = cpu_to_le16(CONTROL_PROC_TURNON);
36 sizeof(pcmd->body.turn_on.req) +
39 sizeof(prsp->body.turn_on.rsp) +
69 sizeof(pcmd->body.turn_off.req));
72 pcmd->body.turn_off.req.proc_id = cpu_to_le16(CONTROL_PROC_TURNOFF);
78 sizeof(pcmd->body.turn_off.req) + HEADER_SIZE,
80 sizeof(prsp->body.turn_off.rsp) + HEADER_SIZE);
111 sizeof(preq->body.set_tune.req));
114 preq->body
[all...]
H A Das10x_cmd.h457 } __packed body; member in struct:as10x_cmd_t
H A Das10x_cmd_cfg.c34 sizeof(pcmd->body.context.req));
37 pcmd->body.context.req.proc_id = cpu_to_le16(CONTROL_PROC_CONTEXT);
38 pcmd->body.context.req.tag = cpu_to_le16(tag);
39 pcmd->body.context.req.type = cpu_to_le16(GET_CONTEXT_DATA);
45 sizeof(pcmd->body.context.req)
48 sizeof(prsp->body.context.rsp)
63 *pvalue = le32_to_cpu((__force __le32)prsp->body.context.rsp.reg_val.u.value32);
90 sizeof(pcmd->body.context.req));
93 pcmd->body.context.req.proc_id = cpu_to_le16(CONTROL_PROC_CONTEXT);
94 /* pcmd->body
[all...]
H A Das10x_cmd_stream.c29 sizeof(pcmd->body.add_pid_filter.req));
32 pcmd->body.add_pid_filter.req.proc_id =
34 pcmd->body.add_pid_filter.req.pid = cpu_to_le16(filter->pid);
35 pcmd->body.add_pid_filter.req.stream_type = filter->type;
38 pcmd->body.add_pid_filter.req.idx = filter->idx;
40 pcmd->body.add_pid_filter.req.idx = 0xFF;
45 sizeof(pcmd->body.add_pid_filter.req)
47 sizeof(prsp->body.add_pid_filter.rsp)
61 filter->idx = prsp->body.add_pid_filter.rsp.filter_id;
86 sizeof(pcmd->body
[all...]
/linux-master/Documentation/sphinx/
H A Dkernel_include.py39 from docutils.parsers.rst.directives.body import CodeBlock, NumberLines
/linux-master/arch/arm/crypto/
H A Dsha1-armv4-large.S40 @ [*] Manually counted instructions in "grand" loop body. Measured
H A Dsha256-armv4.pl308 my $body = shift;
309 my @insns = (&$body,&$body,&$body,&$body);
409 my $body = shift;
410 my @insns = (&$body,&$body,&$body,&$body);
[all...]
/linux-master/arch/arm64/crypto/
H A Dsha512-armv8.pl479 my $body = shift;
480 my @insns = (&$body,&$body,&$body,&$body);
586 my $body = shift;
587 my @insns = (&$body,&$body,&$body,&$body);
[all...]
/linux-master/arch/x86/include/asm/
H A Dsgx.h388 * @body: defines contents of the enclave
392 * Header and body are the parts that are actual signed. The remaining fields
400 struct sgx_sigstruct_body body; member in struct:sgx_sigstruct
/linux-master/arch/x86/kernel/cpu/sgx/
H A Dioctl.c504 * without it if the sigstruct->body.attributes_mask does not turn that
507 if (sigstruct->body.attributes & sigstruct->body.attributes_mask &
511 if (sigstruct->body.miscselect & sigstruct->body.misc_mask &
515 if (sigstruct->body.xfrm & sigstruct->body.xfrm_mask &
/linux-master/block/
H A Dbfq-cgroup.c1114 if (sscanf(ctx.body, "%llu", &v) == 1) {
1119 } else if (!strcmp(strim(ctx.body), "default")) {
H A Dblk-cgroup.c750 * @ctx->input and get and store the matching bdev in @ctx->bdev. @ctx->body is
791 ctx->body = input;
803 * accordingly. On success, @ctx->body points to the part of @ctx->input
945 ctx->body = NULL;
H A Dblk-cgroup.h213 char *body; member in struct:blkg_conf_ctx
H A Dblk-iocost.c3133 if (!strncmp(ctx.body, "default", 7)) {
3136 if (!sscanf(ctx.body, "%u", &v))
3217 char *body, *p; local
3226 body = ctx.body;
3249 while ((p = strsep(&body, " \t\n"))) {
3411 char *body, *p; local
3420 body = ctx.body;
3442 while ((p = strsep(&body, " \
[all...]
H A Dblk-iolatency.c860 p = ctx.body;
H A Dblk-throttle.c1287 if (sscanf(ctx.body, "%llu", &v) != 1)
1484 if (sscanf(ctx.body, "%26s%n", tok, &len) != 1)
1488 ctx.body += len;
H A Dsed-opal.c600 const struct d0_features *body = local
603 switch (be16_to_cpu(body->code)) {
605 supported = check_tper(body->features);
608 single_user = check_sum(body->features);
613 check_geometry(dev, body);
616 if (check_lcksuppt(body->features))
618 if (check_lckenabled(body->features))
620 if (check_locked(body->features))
622 if (check_mbrenabled(body->features))
624 if (check_mbrdone(body
[all...]
/linux-master/drivers/firmware/google/
H A Dmemconsole-coreboot.c24 u8 body[]; member in struct:cbmem_cons
63 cbmem_console->body + seg[i].phys, seg[i].len);
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_binding.c579 SVGA3dCmdSetShader body; member in struct:__anon40
587 cmd->header.size = sizeof(cmd->body);
588 cmd->body.cid = bi->ctx->id;
589 cmd->body.type = binding->shader_slot + SVGA3D_SHADERTYPE_MIN;
590 cmd->body.shid = ((rebind) ? bi->res->id : SVGA3D_INVALID_ID);
611 SVGA3dCmdSetRenderTarget body; member in struct:__anon41
619 cmd->header.size = sizeof(cmd->body);
620 cmd->body.cid = bi->ctx->id;
621 cmd->body.type = binding->slot;
622 cmd->body
650 } body; member in struct:__anon42
681 SVGA3dCmdDXSetShader body; member in struct:__anon44
710 SVGA3dCmdDXSetSingleConstantBuffer body; member in struct:__anon45
823 SVGA3dCmdDXSetShaderResources body; member in struct:__anon46
864 SVGA3dCmdDXSetRenderTargets body; member in struct:__anon47
943 SVGA3dCmdDXSetSOTargets body; member in struct:__anon48
1056 SVGA3dCmdDXSetVertexBuffers body; member in struct:__anon49
1090 SVGA3dCmdDXSetUAViews body; member in struct:__anon50
1120 SVGA3dCmdDXSetCSUAViews body; member in struct:__anon51
1284 SVGA3dCmdDXSetIndexBuffer body; member in struct:__anon52
1336 SVGA3dCmdDXSetStreamOutput body; member in struct:__anon53
[all...]
H A Dvmwgfx_cmd.c574 SVGA3dCmdWaitForQuery body; member in struct:__anon54
582 cmd->header.size = sizeof(cmd->body);
583 cmd->body.cid = cid;
584 cmd->body.type = SVGA3D_QUERYTYPE_OCCLUSION;
587 cmd->body.guestResult.gmrId = SVGA_GMR_FRAMEBUFFER;
588 cmd->body.guestResult.offset = bo->resource->start << PAGE_SHIFT;
590 cmd->body.guestResult.gmrId = bo->resource->start;
591 cmd->body.guestResult.offset = 0;
620 SVGA3dCmdWaitForGBQuery body; member in struct:__anon55
628 cmd->header.size = sizeof(cmd->body);
[all...]
H A Dvmwgfx_cmdbuf.c1172 SVGADCCmdPreempt body; member in struct:__anon769
1176 cmd.body.context = SVGA_CB_CONTEXT_0 + context;
1177 cmd.body.ignoreIDZero = 0;
1198 SVGADCCmdStartStop body; member in struct:__anon770
1202 cmd.body.enable = (enable) ? 1 : 0;
1203 cmd.body.context = SVGA_CB_CONTEXT_0 + context;
H A Dvmwgfx_context.c147 SVGA3dCmdDestroyContext body; member in struct:__anon771
173 cmd->header.size = sizeof(cmd->body);
174 cmd->body.cid = res->id;
250 SVGA3dCmdDefineContext body; member in struct:__anon772
277 cmd->header.size = sizeof(cmd->body);
278 cmd->body.cid = res->id;
304 SVGA3dCmdDefineGBContext body; member in struct:__anon773
328 cmd->header.size = sizeof(cmd->body);
329 cmd->body.cid = res->id;
347 SVGA3dCmdBindGBContext body; member in struct:__anon774
380 SVGA3dCmdReadbackGBContext body; member in struct:__anon775
384 SVGA3dCmdBindGBContext body; member in struct:__anon776
439 SVGA3dCmdDestroyGBContext body; member in struct:__anon777
471 SVGA3dCmdDXDefineContext body; member in struct:__anon778
514 SVGA3dCmdDXBindContext body; member in struct:__anon779
589 SVGA3dCmdDXReadbackContext body; member in struct:__anon780
593 SVGA3dCmdDXBindContext body; member in struct:__anon781
655 SVGA3dCmdDXDestroyContext body; member in struct:__anon782
[all...]
H A Dvmwgfx_cotable.c188 SVGA3dCmdDXSetCOTable body; member in struct:__anon10
201 cmd->header.size = sizeof(cmd->body);
202 cmd->body.cid = vcotbl->ctx->id;
203 cmd->body.type = vcotbl->type;
204 cmd->body.mobid = bo->resource->start;
205 cmd->body.validSizeInBytes = vcotbl->size_read_back;
264 SVGA3dCmdDXReadbackCOTable body; member in struct:__anon11
268 SVGA3dCmdDXSetCOTable body; member in struct:__anon12
290 cmd0->header.size = sizeof(cmd0->body);
291 cmd0->body
363 SVGA3dCmdDXReadbackCOTable body; member in struct:__anon13
[all...]
H A Dvmwgfx_execbuf.c56 __type body; \
724 cmd->header.size = sizeof(cmd->body);
725 cmd->body.cid = ctx_res->id;
726 cmd->body.mobid = dx_query_mob->tbo.resource->start;
833 &cmd->body, NULL);
875 if (cmd->body.type >= SVGA3D_RT_MAX) {
877 (unsigned int) cmd->body.type);
883 &cmd->body.cid, &ctx);
889 &cmd->body.target.sid, &res);
904 binding.slot = cmd->body
1687 SVGAFifoCmdDefineGMRFB body; member in struct:__anon57
2298 SVGA3dCmdDXSetVertexBuffers body; member in struct:__anon58
2518 SVGA3dCmdDXSetSOTargets body; member in struct:__anon60
2650 union vmw_view_destroy body; member in struct:__anon64
2903 SVGA3dCmdDXClearUAViewUint body; member in struct:__anon65
2922 SVGA3dCmdDXClearUAViewFloat body; member in struct:__anon66
2941 SVGA3dCmdDXSetUAViews body; member in struct:__anon67
2973 SVGA3dCmdDXSetCSUAViews body; member in struct:__anon68
3007 SVGA3dCmdDXDefineStreamOutputWithMob body; member in struct:__anon69
3039 SVGA3dCmdDXDestroyStreamOutput body; member in struct:__anon70
3075 SVGA3dCmdDXBindStreamOutput body; member in struct:__anon71
3117 SVGA3dCmdDXSetStreamOutput body; member in struct:__anon72
3170 SVGA3dCmdDXDrawIndexedInstancedIndirect body; member in struct:vmw_draw_indexed_instanced_indirect_cmd
3187 SVGA3dCmdDXDrawInstancedIndirect body; member in struct:vmw_draw_instanced_indirect_cmd
3204 SVGA3dCmdDXDispatchIndirect body; member in struct:vmw_dispatch_indirect_cmd
[all...]
H A Dvmwgfx_kms.c2611 SVGA3dCmdUpdateGBImage body; member in struct:__anon803
2625 box = &cmd->body.box;
2628 cmd->header.size = sizeof(cmd->body);
2629 cmd->body.image.sid = res->id;
2630 cmd->body.image.face = 0;
2631 cmd->body.image.mipmap = 0;

Completed in 473 milliseconds

12345