Home
last modified time | relevance | path

Searched refs:wmi_pdev (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified.c2624 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()
[all …]
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_priv.h3599 struct wmi_unified *wmi_pdev[WMI_MAX_RADIOS]; member