Searched refs:UINT_PTR (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci_sync.h | 8 #define UINT_PTR(_handle) ((void *)((uintptr_t)_handle)) macro
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_conn.c | 889 return hci_cmd_sync_queue(hdev, remove_cig_sync, UINT_PTR(handle), in hci_le_remove_cig() 1398 UINT_PTR(conn->handle), in hci_connect_le() 1881 UINT_PTR(qos->ucast.cig), NULL) < 0) in hci_le_set_cig_params() 2944 return hci_cmd_sync_queue(hdev, abort_conn_sync, UINT_PTR(conn->handle), in hci_abort_conn()
|
H A D | hci_sync.c | 6588 UINT_PTR(instance), NULL); in hci_update_adv_data()
|
H A D | hci_event.c | 7110 UINT_PTR(ev->handle), NULL); in hci_le_create_big_complete_evt()
|
Completed in 18 milliseconds