Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/twt/dispatcher/src/
H A Dwlan_twt_tgt_if_tx_api.c61 if (!tx_ops || !tx_ops->disable_req) { in tgt_twt_disable_req_send()
66 status = tx_ops->disable_req(psoc, req); in tgt_twt_disable_req_send()
/wlan-driver/qca-wifi-host-cmn/target_if/twt/src/
H A Dtarget_if_twt.c132 twt_tx_ops->disable_req = target_if_twt_disable_req; in target_if_twt_register_tx_ops()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
H A Dwlan_lmac_if_def.h1648 QDF_STATUS (*disable_req)(struct wlan_objmgr_psoc *psoc, member