Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
H A Ddp_mon.h742 bool (*mon_vdev_timer_stop)(struct dp_soc *soc); member
3792 if (!monitor_ops || !monitor_ops->mon_vdev_timer_stop) { in dp_monitor_vdev_timer_stop()
3797 return monitor_ops->mon_vdev_timer_stop(soc); in dp_monitor_vdev_timer_stop()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_mon_2.0.c1418 .mon_vdev_timer_stop = NULL,
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/1.0/
H A Ddp_mon_1.0.c1492 .mon_vdev_timer_stop = dp_mon_vdev_timer_stop,