Home
last modified time | relevance | path

Searched refs:is_success (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_ipa_wdi3.h551 ipa_wdi_hdl_t hdl, bool is_success) in qdf_ipa_wdi_opt_dpath_notify_flt_rsvd_per_inst() argument
554 is_success); in qdf_ipa_wdi_opt_dpath_notify_flt_rsvd_per_inst()
566 ipa_wdi_hdl_t hdl, bool is_success) in qdf_ipa_wdi_opt_dpath_notify_flt_rlsd_per_inst() argument
569 is_success); in qdf_ipa_wdi_opt_dpath_notify_flt_rlsd_per_inst()
574 ipa_wdi_hdl_t hdl, bool is_success) in qdf_ipa_wdi_opt_dpath_notify_flt_rsvd_per_inst() argument
580 ipa_wdi_hdl_t hdl, bool is_success) in qdf_ipa_wdi_opt_dpath_notify_flt_rlsd_per_inst() argument
/wlan-driver/qcacld-3.0/os_if/p2p/src/
Dwlan_cfg80211_p2p.c132 bool is_success; in wlan_p2p_action_tx_cnf_callback() local
159 is_success = tx_cnf->status ? false : true; in wlan_p2p_action_tx_cnf_callback()
164 is_success, GFP_KERNEL); in wlan_p2p_action_tx_cnf_callback()
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Di_qdf_ipa_wdi3.h489 ipa_wdi_hdl_t hdl, bool is_success) in __qdf_ipa_wdi_opt_dpath_notify_flt_rsvd_per_inst() argument
491 return ipa_wdi_opt_dpath_notify_flt_rsvd_per_inst(hdl, is_success); in __qdf_ipa_wdi_opt_dpath_notify_flt_rsvd_per_inst()
506 ipa_wdi_hdl_t hdl, bool is_success) in __qdf_ipa_wdi_opt_dpath_notify_flt_rlsd_per_inst() argument
508 return ipa_wdi_opt_dpath_notify_flt_rlsd_per_inst(hdl, is_success); in __qdf_ipa_wdi_opt_dpath_notify_flt_rlsd_per_inst()
/wlan-driver/qca-wifi-host-cmn/ipa/core/inc/
Dwlan_ipa_core.h913 void wlan_ipa_wdi_opt_dpath_notify_flt_rsvd(bool is_success);
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_htt.c3640 bool is_success = false; local
3658 is_success = true;
3661 is_success = false;
3677 dp_ipa_wdi_opt_dpath_notify_flt_rsvd(is_success);
Ddp_ipa.c3745 void dp_ipa_wdi_opt_dpath_notify_flt_rsvd(bool is_success)
3747 wlan_ipa_wdi_opt_dpath_notify_flt_rsvd(is_success);
Ddp_internal.h3289 void dp_ipa_wdi_opt_dpath_notify_flt_rsvd(bool is_success);
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_ioctl.c1427 static void wlan_hdd_ready_to_extwow(void *cookie, bool is_success) in wlan_hdd_ready_to_extwow() argument
1438 priv->ext_wow_should_suspend = is_success; in wlan_hdd_ready_to_extwow()
/wlan-driver/fw-api/fw/
Dwmi_unified.h13547 A_UINT32 is_success; member