/kernel/linux/linux-5.10/drivers/staging/wfx/ |
H A D | hif_tx.c | 44 return (*hif)->body; in wfx_alloc_hif() 147 struct hif_req_configuration *body = wfx_alloc_hif(buf_len, &hif); in hif_configuration() local 151 body->length = cpu_to_le16(len); in hif_configuration() 152 memcpy(body->pds_data, conf, len); in hif_configuration() 163 struct hif_req_reset *body = wfx_alloc_hif(sizeof(*body), &hif); in hif_reset() local 167 body->reset_stat = reset_stat; in hif_reset() 168 wfx_fill_header(hif, wvif->id, HIF_REQ_ID_RESET, sizeof(*body)); in hif_reset() 180 struct hif_req_read_mib *body = wfx_alloc_hif(sizeof(*body), in hif_read_mib() local 216 struct hif_req_write_mib *body = wfx_alloc_hif(buf_len, &hif); hif_write_mib() local 236 struct hif_req_start_scan_alt *body = wfx_alloc_hif(buf_len, &hif); hif_scan() local 305 struct hif_req_join *body = wfx_alloc_hif(sizeof(*body), &hif); hif_join() local 340 struct hif_req_set_bss_params *body = hif_set_bss_params() local 359 struct hif_req_add_key *body = wfx_alloc_hif(sizeof(*body), &hif); hif_add_key() local 381 struct hif_req_remove_key *body = wfx_alloc_hif(sizeof(*body), &hif); hif_remove_key() local 397 struct hif_req_edca_queue_params *body = wfx_alloc_hif(sizeof(*body), hif_set_edca_queue_params() local 427 struct hif_req_set_pm_mode *body = wfx_alloc_hif(sizeof(*body), &hif); hif_set_pm() local 452 struct hif_req_start *body = wfx_alloc_hif(sizeof(*body), &hif); hif_start() local 475 struct hif_req_beacon_transmit *body = wfx_alloc_hif(sizeof(*body), hif_beacon_transmit() local 492 struct hif_req_map_link *body = wfx_alloc_hif(sizeof(*body), &hif); hif_map_link() local 512 struct hif_req_update_ie *body = wfx_alloc_hif(buf_len, &hif); hif_update_ie_beacon() local [all...] |
H A D | hif_rx.c | 57 const struct hif_cnf_tx *body = buf; in hif_tx_confirm() local 59 wfx_tx_confirm_cb(wdev, body); in hif_tx_confirm() 66 const struct hif_cnf_multi_transmit *body = buf; in hif_multi_tx_confirm() local 69 WARN(body->num_tx_confs <= 0, "corrupted message"); in hif_multi_tx_confirm() 70 for (i = 0; i < body->num_tx_confs; i++) in hif_multi_tx_confirm() 71 wfx_tx_confirm_cb(wdev, &body->tx_conf_payload[i]); in hif_multi_tx_confirm() 78 const struct hif_ind_startup *body = buf; in hif_startup_indication() local 80 if (body->status || body->firmware_type > 4) { in hif_startup_indication() 84 memcpy(&wdev->hw_caps, body, sizeo in hif_startup_indication() 110 const struct hif_ind_rx *body = buf; hif_receive_indication() local 127 const struct hif_ind_event *body = buf; hif_event_indication() local 208 const struct hif_ind_suspend_resume_tx *body = buf; hif_suspend_resume_indication() local 236 const struct hif_ind_generic *body = buf; hif_generic_indication() local 316 const struct hif_ind_error *body = buf; hif_error_indication() local 343 const struct hif_ind_exception *body = buf; hif_exception_indication() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/silabs/wfx/ |
H A D | hif_tx.c | 43 return (*hif)->body; in wfx_alloc_hif() 145 struct wfx_hif_req_configuration *body = wfx_alloc_hif(buf_len, &hif); in wfx_hif_configuration() local 149 body->length = cpu_to_le16(len); in wfx_hif_configuration() 150 memcpy(body->pds_data, conf, len); in wfx_hif_configuration() 161 struct wfx_hif_req_reset *body = wfx_alloc_hif(sizeof(*body), &hif); in wfx_hif_reset() local 165 body->reset_stat = reset_stat; in wfx_hif_reset() 166 wfx_fill_header(hif, wvif->id, HIF_REQ_ID_RESET, sizeof(*body)); in wfx_hif_reset() 177 struct wfx_hif_req_read_mib *body = wfx_alloc_hif(sizeof(*body), in wfx_hif_read_mib() local 210 struct wfx_hif_req_write_mib *body = wfx_alloc_hif(buf_len, &hif); wfx_hif_write_mib() local 229 struct wfx_hif_req_start_scan_alt *body = wfx_alloc_hif(buf_len, &hif); wfx_hif_scan() local 289 struct wfx_hif_req_join *body = wfx_alloc_hif(sizeof(*body), &hif); wfx_hif_join() local 318 struct wfx_hif_req_set_bss_params *body = wfx_alloc_hif(sizeof(*body), &hif); wfx_hif_set_bss_params() local 335 struct wfx_hif_req_add_key *body = wfx_alloc_hif(sizeof(*body), &hif); wfx_hif_add_key() local 355 struct wfx_hif_req_remove_key *body = wfx_alloc_hif(sizeof(*body), &hif); wfx_hif_remove_key() local 371 struct wfx_hif_req_edca_queue_params *body = wfx_alloc_hif(sizeof(*body), &hif); wfx_hif_set_edca_queue_params() local 399 struct wfx_hif_req_set_pm_mode *body = wfx_alloc_hif(sizeof(*body), &hif); wfx_hif_set_pm() local 426 struct wfx_hif_req_start *body = wfx_alloc_hif(sizeof(*body), &hif); wfx_hif_start() local 448 struct wfx_hif_req_beacon_transmit *body = wfx_alloc_hif(sizeof(*body), &hif); wfx_hif_beacon_transmit() local 463 struct wfx_hif_req_map_link *body = wfx_alloc_hif(sizeof(*body), &hif); wfx_hif_map_link() local 483 struct wfx_hif_req_update_ie *body = wfx_alloc_hif(buf_len, &hif); wfx_hif_update_ie_beacon() local [all...] |
H A D | hif_rx.c | 55 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() 64 const struct wfx_hif_cnf_multi_transmit *body = buf; in wfx_hif_multi_tx_confirm() local 67 WARN(body->num_tx_confs <= 0, "corrupted message"); in wfx_hif_multi_tx_confirm() 68 for (i = 0; i < body->num_tx_confs; i++) in wfx_hif_multi_tx_confirm() 69 wfx_tx_confirm_cb(wdev, &body->tx_conf_payload[i]); in wfx_hif_multi_tx_confirm() 76 const struct wfx_hif_ind_startup *body = buf; in wfx_hif_startup_indication() local 78 if (body->status || body->firmware_type > 4) { in wfx_hif_startup_indication() 82 memcpy(&wdev->hw_caps, body, sizeo in wfx_hif_startup_indication() 101 const struct wfx_hif_ind_rx *body = buf; wfx_hif_receive_indication() local 117 const struct wfx_hif_ind_event *body = buf; wfx_hif_event_indication() local 165 const struct wfx_hif_ind_scan_cmpl *body = buf; wfx_hif_scan_complete_indication() local 194 const struct wfx_hif_ind_suspend_resume_tx *body = buf; wfx_hif_suspend_resume_indication() local 222 const struct wfx_hif_ind_generic *body = buf; wfx_hif_generic_indication() local 299 const struct wfx_hif_ind_error *body = buf; wfx_hif_error_indication() local 325 const struct wfx_hif_ind_exception *body = buf; wfx_hif_exception_indication() local [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | uprobe_multi.c | 15 #define F(body, name, idx) body(name, idx) 17 #define F10(body, name, idx) \ 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, PAST [all...] |
/kernel/linux/linux-5.10/drivers/media/usb/as102/ |
H A D | as10x_cmd.c | 28 sizeof(pcmd->body.turn_on.req)); in as10x_cmd_turn_on() 31 pcmd->body.turn_on.req.proc_id = cpu_to_le16(CONTROL_PROC_TURNON); 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() 72 pcmd->body.turn_off.req.proc_id = cpu_to_le16(CONTROL_PROC_TURNOFF); in as10x_cmd_turn_off() 78 sizeof(pcmd->body.turn_off.req) + HEADER_SIZE, in as10x_cmd_turn_off() 80 sizeof(prsp->body.turn_off.rsp) + HEADER_SIZE); in as10x_cmd_turn_off() 111 sizeof(preq->body.set_tune.req)); in as10x_cmd_set_tune() 114 preq->body in as10x_cmd_set_tune() [all...] |
H A D | as10x_cmd_stream.c | 29 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() 34 pcmd->body.add_pid_filter.req.pid = cpu_to_le16(filter->pid); in as10x_cmd_add_PID_filter() 35 pcmd->body.add_pid_filter.req.stream_type = filter->type; in as10x_cmd_add_PID_filter() 38 pcmd->body.add_pid_filter.req.idx = filter->idx; 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() 61 filter->idx = prsp->body.add_pid_filter.rsp.filter_id; in as10x_cmd_add_PID_filter() 86 sizeof(pcmd->body in as10x_cmd_del_PID_filter() [all...] |
H A D | as10x_cmd_cfg.c | 34 sizeof(pcmd->body.context.req)); in as10x_cmd_get_context() 37 pcmd->body.context.req.proc_id = cpu_to_le16(CONTROL_PROC_CONTEXT); in as10x_cmd_get_context() 38 pcmd->body.context.req.tag = cpu_to_le16(tag); in as10x_cmd_get_context() 39 pcmd->body.context.req.type = cpu_to_le16(GET_CONTEXT_DATA); 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() 63 *pvalue = le32_to_cpu((__force __le32)prsp->body.context.rsp.reg_val.u.value32); in as10x_cmd_get_context() 90 sizeof(pcmd->body.context.req)); in as10x_cmd_set_context() 93 pcmd->body.context.req.proc_id = cpu_to_le16(CONTROL_PROC_CONTEXT); in as10x_cmd_set_context() 94 /* pcmd->body in as10x_cmd_set_context() [all...] |
/kernel/linux/linux-6.6/drivers/media/usb/as102/ |
H A D | as10x_cmd.c | 28 sizeof(pcmd->body.turn_on.req)); in as10x_cmd_turn_on() 31 pcmd->body.turn_on.req.proc_id = cpu_to_le16(CONTROL_PROC_TURNON); 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() 72 pcmd->body.turn_off.req.proc_id = cpu_to_le16(CONTROL_PROC_TURNOFF); in as10x_cmd_turn_off() 78 sizeof(pcmd->body.turn_off.req) + HEADER_SIZE, in as10x_cmd_turn_off() 80 sizeof(prsp->body.turn_off.rsp) + HEADER_SIZE); in as10x_cmd_turn_off() 111 sizeof(preq->body.set_tune.req)); in as10x_cmd_set_tune() 114 preq->body in as10x_cmd_set_tune() [all...] |
H A D | as10x_cmd_stream.c | 29 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() 34 pcmd->body.add_pid_filter.req.pid = cpu_to_le16(filter->pid); in as10x_cmd_add_PID_filter() 35 pcmd->body.add_pid_filter.req.stream_type = filter->type; in as10x_cmd_add_PID_filter() 38 pcmd->body.add_pid_filter.req.idx = filter->idx; 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() 61 filter->idx = prsp->body.add_pid_filter.rsp.filter_id; in as10x_cmd_add_PID_filter() 86 sizeof(pcmd->body in as10x_cmd_del_PID_filter() [all...] |
H A D | as10x_cmd_cfg.c | 34 sizeof(pcmd->body.context.req)); in as10x_cmd_get_context() 37 pcmd->body.context.req.proc_id = cpu_to_le16(CONTROL_PROC_CONTEXT); in as10x_cmd_get_context() 38 pcmd->body.context.req.tag = cpu_to_le16(tag); in as10x_cmd_get_context() 39 pcmd->body.context.req.type = cpu_to_le16(GET_CONTEXT_DATA); 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() 63 *pvalue = le32_to_cpu((__force __le32)prsp->body.context.rsp.reg_val.u.value32); in as10x_cmd_get_context() 90 sizeof(pcmd->body.context.req)); in as10x_cmd_set_context() 93 pcmd->body.context.req.proc_id = cpu_to_le16(CONTROL_PROC_CONTEXT); in as10x_cmd_set_context() 94 /* pcmd->body in as10x_cmd_set_context() [all...] |
/kernel/linux/linux-5.10/drivers/hv/ |
H A D | hv_kvp.c | 140 version = kvp_msg->body.kvp_register.version; in kvp_register() 228 data = &message->body.kvp_enum_data; in kvp_on_msg() 272 len = utf8s_to_utf16s((char *)in->body.kvp_ip_val.ip_addr, in process_ob_ipinfo() 273 strlen((char *)in->body.kvp_ip_val.ip_addr), in process_ob_ipinfo() 280 len = utf8s_to_utf16s((char *)in->body.kvp_ip_val.sub_net, in process_ob_ipinfo() 281 strlen((char *)in->body.kvp_ip_val.sub_net), in process_ob_ipinfo() 288 len = utf8s_to_utf16s((char *)in->body.kvp_ip_val.gate_way, in process_ob_ipinfo() 289 strlen((char *)in->body.kvp_ip_val.gate_way), in process_ob_ipinfo() 296 len = utf8s_to_utf16s((char *)in->body.kvp_ip_val.dns_addr, in process_ob_ipinfo() 297 strlen((char *)in->body in process_ob_ipinfo() [all...] |
/kernel/linux/linux-6.6/drivers/hv/ |
H A D | hv_kvp.c | 140 version = kvp_msg->body.kvp_register.version; in kvp_register() 228 data = &message->body.kvp_enum_data; in kvp_on_msg() 272 len = utf8s_to_utf16s((char *)in->body.kvp_ip_val.ip_addr, in process_ob_ipinfo() 273 strlen((char *)in->body.kvp_ip_val.ip_addr), in process_ob_ipinfo() 280 len = utf8s_to_utf16s((char *)in->body.kvp_ip_val.sub_net, in process_ob_ipinfo() 281 strlen((char *)in->body.kvp_ip_val.sub_net), in process_ob_ipinfo() 288 len = utf8s_to_utf16s((char *)in->body.kvp_ip_val.gate_way, in process_ob_ipinfo() 289 strlen((char *)in->body.kvp_ip_val.gate_way), in process_ob_ipinfo() 296 len = utf8s_to_utf16s((char *)in->body.kvp_ip_val.dns_addr, in process_ob_ipinfo() 297 strlen((char *)in->body in process_ob_ipinfo() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_surface.c | 170 SVGA3dCmdSurfaceDMA body; member 180 SVGA3dCmdDefineSurface body; member 188 SVGA3dCmdDestroySurface body; member 245 cmd->header.size = sizeof(cmd->body); in vmw_surface_destroy_encode() 246 cmd->body.sid = id; in vmw_surface_destroy_encode() 265 cmd_len = sizeof(cmd->body) + srf->metadata.num_sizes * in vmw_surface_define_encode() 270 cmd->body.sid = srf->res.id; in vmw_surface_define_encode() 276 cmd->body.surfaceFlags = (SVGA3dSurface1Flags)srf->metadata.flags; in vmw_surface_define_encode() 277 cmd->body.format = srf->metadata.format; in vmw_surface_define_encode() 279 cmd->body in vmw_surface_define_encode() 313 SVGA3dCmdSurfaceDMA *body = &cmd->body; vmw_surface_dma_encode() local 1075 SVGA3dCmdDefineGBSurface body; vmw_gb_surface_create() member 1079 SVGA3dCmdDefineGBSurface_v2 body; vmw_gb_surface_create() member 1083 SVGA3dCmdDefineGBSurface_v3 body; vmw_gb_surface_create() member 1087 SVGA3dCmdDefineGBSurface_v4 body; vmw_gb_surface_create() member 1209 SVGA3dCmdBindGBSurface body; vmw_gb_surface_bind() member 1213 SVGA3dCmdUpdateGBSurface body; vmw_gb_surface_bind() member 1258 SVGA3dCmdReadbackGBSurface body; vmw_gb_surface_unbind() member 1262 SVGA3dCmdInvalidateGBSurface body; vmw_gb_surface_unbind() member 1266 SVGA3dCmdBindGBSurface body; vmw_gb_surface_unbind() member 1321 SVGA3dCmdDestroyGBSurface body; vmw_gb_surface_destroy() member 1892 SVGA3dCmdDXUpdateSubResource body; vmw_surface_dirty_sync() member 1896 SVGA3dCmdUpdateGBImage body; vmw_surface_dirty_sync() member 2044 SVGA3dCmdReadbackGBSurface body; vmw_surface_clean() member [all...] |
H A D | vmwgfx_scrn.c | 69 SVGAFifoCmdBlitScreenToGMRFB body; member 74 SVGAFifoCmdBlitGMRFBToScreen body; member 79 SVGA3dCmdBlitSurfaceToScreen body; member 84 SVGAFifoCmdDefineGMRFB body; member 176 SVGAFifoCmdDestroyScreen body; in vmw_sou_fifo_destroy() member 190 cmd->body.screenId = sou->base.unit; in vmw_sou_fifo_destroy() 495 gmr->body.format.bitsPerPixel = update->vfb->base.format->cpp[0] * 8; in vmw_sou_bo_define_gmrfb() 496 gmr->body.format.colorDepth = depth; in vmw_sou_bo_define_gmrfb() 497 gmr->body.format.reserved = 0; in vmw_sou_bo_define_gmrfb() 498 gmr->body in vmw_sou_bo_define_gmrfb() 989 SVGAFifoCmdDefineGMRFB body; do_bo_define_gmrfb() member [all...] |
H A D | vmwgfx_execbuf.c | 54 __type body; \ 732 cmd->header.size = sizeof(cmd->body); in vmw_rebind_all_dx_query() 733 cmd->body.cid = ctx_res->id; in vmw_rebind_all_dx_query() 734 cmd->body.mobid = dx_query_mob->base.mem.start; in vmw_rebind_all_dx_query() 841 &cmd->body, NULL); in vmw_cmd_cid_check() 883 if (cmd->body.type >= SVGA3D_RT_MAX) { in vmw_cmd_set_render_target_check() 885 (unsigned int) cmd->body.type); in vmw_cmd_set_render_target_check() 891 &cmd->body.cid, &ctx); in vmw_cmd_set_render_target_check() 897 &cmd->body.target.sid, &res); in vmw_cmd_set_render_target_check() 912 binding.slot = cmd->body in vmw_cmd_set_render_target_check() 1690 SVGAFifoCmdDefineGMRFB body; vmw_cmd_check_define_gmrfb() member 2261 SVGA3dCmdDXSetVertexBuffers body; vmw_cmd_dx_set_vertex_buffers() member 2479 SVGA3dCmdDXSetSOTargets body; vmw_cmd_dx_set_so_targets() member 2609 union vmw_view_destroy body; vmw_cmd_dx_view_remove() member 2860 SVGA3dCmdDXClearUAViewUint body; vmw_cmd_clear_uav_uint() member 2879 SVGA3dCmdDXClearUAViewFloat body; vmw_cmd_clear_uav_float() member 2898 SVGA3dCmdDXSetUAViews body; vmw_cmd_set_uav() member 2930 SVGA3dCmdDXSetCSUAViews body; vmw_cmd_set_cs_uav() member 2964 SVGA3dCmdDXDefineStreamOutputWithMob body; vmw_cmd_dx_define_streamoutput() member 2994 SVGA3dCmdDXDestroyStreamOutput body; vmw_cmd_dx_destroy_streamoutput() member 3030 SVGA3dCmdDXBindStreamOutput body; vmw_cmd_dx_bind_streamoutput() member 3072 SVGA3dCmdDXSetStreamOutput body; vmw_cmd_dx_set_streamoutput() member 3125 SVGA3dCmdDXDrawIndexedInstancedIndirect body; vmw_cmd_indexed_instanced_indirect() member 3142 SVGA3dCmdDXDrawInstancedIndirect body; vmw_cmd_instanced_indirect() member 3159 SVGA3dCmdDXDispatchIndirect body; vmw_cmd_dispatch_indirect() member [all...] |
H A D | vmwgfx_binding.c | 555 SVGA3dCmdSetShader body; in vmw_binding_scrub_shader() member 563 cmd->header.size = sizeof(cmd->body); in vmw_binding_scrub_shader() 564 cmd->body.cid = bi->ctx->id; in vmw_binding_scrub_shader() 565 cmd->body.type = binding->shader_slot + SVGA3D_SHADERTYPE_MIN; in vmw_binding_scrub_shader() 566 cmd->body.shid = ((rebind) ? bi->res->id : SVGA3D_INVALID_ID); in vmw_binding_scrub_shader() 587 SVGA3dCmdSetRenderTarget body; in vmw_binding_scrub_render_target() member 595 cmd->header.size = sizeof(cmd->body); in vmw_binding_scrub_render_target() 596 cmd->body.cid = bi->ctx->id; in vmw_binding_scrub_render_target() 597 cmd->body.type = binding->slot; in vmw_binding_scrub_render_target() 598 cmd->body in vmw_binding_scrub_render_target() 626 } body; vmw_binding_scrub_texture() member 657 SVGA3dCmdDXSetShader body; vmw_binding_scrub_dx_shader() member 686 SVGA3dCmdDXSetSingleConstantBuffer body; vmw_binding_scrub_cb() member 800 SVGA3dCmdDXSetShaderResources body; vmw_emit_set_sr() member 841 SVGA3dCmdDXSetRenderTargets body; vmw_emit_set_rt() member 922 SVGA3dCmdDXSetSOTargets body; vmw_emit_set_so_target() member 1035 SVGA3dCmdDXSetVertexBuffers body; vmw_emit_set_vb() member 1069 SVGA3dCmdDXSetUAViews body; vmw_emit_set_uav() member 1099 SVGA3dCmdDXSetCSUAViews body; vmw_emit_set_cs_uav() member 1263 SVGA3dCmdDXSetIndexBuffer body; vmw_binding_scrub_ib() member 1315 SVGA3dCmdDXSetStreamOutput body; vmw_binding_scrub_so() member [all...] |
H A D | vmwgfx_context.c | 145 SVGA3dCmdDestroyContext body; in vmw_hw_context_destroy() member 171 cmd->header.size = sizeof(cmd->body); in vmw_hw_context_destroy() 172 cmd->body.cid = res->id; in vmw_hw_context_destroy() 248 SVGA3dCmdDefineContext body; in vmw_context_init() member 275 cmd->header.size = sizeof(cmd->body); in vmw_context_init() 276 cmd->body.cid = res->id; in vmw_context_init() 302 SVGA3dCmdDefineGBContext body; in vmw_gb_context_create() member 326 cmd->header.size = sizeof(cmd->body); in vmw_gb_context_create() 327 cmd->body.cid = res->id; in vmw_gb_context_create() 345 SVGA3dCmdBindGBContext body; in vmw_gb_context_bind() member 378 SVGA3dCmdReadbackGBContext body; vmw_gb_context_unbind() member 382 SVGA3dCmdBindGBContext body; vmw_gb_context_unbind() member 437 SVGA3dCmdDestroyGBContext body; vmw_gb_context_destroy() member 469 SVGA3dCmdDXDefineContext body; vmw_dx_context_create() member 512 SVGA3dCmdDXBindContext body; vmw_dx_context_bind() member 587 SVGA3dCmdDXReadbackContext body; vmw_dx_context_unbind() member 591 SVGA3dCmdDXBindContext body; vmw_dx_context_unbind() member 653 SVGA3dCmdDXDestroyContext body; vmw_dx_context_destroy() member [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_surface.c | 167 SVGA3dCmdSurfaceDMA body; member 177 SVGA3dCmdDefineSurface body; member 185 SVGA3dCmdDestroySurface body; member 242 cmd->header.size = sizeof(cmd->body); in vmw_surface_destroy_encode() 243 cmd->body.sid = id; in vmw_surface_destroy_encode() 262 cmd_len = sizeof(cmd->body) + srf->metadata.num_sizes * in vmw_surface_define_encode() 267 cmd->body.sid = srf->res.id; in vmw_surface_define_encode() 273 cmd->body.surfaceFlags = (SVGA3dSurface1Flags)srf->metadata.flags; in vmw_surface_define_encode() 274 cmd->body.format = srf->metadata.format; in vmw_surface_define_encode() 276 cmd->body in vmw_surface_define_encode() 310 SVGA3dCmdSurfaceDMA *body = &cmd->body; vmw_surface_dma_encode() local 1042 SVGA3dCmdDefineGBSurface body; vmw_gb_surface_create() member 1046 SVGA3dCmdDefineGBSurface_v2 body; vmw_gb_surface_create() member 1050 SVGA3dCmdDefineGBSurface_v3 body; vmw_gb_surface_create() member 1054 SVGA3dCmdDefineGBSurface_v4 body; vmw_gb_surface_create() member 1176 SVGA3dCmdBindGBSurface body; vmw_gb_surface_bind() member 1180 SVGA3dCmdUpdateGBSurface body; vmw_gb_surface_bind() member 1225 SVGA3dCmdReadbackGBSurface body; vmw_gb_surface_unbind() member 1229 SVGA3dCmdInvalidateGBSurface body; vmw_gb_surface_unbind() member 1233 SVGA3dCmdBindGBSurface body; vmw_gb_surface_unbind() member 1288 SVGA3dCmdDestroyGBSurface body; vmw_gb_surface_destroy() member 1838 SVGA3dCmdDXUpdateSubResource body; vmw_surface_dirty_sync() member 1842 SVGA3dCmdUpdateGBImage body; vmw_surface_dirty_sync() member 1974 SVGA3dCmdReadbackGBSurface body; vmw_surface_clean() member [all...] |
H A D | vmwgfx_scrn.c | 68 SVGAFifoCmdBlitScreenToGMRFB body; member 73 SVGAFifoCmdBlitGMRFBToScreen body; member 78 SVGA3dCmdBlitSurfaceToScreen body; member 83 SVGAFifoCmdDefineGMRFB body; member 175 SVGAFifoCmdDestroyScreen body; in vmw_sou_fifo_destroy() member 189 cmd->body.screenId = sou->base.unit; in vmw_sou_fifo_destroy() 489 gmr->body.format.bitsPerPixel = update->vfb->base.format->cpp[0] * 8; in vmw_sou_bo_define_gmrfb() 490 gmr->body.format.colorDepth = depth; in vmw_sou_bo_define_gmrfb() 491 gmr->body.format.reserved = 0; in vmw_sou_bo_define_gmrfb() 492 gmr->body in vmw_sou_bo_define_gmrfb() 955 SVGAFifoCmdDefineGMRFB body; do_bo_define_gmrfb() member [all...] |
H A D | vmwgfx_execbuf.c | 55 __type body; \ 723 cmd->header.size = sizeof(cmd->body); in vmw_rebind_all_dx_query() 724 cmd->body.cid = ctx_res->id; in vmw_rebind_all_dx_query() 725 cmd->body.mobid = dx_query_mob->tbo.resource->start; in vmw_rebind_all_dx_query() 832 &cmd->body, NULL); in vmw_cmd_cid_check() 874 if (cmd->body.type >= SVGA3D_RT_MAX) { in vmw_cmd_set_render_target_check() 876 (unsigned int) cmd->body.type); in vmw_cmd_set_render_target_check() 882 &cmd->body.cid, &ctx); in vmw_cmd_set_render_target_check() 888 &cmd->body.target.sid, &res); in vmw_cmd_set_render_target_check() 903 binding.slot = cmd->body in vmw_cmd_set_render_target_check() 1686 SVGAFifoCmdDefineGMRFB body; vmw_cmd_check_define_gmrfb() member 2297 SVGA3dCmdDXSetVertexBuffers body; vmw_cmd_dx_set_vertex_buffers() member 2517 SVGA3dCmdDXSetSOTargets body; vmw_cmd_dx_set_so_targets() member 2649 union vmw_view_destroy body; vmw_cmd_dx_view_remove() member 2902 SVGA3dCmdDXClearUAViewUint body; vmw_cmd_clear_uav_uint() member 2921 SVGA3dCmdDXClearUAViewFloat body; vmw_cmd_clear_uav_float() member 2940 SVGA3dCmdDXSetUAViews body; vmw_cmd_set_uav() member 2972 SVGA3dCmdDXSetCSUAViews body; vmw_cmd_set_cs_uav() member 3006 SVGA3dCmdDXDefineStreamOutputWithMob body; vmw_cmd_dx_define_streamoutput() member 3038 SVGA3dCmdDXDestroyStreamOutput body; vmw_cmd_dx_destroy_streamoutput() member 3074 SVGA3dCmdDXBindStreamOutput body; vmw_cmd_dx_bind_streamoutput() member 3116 SVGA3dCmdDXSetStreamOutput body; vmw_cmd_dx_set_streamoutput() member 3169 SVGA3dCmdDXDrawIndexedInstancedIndirect body; vmw_cmd_indexed_instanced_indirect() member 3186 SVGA3dCmdDXDrawInstancedIndirect body; vmw_cmd_instanced_indirect() member 3203 SVGA3dCmdDXDispatchIndirect body; vmw_cmd_dispatch_indirect() member [all...] |
H A D | vmwgfx_binding.c | 578 SVGA3dCmdSetShader body; in vmw_binding_scrub_shader() member 586 cmd->header.size = sizeof(cmd->body); in vmw_binding_scrub_shader() 587 cmd->body.cid = bi->ctx->id; in vmw_binding_scrub_shader() 588 cmd->body.type = binding->shader_slot + SVGA3D_SHADERTYPE_MIN; in vmw_binding_scrub_shader() 589 cmd->body.shid = ((rebind) ? bi->res->id : SVGA3D_INVALID_ID); in vmw_binding_scrub_shader() 610 SVGA3dCmdSetRenderTarget body; in vmw_binding_scrub_render_target() member 618 cmd->header.size = sizeof(cmd->body); in vmw_binding_scrub_render_target() 619 cmd->body.cid = bi->ctx->id; in vmw_binding_scrub_render_target() 620 cmd->body.type = binding->slot; in vmw_binding_scrub_render_target() 621 cmd->body in vmw_binding_scrub_render_target() 649 } body; vmw_binding_scrub_texture() member 680 SVGA3dCmdDXSetShader body; vmw_binding_scrub_dx_shader() member 709 SVGA3dCmdDXSetSingleConstantBuffer body; vmw_binding_scrub_cb() member 822 SVGA3dCmdDXSetShaderResources body; vmw_emit_set_sr() member 863 SVGA3dCmdDXSetRenderTargets body; vmw_emit_set_rt() member 942 SVGA3dCmdDXSetSOTargets body; vmw_emit_set_so_target() member 1055 SVGA3dCmdDXSetVertexBuffers body; vmw_emit_set_vb() member 1089 SVGA3dCmdDXSetUAViews body; vmw_emit_set_uav() member 1119 SVGA3dCmdDXSetCSUAViews body; vmw_emit_set_cs_uav() member 1283 SVGA3dCmdDXSetIndexBuffer body; vmw_binding_scrub_ib() member 1335 SVGA3dCmdDXSetStreamOutput body; vmw_binding_scrub_so() member [all...] |
/kernel/linux/linux-6.6/scripts/ |
H A D | rustdoc_test_builder.rs | 22 let mut body = String::new(); in main() variables 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() 61 let body = body.replace( in main() 71 std::fs::write(path, body.as_bytes()).unwrap(); in main()
|
/kernel/linux/linux-5.10/scripts/gcc-plugins/ |
H A D | stackleak_plugin.c | 286 rtx body; in remove_stack_tracking_gcall() local 295 * Check the expression code of the insn body, which is an RTL in remove_stack_tracking_gcall() 299 body = PATTERN(insn); in remove_stack_tracking_gcall() 301 if (GET_CODE(body) == PARALLEL) in remove_stack_tracking_gcall() 302 body = XVECEXP(body, 0, 0); in remove_stack_tracking_gcall() 304 if (GET_CODE(body) != CALL) in remove_stack_tracking_gcall() 312 body = XEXP(body, 0); in remove_stack_tracking_gcall() 313 if (GET_CODE(body) ! in remove_stack_tracking_gcall() 356 rtx body; remove_stack_tracking_gasm() local [all...] |
/kernel/linux/linux-6.6/scripts/gcc-plugins/ |
H A D | stackleak_plugin.c | 284 rtx body; in remove_stack_tracking_gcall() local 293 * Check the expression code of the insn body, which is an RTL in remove_stack_tracking_gcall() 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) ! in remove_stack_tracking_gcall() 354 rtx body; remove_stack_tracking_gasm() local [all...] |