Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_coex.c1633 STREAM_TO_UINT16(mode_change_handle, p); in rtk_handle_mode_change_evt()
1635 STREAM_TO_UINT16(mode_interval, p); in rtk_handle_mode_change_evt()
1749 STREAM_TO_UINT16(opcode, p); in rtk_handle_cmd_complete_evt()
1769 STREAM_TO_UINT16(btrtl_coex.hci_reversion, p); in rtk_handle_cmd_complete_evt()
1771 STREAM_TO_UINT16(btrtl_coex.lmp_subversion, p); in rtk_handle_cmd_complete_evt()
1793 STREAM_TO_UINT16(opcode, p); in rtk_handle_cmd_status_evt()
1829 STREAM_TO_UINT16(handle, p); in rtk_handle_connection_complete_evt()
1896 STREAM_TO_UINT16(handle, p); in rtk_handle_le_connection_complete_evt()
1901 STREAM_TO_UINT16(interval, p); in rtk_handle_le_connection_complete_evt()
1961 STREAM_TO_UINT16(handle, p); in rtk_handle_le_connection_update_complete_evt()
[all …]
H A Drtk_coex.h129 #define STREAM_TO_UINT16(u16, p) {u16 = ((uint16_t)(*(p)) + (((uint16_t)(*((p) + 1))) << 8)); (p) +… macro
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Drtk_coex.c1633 STREAM_TO_UINT16(mode_change_handle, p); in rtk_handle_mode_change_evt()
1635 STREAM_TO_UINT16(mode_interval, p); in rtk_handle_mode_change_evt()
1749 STREAM_TO_UINT16(opcode, p); in rtk_handle_cmd_complete_evt()
1769 STREAM_TO_UINT16(btrtl_coex.hci_reversion, p); in rtk_handle_cmd_complete_evt()
1771 STREAM_TO_UINT16(btrtl_coex.lmp_subversion, p); in rtk_handle_cmd_complete_evt()
1793 STREAM_TO_UINT16(opcode, p); in rtk_handle_cmd_status_evt()
1829 STREAM_TO_UINT16(handle, p); in rtk_handle_connection_complete_evt()
1896 STREAM_TO_UINT16(handle, p); in rtk_handle_le_connection_complete_evt()
1901 STREAM_TO_UINT16(interval, p); in rtk_handle_le_connection_complete_evt()
1961 STREAM_TO_UINT16(handle, p); in rtk_handle_le_connection_update_complete_evt()
[all …]
H A Drtk_coex.h129 #define STREAM_TO_UINT16(u16, p) {u16 = ((uint16_t)(*(p)) + (((uint16_t)(*((p) + 1))) << 8)); (p) +… macro