Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_coex.c297 btrtl_coex.pan_count_timer.expires = in rtk_check_setup_timer()
299 mod_timer(&btrtl_coex.pan_count_timer, in rtk_check_setup_timer()
300 btrtl_coex.pan_count_timer.expires); in rtk_check_setup_timer()
325 del_timer_sync(&btrtl_coex.pan_count_timer); in rtk_check_del_timer()
1086 mod_timer(&btrtl_coex.pan_count_timer, in count_pan_packet_timeout()
2903 timer_setup(&btrtl_coex.pan_count_timer, count_pan_packet_timeout, 0); in rtk_btcoex_open()
2910 setup_timer(&btrtl_coex.pan_count_timer, count_pan_packet_timeout, 0); in rtk_btcoex_open()
2977 del_timer_sync(&btrtl_coex.pan_count_timer); in rtk_btcoex_close()
H A Drtk_coex.h237 struct timer_list pan_count_timer; member
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Drtk_coex.c297 btrtl_coex.pan_count_timer.expires = in rtk_check_setup_timer()
299 mod_timer(&btrtl_coex.pan_count_timer, in rtk_check_setup_timer()
300 btrtl_coex.pan_count_timer.expires); in rtk_check_setup_timer()
325 del_timer_sync(&btrtl_coex.pan_count_timer); in rtk_check_del_timer()
1086 mod_timer(&btrtl_coex.pan_count_timer, in count_pan_packet_timeout()
2936 timer_setup(&btrtl_coex.pan_count_timer, count_pan_packet_timeout, 0); in rtk_btcoex_open()
2943 setup_timer(&btrtl_coex.pan_count_timer, count_pan_packet_timeout, 0); in rtk_btcoex_open()
3010 del_timer_sync(&btrtl_coex.pan_count_timer); in rtk_btcoex_close()
H A Drtk_coex.h237 struct timer_list pan_count_timer; member