/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/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/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 | 618 uint16_t opcode; in hw_config_cback() local 629 STREAM_TO_UINT16(opcode,p); in hw_config_cback() 731 (opcode == HCI_VSC_LAUNCH_RAM)) in hw_config_cback() 740 STREAM_TO_UINT16(opcode,p); in hw_config_cback() 741 is_proceeding = bt_vendor_cbacks->xmit_cb(opcode, \ in hw_config_cback() 952 uint16_t opcode; in hw_sco_i2spcm_cfg_cback() local 957 STREAM_TO_UINT16(opcode,p); in hw_sco_i2spcm_cfg_cback() 970 if ((opcode == HCI_VSC_WRITE_I2SPCM_INTERFACE_PARAM) && in hw_sco_i2spcm_cfg_cback() 1004 else if ((opcode == HCI_VSC_WRITE_SCO_PCM_INT_PARAM) && in hw_sco_i2spcm_cfg_cback() 1551 uint16_t opcode; in hw_epilog_cback() local [all …]
|
/hardware/libhardware/include/hardware/ |
D | bluetooth.h | 353 typedef void (*dut_mode_recv_callback)(uint16_t opcode, uint8_t *buf, uint8_t len); 519 int (*dut_mode_send)(uint16_t opcode, uint8_t *buf, uint8_t len); 522 int (*le_test_mode)(uint16_t opcode, uint8_t *buf, uint8_t len);
|
D | hdmi_cec.h | 245 int opcode; /* CEC opcode */ member
|
/hardware/intel/img/libdrm/libdrm/radeon/ |
D | radeon_cs_gem.c | 354 unsigned opcode; in cs_gem_print() local 380 opcode = CP_PACKET3_GET_OPCODE(cs->packets[i++]); in cs_gem_print() 381 switch (opcode) { in cs_gem_print() 410 fprintf(file, "Unknow opcode 0x%02X at %d\n", opcode, i); in cs_gem_print()
|
D | radeon_bo.h | 208 #define radeon_bo_debug(bo, opcode)\ argument 209 _radeon_bo_debug(bo, opcode, __FILE__, __FUNCTION__, __LINE__)
|
/hardware/intel/img/psb_video/src/ |
D | pnw_VC1.c | 361 uint32_t start = 0, end = 0, length = 0, opcode = 0, width = 0; in psb__VC1_pack_index_table_info() local 373 opcode = index_data[i][0]; in psb__VC1_pack_index_table_info() 377 packed_index_table[i] = opcode; in psb__VC1_pack_index_table_info()
|
/hardware/intel/img/psb_video/src/mrst/ |
D | psb_VC1.c | 335 uint32_t start = 0, end = 0, length = 0, opcode = 0, width = 0; in psb__VC1_pack_index_table_info() local 347 opcode = index_data[i][0]; in psb__VC1_pack_index_table_info() 351 packed_index_table[i] = opcode; in psb__VC1_pack_index_table_info()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | wlioctl.h | 5047 uint8 opcode; member
|