Home
last modified time | relevance | path

Searched refs:cdp_wdi_event_unsub (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/utils/pktlog/
H A Dpktlog_ac.c415 if (cdp_wdi_event_unsub(soc, pdev_id, in wdi_pktlog_unsubscribe()
422 if (cdp_wdi_event_unsub(soc, pdev_id, in wdi_pktlog_unsubscribe()
427 if (cdp_wdi_event_unsub(soc, pdev_id, in wdi_pktlog_unsubscribe()
435 if (cdp_wdi_event_unsub(soc, pdev_id, in wdi_pktlog_unsubscribe()
442 if (cdp_wdi_event_unsub(soc, pdev_id, in wdi_pktlog_unsubscribe()
449 if (cdp_wdi_event_unsub(soc, pdev_id, in wdi_pktlog_unsubscribe()
468 if (cdp_wdi_event_unsub(soc, in wdi_pktlog_unsubscribe()
476 if (cdp_wdi_event_unsub(soc, pdev_id, in wdi_pktlog_unsubscribe()
483 if (cdp_wdi_event_unsub(soc, pdev_id, in wdi_pktlog_unsubscribe()
490 if (cdp_wdi_event_unsub(soc, pdev_id, in wdi_pktlog_unsubscribe()
/wlan-driver/qca-wifi-host-cmn/target_if/cfr/src/
H A Dtarget_if_cfr_6490.c113 if (cdp_wdi_event_unsub(soc, 0, &g_cfr_subscribe, in target_if_cfr_subscribe_ppdu_desc()
/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
H A Dwlan_pkt_capture_main.c120 cdp_wdi_event_unsub(soc, pdev_id, &PKT_CAPTURE_PPDU_STATS_SUBSCRIBER, in pkt_capture_wdi_event_unsubscribe()
124 cdp_wdi_event_unsub(soc, pdev_id, &PKT_CAPTURE_OFFLOAD_TX_SUBSCRIBER, in pkt_capture_wdi_event_unsubscribe()
128 cdp_wdi_event_unsub(soc, pdev_id, &PKT_CAPTURE_RX_NO_PEER_SUBSCRIBER, in pkt_capture_wdi_event_unsubscribe()
132 cdp_wdi_event_unsub(soc, pdev_id, &PKT_CAPTURE_RX_SUBSCRIBER, in pkt_capture_wdi_event_unsubscribe()
136 cdp_wdi_event_unsub(soc, pdev_id, &PKT_CAPTURE_TX_SUBSCRIBER, in pkt_capture_wdi_event_unsubscribe()
/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_ctrl.h813 cdp_wdi_event_unsub(ol_txrx_soc_handle soc, in cdp_wdi_event_unsub() function