Home
last modified time | relevance | path

Searched refs:hogp_count_timer (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_coex.c309 btrtl_coex.hogp_count_timer.expires = in rtk_check_setup_timer()
311 mod_timer(&btrtl_coex.hogp_count_timer, in rtk_check_setup_timer()
312 btrtl_coex.hogp_count_timer.expires); in rtk_check_setup_timer()
330 del_timer_sync(&btrtl_coex.hogp_count_timer); in rtk_check_del_timer()
336 del_timer_sync(&btrtl_coex.hogp_count_timer); in rtk_check_del_timer()
1117 mod_timer(&btrtl_coex.hogp_count_timer, in count_hogp_packet_timeout()
2904 timer_setup(&btrtl_coex.hogp_count_timer, count_hogp_packet_timeout, 0); in rtk_btcoex_open()
2911 setup_timer(&btrtl_coex.hogp_count_timer, count_hogp_packet_timeout, 0); in rtk_btcoex_open()
2978 del_timer_sync(&btrtl_coex.hogp_count_timer); in rtk_btcoex_close()
H A Drtk_coex.h238 struct timer_list hogp_count_timer; member
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Drtk_coex.c309 btrtl_coex.hogp_count_timer.expires = in rtk_check_setup_timer()
311 mod_timer(&btrtl_coex.hogp_count_timer, in rtk_check_setup_timer()
312 btrtl_coex.hogp_count_timer.expires); in rtk_check_setup_timer()
330 del_timer_sync(&btrtl_coex.hogp_count_timer); in rtk_check_del_timer()
336 del_timer_sync(&btrtl_coex.hogp_count_timer); in rtk_check_del_timer()
1117 mod_timer(&btrtl_coex.hogp_count_timer, in count_hogp_packet_timeout()
2937 timer_setup(&btrtl_coex.hogp_count_timer, count_hogp_packet_timeout, 0); in rtk_btcoex_open()
2944 setup_timer(&btrtl_coex.hogp_count_timer, count_hogp_packet_timeout, 0); in rtk_btcoex_open()
3011 del_timer_sync(&btrtl_coex.hogp_count_timer); in rtk_btcoex_close()
H A Drtk_coex.h238 struct timer_list hogp_count_timer; member