Searched refs:wmi_ext_service_bitmap (Results 1 – 3 of 3) sorted by relevance
3479 if (soc->wmi_ext_service_bitmap) { in wmi_unified_detach()3480 qdf_mem_free(soc->wmi_ext_service_bitmap); in wmi_unified_detach()3481 soc->wmi_ext_service_bitmap = NULL; in wmi_unified_detach()
6903 if (!soc->wmi_ext_service_bitmap) { in is_service_enabled_tlv()6917 soc->wmi_ext_service_bitmap, in is_service_enabled_tlv()6930 if (soc->wmi_ext_service_bitmap) in is_service_enabled_tlv()6932 soc->wmi_ext_service_bitmap, in is_service_enabled_tlv()12904 if (!soc->wmi_ext_service_bitmap) { in save_ext_service_bitmap_tlv()12905 soc->wmi_ext_service_bitmap = qdf_mem_malloc( in save_ext_service_bitmap_tlv()12907 if (!soc->wmi_ext_service_bitmap) in save_ext_service_bitmap_tlv()12911 qdf_mem_copy(soc->wmi_ext_service_bitmap, in save_ext_service_bitmap_tlv()12916 soc->wmi_ext_service_bitmap[0], soc->wmi_ext_service_bitmap[1], in save_ext_service_bitmap_tlv()12917 soc->wmi_ext_service_bitmap[2], soc->wmi_ext_service_bitmap[3]); in save_ext_service_bitmap_tlv()[all …]
3614 uint32_t *wmi_ext_service_bitmap; member