Home
last modified time | relevance | path

Searched refs:int_timer (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
H A Ddp_rh.c502 qdf_timer_free(&soc->int_timer); in dp_soc_interrupt_detach_rh()
611 qdf_timer_init(soc->osdev, &soc->int_timer, in dp_soc_attach_poll_rh()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_main.c2469 qdf_timer_mod(&soc->int_timer, DP_INTR_POLL_TIMER_MS); in dp_interrupt_timer()
2519 qdf_timer_mod(&soc->int_timer, 1); in dp_interrupt_timer()
2521 qdf_timer_mod(&soc->int_timer, DP_INTR_POLL_TIMER_MS); in dp_interrupt_timer()
4803 qdf_timer_mod(&soc->int_timer, DP_INTR_POLL_TIMER_MS); in dp_vdev_attach_wifi3()
12883 qdf_timer_stop(&soc->int_timer); in dp_runtime_suspend()
12905 qdf_timer_mod(&soc->int_timer, DP_INTR_POLL_TIMER_MS); in dp_runtime_resume()
13410 qdf_timer_stop(&soc->int_timer); in dp_bus_suspend()
13429 qdf_timer_mod(&soc->int_timer, DP_INTR_POLL_TIMER_MS); in dp_bus_resume()
H A Ddp_rings_main.c787 qdf_timer_init(soc->osdev, &soc->int_timer, in dp_soc_attach_poll()
844 qdf_timer_free(&soc->int_timer); in dp_soc_interrupt_detach()
H A Ddp_types.h3018 qdf_timer_t int_timer; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
H A Ddp_mon.h3879 qdf_timer_sync_cancel(&soc->int_timer); in dp_monitor_vdev_delete()