Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
H A Ddp_mon.h615 mon_soc_deinit_fp mon_soc_deinit[2]; member
4386 if (mon_ops && mon_ops->mon_soc_deinit[0]) in dp_monitor_soc_deinit()
4387 mon_ops->mon_soc_deinit[0](soc); in dp_monitor_soc_deinit()
4389 if (mon_ops && mon_ops->mon_soc_deinit[1]) in dp_monitor_soc_deinit()
4390 mon_ops->mon_soc_deinit[1](soc); in dp_monitor_soc_deinit()
H A Ddp_mon.c5935 mon_ops->mon_soc_deinit[0] = NULL; in dp_mon_register_lpc_ops_1_0()
5939 mon_ops->mon_soc_deinit[1] = dp_mon_soc_deinit_2_0; in dp_mon_register_lpc_ops_1_0()
5980 mon_ops->mon_soc_deinit[0] = NULL; in dp_mon_register_lpc_ops_1_0()
5984 mon_ops->mon_soc_deinit[1] = NULL; in dp_mon_register_lpc_ops_1_0()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_mon_2.0.c1383 .mon_soc_deinit[0] = NULL,
1384 .mon_soc_deinit[1] = dp_mon_soc_deinit_2_0,