Home
last modified time | relevance | path

Searched refs:destp (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/target_if/spectral/
Dtarget_if_spectral.h114 #define SPECTRAL_MESSAGE_COPY_CHAR_ARRAY(destp, srcp, len) do { \ argument
118 dest = (uint32_t *)(destp); \
124 #define SPECTRAL_MESSAGE_COPY_CHAR_ARRAY(destp, srcp, len) \ argument
125 OS_MEMCPY((destp), (srcp), (len));
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_mgmt.c3789 uint32_t *destp, *srcp; in wma_mem_endianness_based_copy() local
3791 destp = (uint32_t *) dst; in wma_mem_endianness_based_copy()
3794 *destp = cpu_to_le32(*srcp); in wma_mem_endianness_based_copy()
3795 destp++; in wma_mem_endianness_based_copy()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
Dwmi_unified_param.h529 #define WMI_HOST_IF_MSG_COPY_CHAR_ARRAY(destp, srcp, len) do { \ argument
533 dest = (u_int32_t *)destp; \
540 #define WMI_HOST_IF_MSG_COPY_CHAR_ARRAY(destp, srcp, len) OS_MEMCPY(destp,\ argument