/hardware/ti/wpan/bluedroid_wilink/ |
D | libbt-vendor-ti.c | 66 int ti_op(bt_vendor_opcode_t opcode, void **param) { in ti_op() argument 70 ALOGI("vendor op - %d", opcode); in ti_op() 71 switch(opcode) in ti_op()
|
/hardware/qcom/bt/libbt-vendor/src/ |
D | bt_vendor_qcom.c | 95 static int op(bt_vendor_opcode_t opcode, void *param) in op() argument 101 ALOGV("bt-vendor : op for %d", opcode); in op() 103 switch(opcode) in op()
|
D | hardware.c | 113 uint16_t opcode; in hw_epilog_cback() local 117 STREAM_TO_UINT16(opcode,p); in hw_epilog_cback() 119 ALOGI("%s Opcode:0x%04X Status: %d", __FUNCTION__, opcode, status); in hw_epilog_cback()
|
/hardware/ti/wpan/ti_st/uim-sysfs/ |
D | uim.h | 86 uint16_t opcode; /* OCF & OGF */ member 99 uint16_t opcode; member 106 uint16_t opcode; member
|
D | uim.c | 202 static int read_command_complete(int fd, unsigned short opcode) in read_command_complete() argument 238 if (resp.cmd_complete.opcode != (unsigned short)opcode) { in read_command_complete() 240 resp.cmd_complete.opcode, opcode); in read_command_complete() 436 cmd.hci_hdr.opcode = HCI_HDR_OPCODE; in st_uart_config() 473 addr_cmd.hci_hdr.opcode = WRITE_BD_ADDR_OPCODE; in st_uart_config()
|
/hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/ |
D | uim.h | 87 uint16_t opcode; /* OCF & OGF */ member 100 uint16_t opcode; member 107 uint16_t opcode; member
|
D | uim.c | 264 static int read_command_complete(int fd, unsigned short opcode) in read_command_complete() argument 300 if (resp.cmd_complete.opcode != (unsigned short)opcode) { in read_command_complete() 302 resp.cmd_complete.opcode, opcode); in read_command_complete() 453 cmd.hci_hdr.opcode = HCI_HDR_OPCODE; in st_sig_handler() 491 addr_cmd.hci_hdr.opcode = WRITE_BD_ADDR_OPCODE; in st_sig_handler()
|
/hardware/broadcom/libbt/src/ |
D | bt_vendor_brcm.c | 130 static int op(bt_vendor_opcode_t opcode, void *param) in op() argument 134 BTVNDDBG("op for %d", opcode); in op() 136 switch(opcode) in op()
|
D | hardware.c | 585 uint16_t opcode; in hw_config_cback() local 595 STREAM_TO_UINT16(opcode,p); in hw_config_cback() 697 (opcode == HCI_VSC_LAUNCH_RAM)) in hw_config_cback() 706 STREAM_TO_UINT16(opcode,p); in hw_config_cback() 707 is_proceeding = bt_vendor_cbacks->xmit_cb(opcode, \ in hw_config_cback() 910 uint16_t opcode; in hw_sco_cfg_cback() local 914 STREAM_TO_UINT16(opcode,p); in hw_sco_cfg_cback() 921 if (opcode == HCI_VSC_WRITE_SCO_PCM_INT_PARAM) in hw_sco_cfg_cback() 1253 uint16_t opcode; in hw_epilog_cback() local 1257 STREAM_TO_UINT16(opcode,p); in hw_epilog_cback() [all …]
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
D | bt_amp_hci.h | 30 uint16 opcode; 40 #define HCI_CMD_OGF(opcode) ((uint8)(((opcode) >> 10) & 0x3F)) argument 41 #define HCI_CMD_OCF(opcode) ((opcode) & 0x03FF) argument 212 uint16 opcode; 217 uint16 opcode;
|
D | bcmevent.h | 329 uint8 opcode; /* see I/F opcode */ member
|
/hardware/libhardware/include/hardware/ |
D | bluetooth.h | 318 typedef void (*dut_mode_recv_callback)(uint16_t opcode, uint8_t *buf, uint8_t len); 449 int (*dut_mode_send)(uint16_t opcode, uint8_t *buf, uint8_t len); 452 int (*le_test_mode)(uint16_t opcode, uint8_t *buf, uint8_t len);
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | wlioctl.h | 5047 uint8 opcode; member
|