Home
last modified time | relevance | path

Searched refs:tmp_psoc (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/src/
H A Dwifi_pos_ucfg.c39 struct wlan_objmgr_psoc *tmp_psoc = wifi_pos_get_psoc(); in ucfg_wifi_psoc_get_pdev_id_by_dev_name() local
42 if (!tmp_psoc) { in ucfg_wifi_psoc_get_pdev_id_by_dev_name()
47 wifi_pos_psoc_obj = wifi_pos_get_psoc_priv_obj(tmp_psoc); in ucfg_wifi_psoc_get_pdev_id_by_dev_name()
210 struct wlan_objmgr_psoc *tmp_psoc = wifi_pos_get_psoc(); in ucfg_wifi_pos_is_nl_rsp() local
212 if (tmp_psoc) in ucfg_wifi_pos_is_nl_rsp()
213 wifi_pos_psoc = wifi_pos_get_psoc_priv_obj(tmp_psoc); in ucfg_wifi_pos_is_nl_rsp()
H A Dwifi_pos_api.c564 struct wlan_objmgr_psoc *tmp_psoc = wifi_pos_get_psoc(); in wifi_pos_register_get_pdev_id_by_dev_name() local
576 if (tmp_psoc) in wifi_pos_register_get_pdev_id_by_dev_name()
577 wifi_pos_psoc = wifi_pos_get_psoc_priv_obj(tmp_psoc); in wifi_pos_register_get_pdev_id_by_dev_name()
596 struct wlan_objmgr_psoc *tmp_psoc = wifi_pos_get_psoc(); in wifi_pos_register_measurement_request_notification() local
608 if (tmp_psoc) in wifi_pos_register_measurement_request_notification()
609 wifi_pos_psoc = wifi_pos_get_psoc_priv_obj(tmp_psoc); in wifi_pos_register_measurement_request_notification()
629 struct wlan_objmgr_psoc *tmp_psoc = wifi_pos_get_psoc(); in wifi_pos_register_get_max_fw_phymode_for_channels() local
641 if (tmp_psoc) in wifi_pos_register_get_max_fw_phymode_for_channels()
642 wifi_pos_psoc = wifi_pos_get_psoc_priv_obj(tmp_psoc); in wifi_pos_register_get_max_fw_phymode_for_channels()
663 struct wlan_objmgr_psoc *tmp_psoc = wifi_pos_get_psoc(); in wifi_pos_register_send_action() local
[all …]
H A Dwifi_pos_main.c318 struct wlan_objmgr_psoc *tmp_psoc = wifi_pos_get_psoc(); in wifi_pos_process_set_cap_req() local
322 if (tmp_psoc) in wifi_pos_process_set_cap_req()
323 wifi_pos_obj = wifi_pos_get_psoc_priv_obj(tmp_psoc); in wifi_pos_process_set_cap_req()
349 struct wlan_objmgr_psoc *tmp_psoc = wifi_pos_get_psoc(); in wifi_pos_process_get_cap_req() local
351 if (tmp_psoc) in wifi_pos_process_get_cap_req()
352 wifi_pos_obj = wifi_pos_get_psoc_priv_obj(tmp_psoc); in wifi_pos_process_get_cap_req()
380 struct wlan_objmgr_psoc *tmp_psoc = wifi_pos_get_psoc(); in wifi_pos_send_report_resp() local
382 if (tmp_psoc) in wifi_pos_send_report_resp()
383 wifi_pos_obj = wifi_pos_get_psoc_priv_obj(tmp_psoc); in wifi_pos_send_report_resp()
647 struct wlan_objmgr_psoc *tmp_psoc = wifi_pos_get_psoc(); in wifi_pos_process_ch_info_req() local
[all …]