Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_coex.c269 static rtk_prof_info *find_by_psm(u16 psm) in find_by_psm()
274 rtk_prof_info *desc = NULL; in find_by_psm()
277 desc = list_entry(iter, rtk_prof_info, list); in find_by_psm()
416 rtk_prof_info *pprof_info = NULL; in list_allocate_add()
423 pprof_info = kmalloc(sizeof(rtk_prof_info), GFP_ATOMIC); in list_allocate_add()
434 rtk_prof_info *pinfo = find_by_psm(psm); in list_allocate_add()
454 static void delete_profile_from_hash(rtk_prof_info * desc) in delete_profile_from_hash()
470 rtk_prof_info *desc = NULL; in flush_profile_hash()
474 desc = list_entry(iter, rtk_prof_info, list); in flush_profile_hash()
481 static rtk_prof_info *find_profile_by_handle_scid(struct rtl_coex_struct * in find_profile_by_handle_scid()
[all …]
H A Drtk_coex.h167 } rtk_prof_info, *prtk_prof_info; typedef
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Drtk_coex.c269 static rtk_prof_info *find_by_psm(u16 psm) in find_by_psm()
274 rtk_prof_info *desc = NULL; in find_by_psm()
277 desc = list_entry(iter, rtk_prof_info, list); in find_by_psm()
416 rtk_prof_info *pprof_info = NULL; in list_allocate_add()
423 pprof_info = kmalloc(sizeof(rtk_prof_info), GFP_ATOMIC); in list_allocate_add()
434 rtk_prof_info *pinfo = find_by_psm(psm); in list_allocate_add()
454 static void delete_profile_from_hash(rtk_prof_info * desc) in delete_profile_from_hash()
470 rtk_prof_info *desc = NULL; in flush_profile_hash()
474 desc = list_entry(iter, rtk_prof_info, list); in flush_profile_hash()
481 static rtk_prof_info *find_profile_by_handle_scid(struct rtl_coex_struct * in find_profile_by_handle_scid()
[all …]
H A Drtk_coex.h167 } rtk_prof_info, *prtk_prof_info; typedef