Home
last modified time | relevance | path

Searched refs:UINT16_TO_STREAM (Results 1 – 20 of 20) sorted by relevance

/hardware/broadcom/libbt/src/
Dhardware.c102 #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/
Dbt_vendor_qcom.h24 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);} macro
Dhw_ar3k.h53 #define UINT16_TO_STREAM(p, u16) \ macro
/hardware/qcom/bt/msm8996/libbt-vendor/include/
Dbt_vendor_qcom.h33 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);} macro
Dhw_ar3k.h53 #define UINT16_TO_STREAM(p, u16) \ macro
/hardware/qcom/bt/msm8909/libbt-vendor/include/
Dbt_vendor_qcom.h33 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);} macro
Dhw_ar3k.h53 #define UINT16_TO_STREAM(p, u16) \ macro
/hardware/qcom/sdm845/bt/libbt-vendor/include/
Dbt_vendor_qcom.h32 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);} macro
Dhw_ar3k.h53 #define UINT16_TO_STREAM(p, u16) \ macro
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/include/
Dbt_vendor_qcom.h32 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);} macro
Dhw_ar3k.h53 #define UINT16_TO_STREAM(p, u16) \ macro
/hardware/qcom/bt/msm8998/libbt-vendor/include/
Dbt_vendor_qcom.h32 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);} macro
Dhw_ar3k.h55 #define UINT16_TO_STREAM(p, u16) \ macro
/hardware/qcom/bt/msm8992/libbt-vendor/src/
Dhardware.c164 UINT16_TO_STREAM(p, HCI_RESET); in hw_epilog_process()
/hardware/qcom/bt/msm8960/libbt-vendor/src/
Dhardware.c165 UINT16_TO_STREAM(p, HCI_RESET); in hw_epilog_process()
/hardware/qcom/bt/msm8998/libbt-vendor/src/
Dhardware.c173 UINT16_TO_STREAM(p, HCI_RESET); in __hw_epilog_process()
/hardware/qcom/bt/msm8909/libbt-vendor/src/
Dhardware.c177 UINT16_TO_STREAM(p, HCI_RESET); in hw_epilog_process()
/hardware/qcom/bt/msm8996/libbt-vendor/src/
Dhardware.c179 UINT16_TO_STREAM(p, HCI_RESET); in hw_epilog_process()
/hardware/qcom/sdm845/bt/libbt-vendor/src/
Dhardware.c183 UINT16_TO_STREAM(p, HCI_RESET); in __hw_epilog_process()
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
Dhardware.c182 UINT16_TO_STREAM(p, HCI_RESET); in __hw_epilog_process()