Searched refs:UINT16_TO_STREAM (Results 1 – 15 of 15) sorted by relevance
/hardware/broadcom/libbt/src/ |
D | hardware.c | 100 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);} macro 561 UINT16_TO_STREAM(p, HCI_VSC_WRITE_BD_ADDR); in hw_config_set_bdaddr() 595 UINT16_TO_STREAM(p, HCI_READ_LOCAL_BDADDR); in hw_config_read_bdaddr() 659 UINT16_TO_STREAM(p, HCI_READ_LOCAL_NAME); in hw_config_cback() 710 UINT16_TO_STREAM(p, HCI_VSC_DOWNLOAD_MINIDRV); in hw_config_cback() 783 UINT16_TO_STREAM(p, HCI_RESET); in hw_config_cback() 793 UINT16_TO_STREAM(p, HCI_VSC_WRITE_UART_CLOCK_SETTING); in hw_config_cback() 808 UINT16_TO_STREAM(p, HCI_VSC_UPDATE_BAUDRATE); in hw_config_cback() 1001 UINT16_TO_STREAM(p, HCI_VSC_WRITE_SCO_PCM_INT_PARAM); in hw_sco_i2spcm_cfg_cback() 1034 UINT16_TO_STREAM(p, HCI_VSC_WRITE_PCM_DATA_FORMAT_PARAM); in hw_sco_i2spcm_cfg_cback() [all …]
|
/hardware/qcom/bt/msm8909/libbt-vendor/include/ |
D | bt_vendor_qcom.h | 33 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);} macro
|
D | hw_ar3k.h | 53 #define UINT16_TO_STREAM(p, u16) \ macro
|
/hardware/qcom/bt/msm8992/libbt-vendor/include/ |
D | bt_vendor_qcom.h | 24 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);} macro
|
D | hw_ar3k.h | 53 #define UINT16_TO_STREAM(p, u16) \ macro
|
/hardware/qcom/bt/msm8996/libbt-vendor/include/ |
D | bt_vendor_qcom.h | 33 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);} macro
|
D | hw_ar3k.h | 53 #define UINT16_TO_STREAM(p, u16) \ macro
|
/hardware/qcom/bt/msm8998/libbt-vendor/include/ |
D | bt_vendor_qcom.h | 32 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);} macro
|
D | hw_ar3k.h | 53 #define UINT16_TO_STREAM(p, u16) \ macro
|
/hardware/marvell/bt/libbt-vendor/ |
D | hardware_mrvl.c | 53 #define UINT16_TO_STREAM(p, u16) \ macro 162 UINT16_TO_STREAM(p, cmd); in build_cmd_buf()
|
/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
D | hardware.c | 164 UINT16_TO_STREAM(p, HCI_RESET); in hw_epilog_process()
|
/hardware/qcom/bt/msm8960/libbt-vendor/src/ |
D | hardware.c | 165 UINT16_TO_STREAM(p, HCI_RESET); in hw_epilog_process()
|
/hardware/qcom/bt/msm8909/libbt-vendor/src/ |
D | hardware.c | 177 UINT16_TO_STREAM(p, HCI_RESET); in hw_epilog_process()
|
/hardware/qcom/bt/msm8996/libbt-vendor/src/ |
D | hardware.c | 178 UINT16_TO_STREAM(p, HCI_RESET); in hw_epilog_process()
|
/hardware/qcom/bt/msm8998/libbt-vendor/src/ |
D | hardware.c | 177 UINT16_TO_STREAM(p, HCI_RESET); in __hw_epilog_process()
|