Searched refs:body (Results 1 - 10 of 10) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tl/backend/ |
H A D | mali_kbase_timeline_csf.c | 83 * We also need to continue holding the lock until after the first body in kbase_create_timeline_objects() 101 /* Reset body stream buffers while holding the kctx lock. in kbase_create_timeline_objects() 113 struct kbase_tlstream *body = in kbase_create_timeline_objects() local 127 /* Trace the context itself into the body stream, not the in kbase_create_timeline_objects() 129 * We place this in the body to ensure it is ordered after any in kbase_create_timeline_objects() 138 __kbase_tlstream_tl_kbase_new_ctx(body, kctx->id, in kbase_create_timeline_objects() 142 __kbase_tlstream_tl_new_ctx(body, in kbase_create_timeline_objects() 149 __kbase_tlstream_tl_kbase_ctx_assign_as(body, kctx->id, in kbase_create_timeline_objects() 153 /* Trace all KCPU queues in the context into the body stream. in kbase_create_timeline_objects() 154 * As we acquired the KCPU lock after resetting the body strea in kbase_create_timeline_objects() [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
H A D | MQTTClient.h | 643 const unsigned char* body; /**< string of cert in PEM format */ member 649 const unsigned char* body; /**< string of key in KEY forma */ member
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | eapol.h | 54 unsigned short length; /* Length of body */ 55 unsigned char body[1]; /* Body (optional) */ member 63 unsigned short length; /* Length of body */
|
H A D | 802.11s.h | 327 struct dot11_mcsp_body body; /* body of the ie */ member 330 #define DOT11_MESH_CSP_IE_LEN 5 /* length of mesh channel switch parameter IE body */
|
H A D | nan.h | 361 uint8 body[]; member
|
H A D | 802.11.h | 68 #define DOT11_MAX_MPDU_BODY_LEN 2304 /* max MPDU body length */ 453 struct dot11_csa_body b; /* body of the ie */ 456 #define DOT11_EXT_CSA_IE_LEN 4 /* length of extended channel switch IE body */ 467 struct dot11_csa_body b; /* body of the ie */ 1032 * body and return the char* pointer to the SSID info element 1034 #define BCN_PRB_SSID(body) ((char*)(body) + DOT11_BCN_PRB_LEN) 1414 #define TLV_BODY_OFF 2 /* body offset */ 1415 #define TLV_BODY_LEN_MAX 255 /* max body length */
|
H A D | wlioctl.h | 11837 WL_NAN_OOB_AF_FLAG_ADD_DCAP = 0x0004, /* add dev cap attr into NAF body */ 11838 WL_NAN_OOB_AF_FLAG_ADD_ELMT = 0x0008, /* add elmt container attr into NAF body */ 12886 uint16 body_len; /* length of body (does not include oui field) */ 12890 uint8 body[]; /* vendor IE payload */ member 15668 #define CAP_ONOFF_BODY (0x1) /* on/off body only */ 15671 #define CAP_HEAD_BODY (0x8) /* head/body capability */ 16451 status code,fbt response frame body
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_linux_pktdump.c | 284 uint16 length; /* Length of body */ 285 uint8 body[1]; /* Body (optional) */ member 336 eap_key = (eapol_key_hdr_t *)(eapol_hdr->body); in dhd_is_4way_msg() 627 eap_hdr = (eap_header_fmt_t *)(eapol_hdr->body); in dhd_dump_wsc_message() 736 eap_hdr = (eap_header_fmt_t *)(eapol_hdr->body); in dhd_dump_eap_packet() 866 eap_key = (eapol_key_hdr_t *)(eapol_hdr->body); in dhd_dump_eapol_4way_message()
|
H A D | wl_cfg80211.c | 13794 u8 *body = NULL; in wl_notify_connect_status_ap_auth() local 13814 body = (u8 *)MALLOCZ(cfg->osh, len); in wl_notify_connect_status_ap_auth() 13815 if (body == NULL) { in wl_notify_connect_status_ap_auth() 13816 WL_ERR(("Failed to allocate body\n")); in wl_notify_connect_status_ap_auth() 13819 (void)memcpy_s(body, len, data, len); in wl_notify_connect_status_ap_auth() 13861 &mgmt_frame, &len, body); in wl_notify_connect_status_ap_auth() 13879 if (body) { in wl_notify_connect_status_ap_auth() 13880 MFREE(cfg->osh, body, body_len); in wl_notify_connect_status_ap_auth() 13910 u8 *body = NULL; in wl_notify_connect_status_ap() local 13972 body in wl_notify_connect_status_ap() 14187 u8 *body = NULL; wl_notify_connect_status_bss() local 14586 u8 *body = NULL; wl_notify_connect_status_mesh() local [all...] |
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/ |
H A D | configure_llvm | 6810 check_cflags -Wempty-body
|
Completed in 109 milliseconds