Home
last modified time | relevance | path

Searched refs:bus_timer_lock (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_common.c5197 pub->timeout_info->bus_timer_lock = dhd_os_spin_lock_init(pub->osh); in init_dhd_timeouts()
5243 dhd_os_spin_lock_deinit(pub->osh, pub->timeout_info->bus_timer_lock); in deinit_dhd_timeouts()
5572 DHD_TIMER_LOCK(pub->timeout_info->bus_timer_lock, flags); in dhd_bus_timeout()
5575 DHD_TIMER_UNLOCK(pub->timeout_info->bus_timer_lock, flags); in dhd_bus_timeout()
5590 DHD_TIMER_UNLOCK(pub->timeout_info->bus_timer_lock, flags); in dhd_bus_timeout()
5607 DHD_TIMER_LOCK(pub->timeout_info->bus_timer_lock, flags); in dhd_start_bus_timer()
5629 DHD_TIMER_UNLOCK(pub->timeout_info->bus_timer_lock, flags); in dhd_start_bus_timer()
5646 DHD_TIMER_LOCK(pub->timeout_info->bus_timer_lock, flags); in dhd_stop_bus_timer()
5658 DHD_TIMER_UNLOCK(pub->timeout_info->bus_timer_lock, flags); in dhd_stop_bus_timer()
H A Ddhd.h622 void *bus_timer_lock; member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_common.c8489 pub->timeout_info->bus_timer_lock = osl_spin_lock_init(pub->osh); in init_dhd_timeouts()
8536 osl_spin_lock_deinit(pub->osh, pub->timeout_info->bus_timer_lock); in deinit_dhd_timeouts()
8937 DHD_TIMER_LOCK(pub->timeout_info->bus_timer_lock, flags); in dhd_bus_timeout()
8940 DHD_TIMER_UNLOCK(pub->timeout_info->bus_timer_lock, flags); in dhd_bus_timeout()
8959 DHD_TIMER_UNLOCK(pub->timeout_info->bus_timer_lock, flags); in dhd_bus_timeout()
8976 DHD_TIMER_LOCK(pub->timeout_info->bus_timer_lock, flags); in dhd_start_bus_timer()
8998 DHD_TIMER_UNLOCK(pub->timeout_info->bus_timer_lock, flags); in dhd_start_bus_timer()
9022 DHD_TIMER_LOCK(pub->timeout_info->bus_timer_lock, flags); in dhd_stop_bus_timer()
9034 DHD_TIMER_UNLOCK(pub->timeout_info->bus_timer_lock, flags); in dhd_stop_bus_timer()
H A Ddhd.h1069 void *bus_timer_lock; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_common.c8494 pub->timeout_info->bus_timer_lock = osl_spin_lock_init(pub->osh); in init_dhd_timeouts()
8541 osl_spin_lock_deinit(pub->osh, pub->timeout_info->bus_timer_lock); in deinit_dhd_timeouts()
8942 DHD_TIMER_LOCK(pub->timeout_info->bus_timer_lock, flags); in dhd_bus_timeout()
8945 DHD_TIMER_UNLOCK(pub->timeout_info->bus_timer_lock, flags); in dhd_bus_timeout()
8964 DHD_TIMER_UNLOCK(pub->timeout_info->bus_timer_lock, flags); in dhd_bus_timeout()
8981 DHD_TIMER_LOCK(pub->timeout_info->bus_timer_lock, flags); in dhd_start_bus_timer()
9003 DHD_TIMER_UNLOCK(pub->timeout_info->bus_timer_lock, flags); in dhd_start_bus_timer()
9027 DHD_TIMER_LOCK(pub->timeout_info->bus_timer_lock, flags); in dhd_stop_bus_timer()
9039 DHD_TIMER_UNLOCK(pub->timeout_info->bus_timer_lock, flags); in dhd_stop_bus_timer()
H A Ddhd.h1067 void *bus_timer_lock; member