Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_coex.c343 static rtk_conn_prof *find_connection_by_handle(struct rtl_coex_struct * coex, in find_connection_by_handle()
348 rtk_conn_prof *desc = NULL; in find_connection_by_handle()
351 desc = list_entry(iter, rtk_conn_prof, list); in find_connection_by_handle()
359 static rtk_conn_prof *allocate_connection_by_handle(uint16_t handle) in allocate_connection_by_handle()
361 rtk_conn_prof *phci_conn = NULL; in allocate_connection_by_handle()
362 phci_conn = kmalloc(sizeof(rtk_conn_prof), GFP_ATOMIC); in allocate_connection_by_handle()
376 rtk_conn_prof * desc) in add_connection_to_hash()
382 static void delete_connection_from_hash(rtk_conn_prof * desc) in delete_connection_from_hash()
394 rtk_conn_prof *desc = NULL; in flush_connection_hash()
397 desc = list_entry(iter, rtk_conn_prof, list); in flush_connection_hash()
[all …]
H A Drtk_coex.h176 } rtk_conn_prof, *prtk_conn_prof; typedef
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Drtk_coex.c343 static rtk_conn_prof *find_connection_by_handle(struct rtl_coex_struct * coex, in find_connection_by_handle()
348 rtk_conn_prof *desc = NULL; in find_connection_by_handle()
351 desc = list_entry(iter, rtk_conn_prof, list); in find_connection_by_handle()
359 static rtk_conn_prof *allocate_connection_by_handle(uint16_t handle) in allocate_connection_by_handle()
361 rtk_conn_prof *phci_conn = NULL; in allocate_connection_by_handle()
362 phci_conn = kmalloc(sizeof(rtk_conn_prof), GFP_ATOMIC); in allocate_connection_by_handle()
376 rtk_conn_prof * desc) in add_connection_to_hash()
382 static void delete_connection_from_hash(rtk_conn_prof * desc) in delete_connection_from_hash()
394 rtk_conn_prof *desc = NULL; in flush_connection_hash()
397 desc = list_entry(iter, rtk_conn_prof, list); in flush_connection_hash()
[all …]
H A Drtk_coex.h176 } rtk_conn_prof, *prtk_conn_prof; typedef