Home
last modified time | relevance | path

Searched refs:btrtl_coex (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_coex.c65 static struct rtl_coex_struct btrtl_coex; variable
76 #define is_profile_connected(profile) ((btrtl_coex.profile_bitmap & BIT(profile)) > 0)
77 #define is_profile_busy(profile) ((btrtl_coex.profile_status & BIT(profile)) > 0)
271 struct list_head *head = &btrtl_coex.profile_list; in find_by_psm()
288 btrtl_coex.a2dp_packet_count = 0; in rtk_check_setup_timer()
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()
296 btrtl_coex.pan_packet_count = 0; in rtk_check_setup_timer()
297 btrtl_coex.pan_count_timer.expires = in rtk_check_setup_timer()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Drtk_coex.c65 static struct rtl_coex_struct btrtl_coex; variable
76 #define is_profile_connected(profile) ((btrtl_coex.profile_bitmap & BIT(profile)) > 0)
77 #define is_profile_busy(profile) ((btrtl_coex.profile_status & BIT(profile)) > 0)
271 struct list_head *head = &btrtl_coex.profile_list; in find_by_psm()
288 btrtl_coex.a2dp_packet_count = 0; in rtk_check_setup_timer()
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()
296 btrtl_coex.pan_packet_count = 0; in rtk_check_setup_timer()
297 btrtl_coex.pan_count_timer.expires = in rtk_check_setup_timer()
[all …]