/linux/drivers/net/wireless/silabs/wfx/ |
H A D | hif_tx.c | 163 struct wfx_hif_req_configuration *body = wfx_alloc_hif(buf_len, &hif); in wfx_hif_configuration() local 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 228 struct wfx_hif_req_write_mib *body = wfx_alloc_hif(buf_len, &hif); in wfx_hif_write_mib() local 247 struct wfx_hif_req_start_scan_alt *body = wfx_alloc_hif(buf_len, &hif); in wfx_hif_scan_uniq() local 272 struct wfx_hif_req_start_scan_alt *body = wfx_alloc_hif(buf_len, &hif); in wfx_hif_scan() local 332 struct wfx_hif_req_join *body = wfx_alloc_hif(sizeof(*body), &hif); in wfx_hif_join() local 361 struct wfx_hif_req_set_bss_params *body = wfx_alloc_hif(sizeof(*body), &hif); in wfx_hif_set_bss_params() local 378 struct wfx_hif_req_add_key *body = wfx_alloc_hif(sizeof(*body), &hif); in wfx_hif_add_key() local 398 struct wfx_hif_req_remove_key *body = wfx_alloc_hif(sizeof(*body), &hif); in wfx_hif_remove_key() local [all …]
|
H A D | hif_rx.c | 55 const struct wfx_hif_cnf_tx *body = buf; in wfx_hif_tx_confirm() local 64 const struct wfx_hif_cnf_multi_transmit *body = buf; in wfx_hif_multi_tx_confirm() local 76 const struct wfx_hif_ind_startup *body = buf; in wfx_hif_startup_indication() local 101 const struct wfx_hif_ind_rx *body = buf; in wfx_hif_receive_indication() local 117 const struct wfx_hif_ind_event *body = buf; in wfx_hif_event_indication() local 165 const struct wfx_hif_ind_scan_cmpl *body = buf; in wfx_hif_scan_complete_indication() local 194 const struct wfx_hif_ind_suspend_resume_tx *body = buf; in wfx_hif_suspend_resume_indication() local 222 const struct wfx_hif_ind_generic *body = buf; in wfx_hif_generic_indication() local 299 const struct wfx_hif_ind_error *body = buf; in wfx_hif_error_indication() local 325 const struct wfx_hif_ind_exception *body = buf; in wfx_hif_exception_indication() local
|
/linux/scripts/ |
H A D | rustdoc_test_builder.rs | 22 let mut body = String::new(); in main() localVariable 51 let body = body.replace( in main() localVariable 61 let body = body.replace( in main() localVariable
|
H A D | rustdoc_test_gen.rs | 123 let mut body = String::new(); in main() localVariable
|
/linux/tools/testing/selftests/bpf/ |
H A D | uprobe_multi.c | 32 #define F(body, name, idx) body(name, idx) argument 34 #define F10(body, name, idx) \ argument 40 #define F100(body, name, idx) \ argument 46 #define F1000(body, name, idx) \ argument 52 #define F10000(body, name, idx) \ argument
|
/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_context.c | 147 SVGA3dCmdDestroyContext body; in vmw_hw_context_destroy() member 250 SVGA3dCmdDefineContext body; in vmw_context_init() member 304 SVGA3dCmdDefineGBContext body; in vmw_gb_context_create() member 347 SVGA3dCmdBindGBContext body; in vmw_gb_context_bind() member 380 SVGA3dCmdReadbackGBContext body; in vmw_gb_context_unbind() member 384 SVGA3dCmdBindGBContext body; in vmw_gb_context_unbind() member 439 SVGA3dCmdDestroyGBContext body; in vmw_gb_context_destroy() member 471 SVGA3dCmdDXDefineContext body; in vmw_dx_context_create() member 514 SVGA3dCmdDXBindContext body; in vmw_dx_context_bind() member 589 SVGA3dCmdDXReadbackContext body; in vmw_dx_context_unbind() member [all …]
|
H A D | vmwgfx_surface.c | 164 SVGA3dCmdSurfaceDMA body; member 174 SVGA3dCmdDefineSurface body; member 182 SVGA3dCmdDestroySurface body; member 307 SVGA3dCmdSurfaceDMA *body = &cmd->body; in vmw_surface_dma_encode() local 1159 SVGA3dCmdDefineGBSurface body; in vmw_gb_surface_create() member 1163 SVGA3dCmdDefineGBSurface_v2 body; in vmw_gb_surface_create() member 1167 SVGA3dCmdDefineGBSurface_v3 body; in vmw_gb_surface_create() member 1171 SVGA3dCmdDefineGBSurface_v4 body; in vmw_gb_surface_create() member 1293 SVGA3dCmdBindGBSurface body; in vmw_gb_surface_bind() member 1297 SVGA3dCmdUpdateGBSurface body; in vmw_gb_surface_bind() member [all …]
|
H A D | vmwgfx_cotable.c | 188 SVGA3dCmdDXSetCOTable body; in vmw_cotable_unscrub() member 264 SVGA3dCmdDXReadbackCOTable body; in vmw_cotable_scrub() member 268 SVGA3dCmdDXSetCOTable body; in vmw_cotable_scrub() member 363 SVGA3dCmdDXReadbackCOTable body; in vmw_cotable_readback() member
|
H A D | vmwgfx_shader.c | 206 SVGA3dCmdDefineGBShader body; in vmw_gb_shader_create() member 251 SVGA3dCmdBindGBShader body; in vmw_gb_shader_bind() member 279 SVGA3dCmdBindGBShader body; in vmw_gb_shader_unbind() member 316 SVGA3dCmdDestroyGBShader body; in vmw_gb_shader_destroy() member 389 SVGA3dCmdDXBindShader body; in vmw_dx_shader_unscrub() member 475 SVGA3dCmdDXBindShader body; in vmw_dx_shader_scrub() member
|
H A D | vmwgfx_mob.c | 122 SVGA3dCmdSetOTableBase64 body; in vmw_setup_otable_base() member 200 SVGA3dCmdSetOTableBase body; in vmw_takedown_otable_base() member 556 SVGA3dCmdDestroyGBMob body; in vmw_mob_unbind() member 610 SVGA3dCmdDefineGBMob64 body; in vmw_mob_bind() member
|
H A D | vmwgfx_scrn.c | 71 SVGAFifoCmdBlitScreenToGMRFB body; member 76 SVGAFifoCmdBlitGMRFBToScreen body; member 81 SVGA3dCmdBlitSurfaceToScreen body; member 86 SVGAFifoCmdDefineGMRFB body; member 177 SVGAFifoCmdDestroyScreen body; in vmw_sou_fifo_destroy() member 956 SVGAFifoCmdDefineGMRFB body; in do_bo_define_gmrfb() member
|
H A D | vmwgfx_stdu.c | 94 SVGA3dCmdUpdateGBScreenTarget body; member 99 SVGA3dCmdSurfaceCopy body; member 104 SVGA3dCmdUpdateGBImage body; member 176 SVGA3dCmdDefineGBScreenTarget body; in vmw_stdu_define_st() member 227 SVGA3dCmdBindGBScreenTarget body; in vmw_stdu_bind_st() member 335 SVGA3dCmdDestroyGBScreenTarget body; in vmw_stdu_destroy_st() member
|
H A D | vmwgfx_streamoutput.c | 96 SVGA3dCmdDXBindStreamOutput body; in vmw_dx_streamoutput_unscrub() member 167 SVGA3dCmdDXBindStreamOutput body; in vmw_dx_streamoutput_scrub() member
|
H A D | vmwgfx_so.c | 167 struct vmw_view_define body; in vmw_view_create() member 210 union vmw_view_destroy body; in vmw_view_destroy() member
|
/linux/drivers/xen/xenbus/ |
H A D | xenbus.h | 67 char body[]; member 83 char *body; member
|
/linux/Documentation/sphinx-static/ |
H A D | theme_rtd_colors.css | 9 body { selector
|
H A D | theme_overrides.css | 10 body { selector
|
/linux/drivers/tty/ipwireless/ |
H A D | hardware.c | 332 struct ipw_control_packet_body body; member 769 const struct ipw_control_packet_body *body = in handle_received_CTRL_packet() local 1370 struct tl_setup_get_version_qry body; member 1375 struct tl_setup_config_msg body; member 1380 struct tl_setup_config_done_msg body; member 1385 struct tl_setup_open_msg body; member 1390 struct tl_setup_info_msg body; member 1395 struct TlSetupRebootMsgAck body; member
|
/linux/scripts/gcc-plugins/ |
H A D | stackleak_plugin.c | 284 rtx body; in remove_stack_tracking_gcall() local 354 rtx body; in remove_stack_tracking_gasm() local
|
H A D | arm_ssp_per_task_plugin.c | 15 rtx body; in arm_pertask_ssp_rtl_execute() local
|
/linux/rust/macros/ |
H A D | vtable.rs | 24 let body = match tokens.pop() { in vtable() localVariable
|
/linux/scripts/genksyms/ |
H A D | parse.y | 45 struct string_list **body, in record_compound()
|
/linux/net/sunrpc/auth_gss/ |
H A D | gss_krb5_crypto.c | 212 struct xdr_buf *body, int body_offset, u8 *cksumkey, in make_checksum() 315 const struct xdr_buf *body, int body_offset, in gss_krb5_checksum() 930 struct crypto_ahash *tfm, const struct xdr_buf *body, in krb5_etm_checksum()
|
/linux/fs/kernfs/ |
H A D | symlink.c | 130 char *body; in kernfs_iop_get_link() local
|
/linux/drivers/firmware/google/ |
H A D | memconsole-coreboot.c | 24 u8 body[]; member
|