Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_coex.c361 rtk_conn_prof *phci_conn = NULL; in allocate_connection_by_handle() local
362 phci_conn = kmalloc(sizeof(rtk_conn_prof), GFP_ATOMIC); in allocate_connection_by_handle()
363 if (phci_conn) in allocate_connection_by_handle()
364 phci_conn->handle = handle; in allocate_connection_by_handle()
366 return phci_conn; in allocate_connection_by_handle()
699 static void update_profile_connection(rtk_conn_prof * phci_conn, in update_profile_connection() argument
724 if (0 == phci_conn->profile_refcount[profile_index]) { in update_profile_connection()
726 phci_conn->profile_bitmap |= BIT(profile_index); in update_profile_connection()
728 phci_conn->profile_refcount[profile_index]++; in update_profile_connection()
748 phci_conn->profile_refcount[profile_index]--; in update_profile_connection()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Drtk_coex.c361 rtk_conn_prof *phci_conn = NULL; in allocate_connection_by_handle() local
362 phci_conn = kmalloc(sizeof(rtk_conn_prof), GFP_ATOMIC); in allocate_connection_by_handle()
363 if (phci_conn) in allocate_connection_by_handle()
364 phci_conn->handle = handle; in allocate_connection_by_handle()
366 return phci_conn; in allocate_connection_by_handle()
699 static void update_profile_connection(rtk_conn_prof * phci_conn, in update_profile_connection() argument
724 if (0 == phci_conn->profile_refcount[profile_index]) { in update_profile_connection()
726 phci_conn->profile_bitmap |= BIT(profile_index); in update_profile_connection()
728 phci_conn->profile_refcount[profile_index]++; in update_profile_connection()
748 phci_conn->profile_refcount[profile_index]--; in update_profile_connection()
[all …]