Searched refs:body_val (Results 1 – 2 of 2) sorted by relevance
/wlan-driver/qcacld-3.0/core/wma/inc/ |
H A D | wma_internal.h | 132 void *body_ptr, uint32_t body_val, bool is_high_priority); 144 void *body_ptr, uint32_t body_val); 156 void *body_ptr, uint32_t body_val);
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
H A D | wma_main.c | 4142 void *body_ptr, uint32_t body_val, bool is_high_priority) in wma_send_msg_by_priority() argument 4148 msg.bodyval = body_val; in wma_send_msg_by_priority() 4162 void *body_ptr, uint32_t body_val) in wma_send_msg() argument 4165 body_ptr, body_val, false); in wma_send_msg() 4169 void *body_ptr, uint32_t body_val) in wma_send_msg_high_priority() argument 4172 body_ptr, body_val, true); in wma_send_msg_high_priority()
|