Home
last modified time | relevance | path

Searched defs:ocf (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/bt/msm8998/libbt-vendor/include/
Dhci_uart.h77 #define cmd_opcode_pack(ogf, ocf) (uint16_t)((ocf & 0x03ff)|(ogf << 10)) argument
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/include/
Dhci_uart.h76 #define cmd_opcode_pack(ogf, ocf) (uint16_t)((ocf & 0x03ff)|(ogf << 10)) argument
/hardware/qcom/bt/msm8996/libbt-vendor/include/
Dhci_uart.h74 #define cmd_opcode_pack(ogf, ocf) (uint16_t)((ocf & 0x03ff)|(ogf << 10)) argument
/hardware/qcom/bt/msm8909/libbt-vendor/include/
Dhci_uart.h74 #define cmd_opcode_pack(ogf, ocf) (uint16_t)((ocf & 0x03ff)|(ogf << 10)) argument
/hardware/qcom/bt/msm8992/libbt-vendor/include/
Dhci_uart.h74 #define cmd_opcode_pack(ogf, ocf) (uint16_t)((ocf & 0x03ff)|(ogf << 10)) argument
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
Dbt_amp_hci.h39 #define HCI_CMD_OPCODE(ogf, ocf) ((((ogf) & 0x3F) << 10) | ((ocf) & 0x03FF)) argument
/hardware/qcom/bt/msm8909/libbt-vendor/src/
Dhw_ar3k.c260 static int read_ps_event(uint8_t *event, uint16_t ocf) in read_ps_event()
1189 int hci_send_cmd(int dd, uint16_t ogf, uint16_t ocf, uint8_t plen, void *param) in hci_send_cmd()
/hardware/qcom/bt/msm8996/libbt-vendor/src/
Dhw_ar3k.c264 static int read_ps_event(uint8_t *event, uint16_t ocf) in read_ps_event()
1195 int hci_send_cmd(int dd, uint16_t ogf, uint16_t ocf, uint8_t plen, void *param) in hci_send_cmd()
/hardware/qcom/bt/msm8992/libbt-vendor/src/
Dhw_ar3k.c260 static int read_ps_event(uint8_t *event, uint16_t ocf) in read_ps_event()
1189 int hci_send_cmd(int dd, uint16_t ogf, uint16_t ocf, uint8_t plen, void *param) in hci_send_cmd()
/hardware/qcom/bt/msm8998/libbt-vendor/src/
Dhw_ar3k.c266 static int read_ps_event(uint8_t *event, uint16_t ocf) in read_ps_event()
1197 int hci_send_cmd(int dd, uint16_t ogf, uint16_t ocf, uint8_t plen, void *param) in hci_send_cmd()
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
Dhw_ar3k.c262 static int read_ps_event(uint8_t *event, uint16_t ocf) in read_ps_event()
1193 int hci_send_cmd(int dd, uint16_t ogf, uint16_t ocf, uint8_t plen, void *param) in hci_send_cmd()