/hardware/qcom/msm8996/original-kernel-headers/media/ |
D | radio-iris.h | 187 #define hci_opcode_pack(ogf, ocf) ((__u16) ((ocf & 0x03ff)|(ogf << 10))) argument 190 #define hci_recv_ctrl_cmd_op_pack(ocf) \ argument 191 ((__u16) hci_opcode_pack(HCI_OGF_FM_RECV_CTRL_CMD_REQ, ocf)) 192 #define hci_trans_ctrl_cmd_op_pack(ocf) \ argument 193 ((__u16) hci_opcode_pack(HCI_OGF_FM_TRANS_CTRL_CMD_REQ, ocf)) 194 #define hci_common_cmd_op_pack(ocf) \ argument 195 ((__u16) hci_opcode_pack(HCI_OGF_FM_COMMON_CTRL_CMD_REQ, ocf)) 196 #define hci_status_param_op_pack(ocf) \ argument 197 ((__u16) hci_opcode_pack(HCI_OGF_FM_STATUS_PARAMETERS_CMD_REQ, ocf)) 198 #define hci_diagnostic_cmd_op_pack(ocf) \ argument [all …]
|
/hardware/qcom/msm8996/kernel-headers/media/ |
D | radio-iris.h | 212 #define hci_opcode_pack(ogf,ocf) ((__u16) ((ocf & 0x03ff) | (ogf << 10))) argument 216 #define hci_recv_ctrl_cmd_op_pack(ocf) ((__u16) hci_opcode_pack(HCI_OGF_FM_RECV_CTRL_CMD_REQ, ocf)) argument 217 #define hci_trans_ctrl_cmd_op_pack(ocf) ((__u16) hci_opcode_pack(HCI_OGF_FM_TRANS_CTRL_CMD_REQ, ocf… argument 219 #define hci_common_cmd_op_pack(ocf) ((__u16) hci_opcode_pack(HCI_OGF_FM_COMMON_CTRL_CMD_REQ, ocf)) argument 220 #define hci_status_param_op_pack(ocf) ((__u16) hci_opcode_pack(HCI_OGF_FM_STATUS_PARAMETERS_CMD_REQ… argument 221 #define hci_diagnostic_cmd_op_pack(ocf) ((__u16) hci_opcode_pack(HCI_OGF_FM_DIAGNOSTIC_CMD_REQ, ocf… argument
|
/hardware/qcom/bt/msm8909/libbt-vendor/include/ |
D | hci_uart.h | 74 #define cmd_opcode_pack(ogf, ocf) (uint16_t)((ocf & 0x03ff)|(ogf << 10)) argument
|
/hardware/qcom/bt/msm8996/libbt-vendor/include/ |
D | hci_uart.h | 74 #define cmd_opcode_pack(ogf, ocf) (uint16_t)((ocf & 0x03ff)|(ogf << 10)) argument
|
/hardware/qcom/bt/msm8992/libbt-vendor/include/ |
D | hci_uart.h | 74 #define cmd_opcode_pack(ogf, ocf) (uint16_t)((ocf & 0x03ff)|(ogf << 10)) argument
|
/hardware/qcom/sdm845/bt/libbt-vendor/include/ |
D | hci_uart.h | 76 #define cmd_opcode_pack(ogf, ocf) (uint16_t)((ocf & 0x03ff)|(ogf << 10)) argument
|
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/include/ |
D | hci_uart.h | 76 #define cmd_opcode_pack(ogf, ocf) (uint16_t)((ocf & 0x03ff)|(ogf << 10)) argument
|
/hardware/qcom/bt/msm8998/libbt-vendor/include/ |
D | hci_uart.h | 77 #define cmd_opcode_pack(ogf, ocf) (uint16_t)((ocf & 0x03ff)|(ogf << 10)) argument
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
D | bt_amp_hci.h | 39 #define HCI_CMD_OPCODE(ogf, ocf) ((((ogf) & 0x3F) << 10) | ((ocf) & 0x03FF)) argument
|
/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
D | hw_ar3k.c | 260 static int read_ps_event(uint8_t *event, uint16_t ocf) in read_ps_event() argument 263 uint16_t opcode = htobs(cmd_opcode_pack(HCI_VENDOR_CMD_OGF, 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() argument 1196 hc.opcode = htobs(cmd_opcode_pack(ogf, ocf)); in hci_send_cmd()
|
/hardware/qcom/bt/msm8998/libbt-vendor/src/ |
D | hw_ar3k.c | 266 static int read_ps_event(uint8_t *event, uint16_t ocf) in read_ps_event() argument 269 uint16_t opcode = htobs(cmd_opcode_pack(HCI_VENDOR_CMD_OGF, 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() argument 1204 hc.opcode = htobs(cmd_opcode_pack(ogf, ocf)); in hci_send_cmd()
|
/hardware/qcom/sdm845/bt/libbt-vendor/src/ |
D | hw_ar3k.c | 264 static int read_ps_event(uint8_t *event, uint16_t ocf) in read_ps_event() argument 267 uint16_t opcode = htobs(cmd_opcode_pack(HCI_VENDOR_CMD_OGF, 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() argument 1202 hc.opcode = htobs(cmd_opcode_pack(ogf, ocf)); in hci_send_cmd()
|
/hardware/qcom/bt/msm8996/libbt-vendor/src/ |
D | hw_ar3k.c | 264 static int read_ps_event(uint8_t *event, uint16_t ocf) in read_ps_event() argument 267 uint16_t opcode = htobs(cmd_opcode_pack(HCI_VENDOR_CMD_OGF, 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() argument 1202 hc.opcode = htobs(cmd_opcode_pack(ogf, ocf)); in hci_send_cmd()
|
/hardware/qcom/bt/msm8909/libbt-vendor/src/ |
D | hw_ar3k.c | 260 static int read_ps_event(uint8_t *event, uint16_t ocf) in read_ps_event() argument 263 uint16_t opcode = htobs(cmd_opcode_pack(HCI_VENDOR_CMD_OGF, 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() argument 1196 hc.opcode = htobs(cmd_opcode_pack(ogf, ocf)); in hci_send_cmd()
|
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/ |
D | hw_ar3k.c | 262 static int read_ps_event(uint8_t *event, uint16_t ocf) in read_ps_event() argument 265 uint16_t opcode = htobs(cmd_opcode_pack(HCI_VENDOR_CMD_OGF, 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() argument 1200 hc.opcode = htobs(cmd_opcode_pack(ogf, ocf)); in hci_send_cmd()
|