Searched defs:srcp (Results 1 – 4 of 4) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
D | qdf_threads.c | 307 bool qdf_cpumask_empty(const qdf_cpu_mask *srcp) in qdf_cpumask_empty() 315 const qdf_cpu_mask *srcp) in qdf_cpumask_copy() 367 qdf_cpumask_complement(qdf_cpu_mask *dstp, const qdf_cpu_mask *srcp) in qdf_cpumask_complement() 373 qdf_cpumask_complement(qdf_cpu_mask *dstp, const qdf_cpu_mask *srcp) in qdf_cpumask_complement()
|
/wlan-driver/qca-wifi-host-cmn/target_if/spectral/ |
D | target_if_spectral.h | 114 #define SPECTRAL_MESSAGE_COPY_CHAR_ARRAY(destp, srcp, len) do { \ argument 124 #define SPECTRAL_MESSAGE_COPY_CHAR_ARRAY(destp, srcp, len) \ argument
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
D | wma_mgmt.c | 3789 uint32_t *destp, *srcp; in wma_mem_endianness_based_copy() local
|
/wlan-driver/qca-wifi-host-cmn/wmi/inc/ |
D | wmi_unified_param.h | 529 #define WMI_HOST_IF_MSG_COPY_CHAR_ARRAY(destp, srcp, len) do { \ argument 540 #define WMI_HOST_IF_MSG_COPY_CHAR_ARRAY(destp, srcp, len) OS_MEMCPY(destp,\ argument
|