/hardware/broadcom/libbt/src/ |
D | hardware.c | 102 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);} macro 563 UINT16_TO_STREAM(p, HCI_VSC_WRITE_BD_ADDR); in hw_config_set_bdaddr() 597 UINT16_TO_STREAM(p, HCI_READ_LOCAL_BDADDR); in hw_config_read_bdaddr() 661 UINT16_TO_STREAM(p, HCI_READ_LOCAL_NAME); in hw_config_cback() 712 UINT16_TO_STREAM(p, HCI_VSC_DOWNLOAD_MINIDRV); in hw_config_cback() 795 UINT16_TO_STREAM(p, HCI_RESET); in hw_config_cback() 805 UINT16_TO_STREAM(p, HCI_VSC_WRITE_UART_CLOCK_SETTING); in hw_config_cback() 820 UINT16_TO_STREAM(p, HCI_VSC_UPDATE_BAUDRATE); in hw_config_cback() 1013 UINT16_TO_STREAM(p, HCI_VSC_WRITE_SCO_PCM_INT_PARAM); in hw_sco_i2spcm_cfg_cback() 1046 UINT16_TO_STREAM(p, HCI_VSC_WRITE_PCM_DATA_FORMAT_PARAM); in hw_sco_i2spcm_cfg_cback() [all …]
|
/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/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/sdm845/bt/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/qcom/bt/msm8909w_3100/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/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 | 55 #define UINT16_TO_STREAM(p, u16) \ macro
|
/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/msm8998/libbt-vendor/src/ |
D | hardware.c | 173 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 | 179 UINT16_TO_STREAM(p, HCI_RESET); in hw_epilog_process()
|
/hardware/qcom/sdm845/bt/libbt-vendor/src/ |
D | hardware.c | 183 UINT16_TO_STREAM(p, HCI_RESET); in __hw_epilog_process()
|
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/ |
D | hardware.c | 182 UINT16_TO_STREAM(p, HCI_RESET); in __hw_epilog_process()
|