Home
last modified time | relevance | path

Searched refs:body (Results 1 – 25 of 160) sorted by relevance

1234567

/linux/drivers/net/wireless/silabs/wfx/
H A Dhif_tx.c43 return (*hif)->body; in wfx_alloc_hif()
179 struct wfx_hif_req_reset *body = wfx_alloc_hif(sizeof(*body), &hif); in wfx_hif_reset() local
195 struct wfx_hif_req_read_mib *body = wfx_alloc_hif(sizeof(*body), &hif); in wfx_hif_read_mib() local
332 struct wfx_hif_req_join *body = wfx_alloc_hif(sizeof(*body), &hif); in wfx_hif_join() local
346 memcpy(body->bssid, conf->bssid, sizeof(body->bssid)); in wfx_hif_join()
378 struct wfx_hif_req_add_key *body = wfx_alloc_hif(sizeof(*body), &hif); in wfx_hif_add_key() local
383 memcpy(body, arg, sizeof(*body)); in wfx_hif_add_key()
416 if (!body) in wfx_hif_set_edca_queue_params()
444 if (!body) in wfx_hif_set_pm()
469 struct wfx_hif_req_start *body = wfx_alloc_hif(sizeof(*body), &hif); in wfx_hif_start() local
[all …]
H A Dhif_rx.c55 const struct wfx_hif_cnf_tx *body = buf; in wfx_hif_tx_confirm() local
57 wfx_tx_confirm_cb(wdev, body); in wfx_hif_tx_confirm()
78 if (body->status || body->firmware_type > 4) { in wfx_hif_startup_indication()
108 wfx_rx_cb(wvif, body, skb); in wfx_hif_receive_indication()
197 if (body->bc_mc_only) { in wfx_hif_suspend_resume_indication()
203 if (body->resume) in wfx_hif_suspend_resume_indication()
210 if (body->resume) in wfx_hif_suspend_resume_indication()
223 int type = le32_to_cpu(body->type); in wfx_hif_generic_indication()
300 int type = le32_to_cpu(body->type); in wfx_hif_error_indication()
301 int param = (s8)body->data[0]; in wfx_hif_error_indication()
[all …]
/linux/tools/testing/selftests/bpf/
H A Duprobe_multi.c15 #define F(body, name, idx) body(name, idx) argument
18 F(body, PASTE(name, idx), 0) F(body, PASTE(name, idx), 1) F(body, PASTE(name, idx), 2) \
19 F(body, PASTE(name, idx), 3) F(body, PASTE(name, idx), 4) F(body, PASTE(name, idx), 5) \
20 F(body, PASTE(name, idx), 6) F(body, PASTE(name, idx), 7) F(body, PASTE(name, idx), 8) \
24 F10(body, PASTE(name, idx), 0) F10(body, PASTE(name, idx), 1) F10(body, PASTE(name, idx), 2) \
25 F10(body, PASTE(name, idx), 3) F10(body, PASTE(name, idx), 4) F10(body, PASTE(name, idx), 5) \
26 F10(body, PASTE(name, idx), 6) F10(body, PASTE(name, idx), 7) F10(body, PASTE(name, idx), 8) \
30 F100(body, PASTE(name, idx), 0) F100(body, PASTE(name, idx), 1) F100(body, PASTE(name, idx), 2) \
31 F100(body, PASTE(name, idx), 3) F100(body, PASTE(name, idx), 4) F100(body, PASTE(name, idx), 5) \
32 F100(body, PASTE(name, idx), 6) F100(body, PASTE(name, idx), 7) F100(body, PASTE(name, idx), 8) \
[all …]
/linux/drivers/media/usb/as102/
H A Das10x_cmd.c28 sizeof(pcmd->body.turn_on.req)); in as10x_cmd_turn_on()
36 sizeof(pcmd->body.turn_on.req) + in as10x_cmd_turn_on()
39 sizeof(prsp->body.turn_on.rsp) + in as10x_cmd_turn_on()
69 sizeof(pcmd->body.turn_off.req)); in as10x_cmd_turn_off()
111 sizeof(preq->body.set_tune.req)); in as10x_cmd_set_tune()
131 sizeof(preq->body.set_tune.req) in as10x_cmd_set_tune()
134 sizeof(prsp->body.set_tune.rsp) in as10x_cmd_set_tune()
169 preq->body.get_tune_status.req.proc_id = in as10x_cmd_get_tune_status()
218 sizeof(pcmd->body.get_tps.req)); in as10x_cmd_get_tps()
221 pcmd->body.get_tune_status.req.proc_id = in as10x_cmd_get_tps()
[all …]
H A Das10x_cmd_stream.c29 sizeof(pcmd->body.add_pid_filter.req)); in as10x_cmd_add_PID_filter()
32 pcmd->body.add_pid_filter.req.proc_id = in as10x_cmd_add_PID_filter()
40 pcmd->body.add_pid_filter.req.idx = 0xFF; in as10x_cmd_add_PID_filter()
45 sizeof(pcmd->body.add_pid_filter.req) in as10x_cmd_add_PID_filter()
47 sizeof(prsp->body.add_pid_filter.rsp) in as10x_cmd_add_PID_filter()
86 sizeof(pcmd->body.del_pid_filter.req)); in as10x_cmd_del_PID_filter()
89 pcmd->body.del_pid_filter.req.proc_id = in as10x_cmd_del_PID_filter()
96 sizeof(pcmd->body.del_pid_filter.req) in as10x_cmd_del_PID_filter()
98 sizeof(prsp->body.del_pid_filter.rsp) in as10x_cmd_del_PID_filter()
133 pcmd->body.start_streaming.req.proc_id = in as10x_cmd_start_streaming()
[all …]
H A Das10x_cmd_cfg.c34 sizeof(pcmd->body.context.req)); in as10x_cmd_get_context()
45 sizeof(pcmd->body.context.req) in as10x_cmd_get_context()
48 sizeof(prsp->body.context.rsp) in as10x_cmd_get_context()
90 sizeof(pcmd->body.context.req)); in as10x_cmd_set_context()
103 sizeof(pcmd->body.context.req) in as10x_cmd_set_context()
106 sizeof(prsp->body.context.rsp) in as10x_cmd_set_context()
144 sizeof(pcmd->body.cfg_change_mode.req)); in as10x_cmd_eLNA_change_mode()
147 pcmd->body.cfg_change_mode.req.proc_id = in as10x_cmd_eLNA_change_mode()
154 sizeof(pcmd->body.cfg_change_mode.req) in as10x_cmd_eLNA_change_mode()
156 sizeof(prsp->body.cfg_change_mode.rsp) in as10x_cmd_eLNA_change_mode()
[all …]
/linux/drivers/hv/
H A Dhv_kvp.c228 data = &message->body.kvp_enum_data; in kvp_on_msg()
313 in->body.kvp_ip_val.dhcp_enabled; in process_ob_ipinfo()
315 in->body.kvp_ip_val.addr_family; in process_ob_ipinfo()
429 message->body.kvp_set.data.value, in kvp_send_key()
465 message->body.kvp_set.data.key, in kvp_send_key()
476 message->body.kvp_get.data.key, in kvp_send_key()
481 message->body.kvp_delete.key_size = in kvp_send_key()
484 in_msg->body.kvp_delete.key_size, in kvp_send_key()
486 message->body.kvp_delete.key, in kvp_send_key()
491 message->body.kvp_enum_data.index = in kvp_send_key()
[all …]
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c166 SVGA3dCmdSurfaceDMA body; member
176 SVGA3dCmdDefineSurface body; member
242 cmd->body.sid = id; in vmw_surface_destroy_encode()
309 SVGA3dCmdSurfaceDMA *body = &cmd->body; in vmw_surface_dma_encode() local
318 body->guest.ptr = *ptr; in vmw_surface_dma_encode()
1193 cmd1->body.sid = res->id; in vmw_gb_surface_bind()
1260 cmd3->body.sid = res->id; in vmw_gb_surface_unbind()
1304 cmd->body.sid = res->id; in vmw_gb_surface_destroy()
1876 cmd1->body.box = *box; in vmw_surface_dirty_sync()
1885 cmd2->body.box = *box; in vmw_surface_dirty_sync()
[all …]
H A Dvmwgfx_scrn.c85 SVGAFifoCmdDefineGMRFB body; member
176 SVGAFifoCmdDestroyScreen body; in vmw_sou_fifo_destroy() member
485 gmr->body.format.reserved = 0; in vmw_sou_bo_define_gmrfb()
500 blit->body.srcOrigin.x = fb_x; in vmw_sou_bo_populate_clip()
501 blit->body.srcOrigin.y = fb_y; in vmw_sou_bo_populate_clip()
594 blit->body.srcRect.left = 0; in vmw_sou_surface_pre_clip()
595 blit->body.srcRect.top = 0; in vmw_sou_surface_pre_clip()
596 blit->body.srcRect.right = 0; in vmw_sou_surface_pre_clip()
599 blit->body.destRect.left = 0; in vmw_sou_surface_pre_clip()
600 blit->body.destRect.top = 0; in vmw_sou_surface_pre_clip()
[all …]
H A Dvmwgfx_binding.c579 SVGA3dCmdSetShader body; in vmw_binding_scrub_shader() member
588 cmd->body.cid = bi->ctx->id; in vmw_binding_scrub_shader()
620 cmd->body.cid = bi->ctx->id; in vmw_binding_scrub_render_target()
623 cmd->body.target.face = 0; in vmw_binding_scrub_render_target()
624 cmd->body.target.mipmap = 0; in vmw_binding_scrub_render_target()
650 } body; in vmw_binding_scrub_texture() member
681 SVGA3dCmdDXSetShader body; in vmw_binding_scrub_dx_shader() member
727 cmd->body.sizeInBytes = 0; in vmw_binding_scrub_cb()
1090 SVGA3dCmdDXSetUAViews body; in vmw_emit_set_uav() member
1299 cmd->body.format = 0; in vmw_binding_scrub_ib()
[all …]
H A Dvmwgfx_context.c174 cmd->body.cid = res->id; in vmw_hw_context_destroy()
278 cmd->body.cid = res->id; in vmw_context_init()
329 cmd->body.cid = res->id; in vmw_gb_context_create()
359 cmd->body.cid = res->id; in vmw_gb_context_bind()
408 cmd1->body.cid = res->id; in vmw_gb_context_unbind()
413 cmd2->body.cid = res->id; in vmw_gb_context_unbind()
451 cmd->body.cid = res->id; in vmw_gb_context_destroy()
496 cmd->body.cid = res->id; in vmw_dx_context_create()
526 cmd->body.cid = res->id; in vmw_dx_context_bind()
629 cmd2->body.cid = res->id; in vmw_dx_context_unbind()
[all …]
H A Dvmwgfx_execbuf.c1353 gb_cmd.body.cid = cmd->body.cid; in vmw_cmd_begin_query()
1354 gb_cmd.body.type = cmd->body.type; in vmw_cmd_begin_query()
1418 gb_cmd.body.cid = cmd->body.cid; in vmw_cmd_end_query()
1419 gb_cmd.body.type = cmd->body.type; in vmw_cmd_end_query()
1420 gb_cmd.body.mobid = cmd->body.guestResult.gmrId; in vmw_cmd_end_query()
1492 gb_cmd.body.cid = cmd->body.cid; in vmw_cmd_wait_query()
1493 gb_cmd.body.type = cmd->body.type; in vmw_cmd_wait_query()
1494 gb_cmd.body.mobid = cmd->body.guestResult.gmrId; in vmw_cmd_wait_query()
1931 cmd->body.shid, cmd + 1, cmd->body.type, in vmw_cmd_shader_define()
2020 cmd->body.shid, cmd->body.type); in vmw_cmd_set_shader()
[all …]
H A Dvmwgfx_mob.c122 SVGA3dCmdSetOTableBase64 body; in vmw_setup_otable_base() member
162 cmd->body.type = type; in vmw_setup_otable_base()
165 cmd->body.validSizeInBytes = 0; in vmw_setup_otable_base()
200 SVGA3dCmdSetOTableBase body; in vmw_takedown_otable_base() member
215 cmd->body.type = type; in vmw_takedown_otable_base()
216 cmd->body.baseAddress = 0; in vmw_takedown_otable_base()
217 cmd->body.sizeInBytes = 0; in vmw_takedown_otable_base()
556 SVGA3dCmdDestroyGBMob body; in vmw_mob_unbind() member
573 cmd->body.mobid = mob->id; in vmw_mob_unbind()
610 SVGA3dCmdDefineGBMob64 body; in vmw_mob_bind() member
[all …]
H A Dvmwgfx_cotable.c188 SVGA3dCmdDXSetCOTable body; in vmw_cotable_unscrub() member
202 cmd->body.cid = vcotbl->ctx->id; in vmw_cotable_unscrub()
203 cmd->body.type = vcotbl->type; in vmw_cotable_unscrub()
264 SVGA3dCmdDXReadbackCOTable body; in vmw_cotable_scrub() member
268 SVGA3dCmdDXSetCOTable body; in vmw_cotable_scrub() member
292 cmd0->body.type = vcotbl->type; in vmw_cotable_scrub()
298 cmd1->body.cid = vcotbl->ctx->id; in vmw_cotable_scrub()
299 cmd1->body.type = vcotbl->type; in vmw_cotable_scrub()
301 cmd1->body.validSizeInBytes = 0; in vmw_cotable_scrub()
363 SVGA3dCmdDXReadbackCOTable body; in vmw_cotable_readback() member
[all …]
H A Dvmwgfx_shader.c231 cmd->body.shid = res->id; in vmw_gb_shader_create()
251 SVGA3dCmdBindGBShader body; in vmw_gb_shader_bind() member
263 cmd->body.shid = res->id; in vmw_gb_shader_bind()
279 SVGA3dCmdBindGBShader body; in vmw_gb_shader_unbind() member
291 cmd->body.shid = res->id; in vmw_gb_shader_unbind()
293 cmd->body.offsetInBytes = 0; in vmw_gb_shader_unbind()
333 cmd->body.shid = res->id; in vmw_gb_shader_destroy()
389 SVGA3dCmdDXBindShader body; in vmw_dx_shader_unscrub() member
402 cmd->body.shid = shader->id; in vmw_dx_shader_unscrub()
475 SVGA3dCmdDXBindShader body; in vmw_dx_shader_scrub() member
[all …]
H A Dvmwgfx_stdu.c97 SVGA3dCmdSurfaceCopy body; member
102 SVGA3dCmdUpdateGBImage body; member
187 cmd->body.flags = (0 == cmd->body.stid) ? SVGA_STFLAG_PRIMARY : 0; in vmw_stdu_define_st()
188 cmd->body.dpi = 0; in vmw_stdu_define_st()
189 cmd->body.xRoot = crtc_x; in vmw_stdu_define_st()
190 cmd->body.yRoot = crtc_y; in vmw_stdu_define_st()
246 cmd->body.image = image; in vmw_stdu_bind_st()
272 update->body.stid = unit; in vmw_stdu_populate_update()
273 update->body.rect.x = left; in vmw_stdu_populate_update()
274 update->body.rect.y = top; in vmw_stdu_populate_update()
[all …]
H A Dvmwgfx_streamoutput.c96 SVGA3dCmdDXBindStreamOutput body; in vmw_dx_streamoutput_unscrub() member
107 cmd->header.size = sizeof(cmd->body); in vmw_dx_streamoutput_unscrub()
108 cmd->body.soid = so->id; in vmw_dx_streamoutput_unscrub()
110 cmd->body.offsetInBytes = res->guest_memory_offset; in vmw_dx_streamoutput_unscrub()
111 cmd->body.sizeInBytes = so->size; in vmw_dx_streamoutput_unscrub()
167 SVGA3dCmdDXBindStreamOutput body; in vmw_dx_streamoutput_scrub() member
180 cmd->header.size = sizeof(cmd->body); in vmw_dx_streamoutput_scrub()
181 cmd->body.soid = res->id; in vmw_dx_streamoutput_scrub()
182 cmd->body.mobid = SVGA3D_INVALID_ID; in vmw_dx_streamoutput_scrub()
183 cmd->body.offsetInBytes = 0; in vmw_dx_streamoutput_scrub()
[all …]
/linux/scripts/
H A Drustdoc_test_builder.rs22 let mut body = String::new(); in main() localVariable
23 stdin.read_to_string(&mut body).unwrap(); in main()
35 let rustdoc_function_name = body in main()
51 let body = body.replace( in main() localVariable
61 let body = body.replace( in main() localVariable
71 std::fs::write(path, body.as_bytes()).unwrap(); in main()
/linux/fs/reiserfs/
H A Ddo_balan.c353 const char * const body) in balance_leaf_paste_left_shift_dirent() argument
382 body, tb->zeroes_num); in balance_leaf_paste_left_shift_dirent()
534 const char * const body) in balance_leaf_paste_left_whole() argument
668 r_body = body; in balance_leaf_insert_right()
820 r_body = body; in balance_leaf_paste_right_shift()
974 r_body = body; in balance_leaf_new_nodes_insert()
1011 const char * const body, in balance_leaf_new_nodes_paste_dirent() argument
1066 const char * const body, in balance_leaf_new_nodes_paste_shift() argument
1116 r_body = body; in balance_leaf_new_nodes_paste_shift()
1409 body += balance_leaf_left(tb, ih, body, flag); in balance_leaf()
[all …]
H A Ddir.c281 void make_empty_dir_item_v1(char *body, __le32 dirid, __le32 objid, in make_empty_dir_item_v1() argument
286 memset(body, 0, EMPTY_DIR_SIZE_V1); in make_empty_dir_item_v1()
287 dot = (struct reiserfs_de_head *)body; in make_empty_dir_item_v1()
310 memcpy(body + deh_location(dot), ".", 1); in make_empty_dir_item_v1()
311 memcpy(body + deh_location(dotdot), "..", 2); in make_empty_dir_item_v1()
315 void make_empty_dir_item(char *body, __le32 dirid, __le32 objid, in make_empty_dir_item() argument
320 memset(body, 0, EMPTY_DIR_SIZE); in make_empty_dir_item()
321 dot = (struct reiserfs_de_head *)body; in make_empty_dir_item()
344 memcpy(body + deh_location(dot), ".", 1); in make_empty_dir_item()
345 memcpy(body + deh_location(dotdot), "..", 2); in make_empty_dir_item()
/linux/scripts/gcc-plugins/
H A Dstackleak_plugin.c284 rtx body; in remove_stack_tracking_gcall() local
297 body = PATTERN(insn); in remove_stack_tracking_gcall()
299 if (GET_CODE(body) == PARALLEL) in remove_stack_tracking_gcall()
300 body = XVECEXP(body, 0, 0); in remove_stack_tracking_gcall()
302 if (GET_CODE(body) != CALL) in remove_stack_tracking_gcall()
310 body = XEXP(body, 0); in remove_stack_tracking_gcall()
311 if (GET_CODE(body) != MEM) in remove_stack_tracking_gcall()
314 body = XEXP(body, 0); in remove_stack_tracking_gcall()
354 rtx body; in remove_stack_tracking_gasm() local
367 body = PATTERN(insn); in remove_stack_tracking_gasm()
[all …]
H A Darm_ssp_per_task_plugin.c15 rtx body; in arm_pertask_ssp_rtl_execute() local
23 body = PATTERN(insn); in arm_pertask_ssp_rtl_execute()
24 if (GET_CODE(body) != SET || in arm_pertask_ssp_rtl_execute()
25 GET_CODE(SET_SRC(body)) != SYMBOL_REF) in arm_pertask_ssp_rtl_execute()
27 sym = XSTR(SET_SRC(body), 0); in arm_pertask_ssp_rtl_execute()
39 SET_SRC(body) = gen_rtx_PLUS(Pmode, current, in arm_pertask_ssp_rtl_execute()
/linux/drivers/staging/ks7010/
H A Dks_hostif.c112 memcpy(ap->ssid.body, priv->reg.ssid.body, in get_current_ap()
115 memcpy(ap->rate_set.body, ap_info->rate_set.body, in get_current_ap()
135 memcpy(ap->rsn_ie.body, ap_info->rsn.body, size); in get_current_ap()
140 memcpy(ap->wpa_ie.body, ap_info->rsn.body, size); in get_current_ap()
172 ap->rate_set.body[0], ap->rate_set.body[1], in get_current_ap()
173 ap->rate_set.body[2], ap->rate_set.body[3], in get_current_ap()
174 ap->rate_set.body[4], ap->rate_set.body[5], in get_current_ap()
175 ap->rate_set.body[6], ap->rate_set.body[7], in get_current_ap()
268 bp = ap_info->body; in get_ap_information()
276 ap->ssid.body); in get_ap_information()
[all …]
/linux/drivers/net/wireless/ath/wcn36xx/
H A Dtestmode.c66 struct build_release_number *body = in wcn36xx_tm_cmd_ptt() local
70 body->drv_major = wcn->fw_major; in wcn36xx_tm_cmd_ptt()
71 body->drv_minor = wcn->fw_minor; in wcn36xx_tm_cmd_ptt()
72 body->drv_patch = wcn->fw_version; in wcn36xx_tm_cmd_ptt()
73 body->drv_build = wcn->fw_revision; in wcn36xx_tm_cmd_ptt()
74 body->ptt_max = 10; in wcn36xx_tm_cmd_ptt()
75 body->ptt_min = 0; in wcn36xx_tm_cmd_ptt()
/linux/fs/kernfs/
H A Dsymlink.c130 char *body; in kernfs_iop_get_link() local
135 body = kzalloc(PAGE_SIZE, GFP_KERNEL); in kernfs_iop_get_link()
136 if (!body) in kernfs_iop_get_link()
138 error = kernfs_getlink(inode, body); in kernfs_iop_get_link()
140 kfree(body); in kernfs_iop_get_link()
143 set_delayed_call(done, kfree_link, body); in kernfs_iop_get_link()
144 return body; in kernfs_iop_get_link()

1234567