Home
last modified time | relevance | path

Searched refs:op_sync (Results 1 – 10 of 10) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/utils/pktlog/
Dlinux_ac.c625 struct qdf_op_sync *op_sync; in pktlog_open() local
628 errno = qdf_op_protect(&op_sync); in pktlog_open()
634 qdf_op_unprotect(op_sync); in pktlog_open()
703 struct qdf_op_sync *op_sync; in pktlog_release() local
706 errno = qdf_op_protect(&op_sync); in pktlog_release()
712 qdf_op_unprotect(op_sync); in pktlog_release()
1031 struct qdf_op_sync *op_sync; in pktlog_read() local
1037 err_size = qdf_op_protect(&op_sync); in pktlog_read()
1045 qdf_op_unprotect(op_sync); in pktlog_read()
/wlan-driver/qca-wifi-host-cmn/os_if/linux/wifi_pos/src/
Dos_if_wifi_pos.c938 struct qdf_op_sync *op_sync; in os_if_wifi_pos_callback() local
940 if (qdf_op_protect(&op_sync)) in os_if_wifi_pos_callback()
944 qdf_op_unprotect(op_sync); in os_if_wifi_pos_callback()
991 struct qdf_op_sync *op_sync; in os_if_wifi_pos_callback() local
994 if (qdf_op_protect(&op_sync)) in os_if_wifi_pos_callback()
998 qdf_op_unprotect(op_sync); in os_if_wifi_pos_callback()
/wlan-driver/qcacld-3.0/core/cds/src/
Dcds_sched.c429 struct qdf_op_sync *op_sync; in cds_cpu_hotplug_notify() local
431 if (qdf_op_protect(&op_sync)) in cds_cpu_hotplug_notify()
436 qdf_op_unprotect(op_sync); in cds_cpu_hotplug_notify()
/wlan-driver/qca-wifi-host-cmn/ipa/core/src/
Dwlan_ipa_stats.c1039 struct qdf_op_sync *op_sync; in wlan_ipa_wdi_meter_notifier_cb() local
1041 if (qdf_op_protect(&op_sync)) in wlan_ipa_wdi_meter_notifier_cb()
1046 qdf_op_unprotect(op_sync); in wlan_ipa_wdi_meter_notifier_cb()
Dwlan_ipa_core.c1759 struct qdf_op_sync *op_sync; in wlan_ipa_w2i_cb() local
1761 if (qdf_op_protect(&op_sync)) { in wlan_ipa_w2i_cb()
1775 qdf_op_unprotect(op_sync); in wlan_ipa_w2i_cb()
1869 struct qdf_op_sync *op_sync; in wlan_ipa_i2w_cb() local
1871 if (qdf_op_protect(&op_sync)) { in wlan_ipa_i2w_cb()
1883 qdf_op_unprotect(op_sync); in wlan_ipa_i2w_cb()
/wlan-driver/qcacld-3.0/core/bmi/src/
Dol_fw.c699 struct qdf_op_sync *op_sync; in ramdump_work_handler() local
701 if (qdf_op_protect(&op_sync)) in ramdump_work_handler()
706 qdf_op_unprotect(op_sync); in ramdump_work_handler()
/wlan-driver/qcacld-3.0/components/dp/core/src/
Dwlan_dp_bus_bandwidth.c2069 struct qdf_op_sync *op_sync; in dp_bus_bw_work_handler() local
2076 if (qdf_op_protect(&op_sync)) in dp_bus_bw_work_handler()
2081 qdf_op_unprotect(op_sync); in dp_bus_bw_work_handler()
/wlan-driver/qca-wifi-host-cmn/hif/src/
Dhif_main.c820 struct qdf_op_sync *op_sync; in hif_cpu_hotplug_notify() local
822 if (qdf_op_protect(&op_sync)) in hif_cpu_hotplug_notify()
827 qdf_op_unprotect(op_sync); in hif_cpu_hotplug_notify()
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
Dwlan_policy_mgr_action.c2861 struct qdf_op_sync *op_sync; in policy_mgr_check_sta_ap_concurrent_ch_intf() local
2870 ret = qdf_op_protect(&op_sync); in policy_mgr_check_sta_ap_concurrent_ch_intf()
2898 qdf_op_unprotect(op_sync); in policy_mgr_check_sta_ap_concurrent_ch_intf()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified.c2875 struct qdf_op_sync *op_sync; in wmi_process_qmi_fw_event() local
2878 if (qdf_op_protect(&op_sync)) in wmi_process_qmi_fw_event()
2881 qdf_op_unprotect(op_sync); in wmi_process_qmi_fw_event()