Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
H A Ddp_mon.h639 QDF_STATUS (*mon_soc_htt_srng_setup)(struct dp_soc *soc); member
2505 if (!monitor_ops || !monitor_ops->mon_soc_htt_srng_setup) { in dp_monitor_soc_htt_srng_setup()
2510 return monitor_ops->mon_soc_htt_srng_setup(soc); in dp_monitor_soc_htt_srng_setup()
H A Ddp_mon.c5922 mon_ops->mon_soc_htt_srng_setup = dp_mon_soc_htt_srng_setup_2_0; in dp_mon_config_register_ops()
5967 mon_ops->mon_soc_htt_srng_setup = NULL; in dp_mon_config_register_ops()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_mon_2.0.c1405 .mon_soc_htt_srng_setup = dp_mon_soc_htt_srng_setup_2_0,