Home
last modified time | relevance | path

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

/hardware/broadcom/libbt/src/
Dhardware.c100 #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/
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/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/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.h53 #define UINT16_TO_STREAM(p, u16) \ macro
/hardware/marvell/bt/libbt-vendor/
Dhardware_mrvl.c53 #define UINT16_TO_STREAM(p, u16) \ macro
162 UINT16_TO_STREAM(p, cmd); in build_cmd_buf()
/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/msm8909/libbt-vendor/src/
Dhardware.c177 UINT16_TO_STREAM(p, HCI_RESET); in hw_epilog_process()
/hardware/qcom/bt/msm8996/libbt-vendor/src/
Dhardware.c178 UINT16_TO_STREAM(p, HCI_RESET); in hw_epilog_process()
/hardware/qcom/bt/msm8998/libbt-vendor/src/
Dhardware.c177 UINT16_TO_STREAM(p, HCI_RESET); in __hw_epilog_process()