Lines Matching refs:wmi_pdev

2624 	return soc->wmi_pdev[i];  in wmi_get_pdev_ep()
2777 wmi_handle = soc->wmi_pdev[0]; in wmi_control_diag_rx()
2804 wmi_handle = soc->wmi_pdev[0]; in wmi_control_dbr_rx()
3215 if (!soc->wmi_pdev[pdev_idx]) { in wmi_unified_get_pdev_handle()
3249 soc->wmi_pdev[pdev_idx] = wmi_handle; in wmi_unified_get_pdev_handle()
3251 wmi_handle = soc->wmi_pdev[pdev_idx]; in wmi_unified_get_pdev_handle()
3395 soc->wmi_pdev[0] = wmi_handle; in wmi_unified_attach()
3428 if (soc->wmi_pdev[i]) { in wmi_unified_detach()
3430 soc->wmi_pdev[i]->wmi_rx_work_queue); in wmi_unified_detach()
3432 soc->wmi_pdev[i]->wmi_rx_work_queue); in wmi_unified_detach()
3433 wmi_debugfs_remove(soc->wmi_pdev[i]); in wmi_unified_detach()
3435 &soc->wmi_pdev[i]->event_queue); in wmi_unified_detach()
3439 &soc->wmi_pdev[i]->event_queue); in wmi_unified_detach()
3443 soc->wmi_pdev[i]->wmi_rx_diag_work_queue); in wmi_unified_detach()
3445 soc->wmi_pdev[i]->wmi_rx_diag_work_queue); in wmi_unified_detach()
3447 &soc->wmi_pdev[i]->diag_event_queue); in wmi_unified_detach()
3451 &soc->wmi_pdev[i]->diag_event_queue); in wmi_unified_detach()
3454 wmi_log_buffer_free(soc->wmi_pdev[i]); in wmi_unified_detach()
3457 if (soc->wmi_pdev[i]->events_logs_list) in wmi_unified_detach()
3459 soc->wmi_pdev[i]->events_logs_list); in wmi_unified_detach()
3461 qdf_spinlock_destroy(&soc->wmi_pdev[i]->eventq_lock); in wmi_unified_detach()
3463 &soc->wmi_pdev[i]->diag_eventq_lock); in wmi_unified_detach()
3465 wmi_interface_sequence_deinit(soc->wmi_pdev[i]); in wmi_unified_detach()
3466 wmi_ext_dbgfs_deinit(soc->wmi_pdev[i]); in wmi_unified_detach()
3467 wmi_clear_wow_enable_ack_failed(soc->wmi_pdev[i]); in wmi_unified_detach()
3469 qdf_mem_free(soc->wmi_pdev[i]); in wmi_unified_detach()