Searched refs:a2dp_count_timer (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/ |
| H A D | rtk_coex.c | 289 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 D | rtk_coex.h | 236 struct timer_list a2dp_count_timer; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/ |
| H A D | rtk_coex.c | 289 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 D | rtk_coex.h | 236 struct timer_list a2dp_count_timer; member
|