Searched refs:wmi_ext2_service_bitmap (Results 1 – 3 of 3) sorted by relevance
3484 if (soc->wmi_ext2_service_bitmap) { in wmi_unified_detach()3485 qdf_mem_free(soc->wmi_ext2_service_bitmap); in wmi_unified_detach()3486 soc->wmi_ext2_service_bitmap = NULL; in wmi_unified_detach()
6902 if (soc->wmi_ext2_service_bitmap) { in is_service_enabled_tlv()6918 soc->wmi_ext2_service_bitmap, in is_service_enabled_tlv()12929 if (!soc->wmi_ext2_service_bitmap || in save_ext_service_bitmap_tlv()12932 if (soc->wmi_ext2_service_bitmap) { in save_ext_service_bitmap_tlv()12933 qdf_mem_free(soc->wmi_ext2_service_bitmap); in save_ext_service_bitmap_tlv()12934 soc->wmi_ext2_service_bitmap = NULL; in save_ext_service_bitmap_tlv()12936 soc->wmi_ext2_service_bitmap = in save_ext_service_bitmap_tlv()12939 if (!soc->wmi_ext2_service_bitmap) in save_ext_service_bitmap_tlv()12946 qdf_mem_copy(soc->wmi_ext2_service_bitmap, in save_ext_service_bitmap_tlv()12953 i, soc->wmi_ext2_service_bitmap[i]); in save_ext_service_bitmap_tlv()
3616 uint32_t *wmi_ext2_service_bitmap; member