Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_coex.c289 btrtl_coex.a2dp_count_timer.expires = in rtk_check_setup_timer()
291 mod_timer(&btrtl_coex.a2dp_count_timer, in rtk_check_setup_timer()
292 btrtl_coex.a2dp_count_timer.expires); in rtk_check_setup_timer()
321 del_timer_sync(&btrtl_coex.a2dp_count_timer); in rtk_check_del_timer()
1061 mod_timer(&btrtl_coex.a2dp_count_timer, in count_a2dp_packet_timeout()
2902 timer_setup(&btrtl_coex.a2dp_count_timer, count_a2dp_packet_timeout, 0); in rtk_btcoex_open()
2909 setup_timer(&btrtl_coex.a2dp_count_timer, count_a2dp_packet_timeout, 0); in rtk_btcoex_open()
2976 del_timer_sync(&btrtl_coex.a2dp_count_timer); in rtk_btcoex_close()
H A Drtk_coex.h236 struct timer_list a2dp_count_timer; member
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Drtk_coex.c289 btrtl_coex.a2dp_count_timer.expires = in rtk_check_setup_timer()
291 mod_timer(&btrtl_coex.a2dp_count_timer, in rtk_check_setup_timer()
292 btrtl_coex.a2dp_count_timer.expires); in rtk_check_setup_timer()
321 del_timer_sync(&btrtl_coex.a2dp_count_timer); in rtk_check_del_timer()
1061 mod_timer(&btrtl_coex.a2dp_count_timer, in count_a2dp_packet_timeout()
2935 timer_setup(&btrtl_coex.a2dp_count_timer, count_a2dp_packet_timeout, 0); in rtk_btcoex_open()
2942 setup_timer(&btrtl_coex.a2dp_count_timer, count_a2dp_packet_timeout, 0); in rtk_btcoex_open()
3009 del_timer_sync(&btrtl_coex.a2dp_count_timer); in rtk_btcoex_close()
H A Drtk_coex.h236 struct timer_list a2dp_count_timer; member