Home
last modified time | relevance | path

Searched refs:opcode (Results 1 – 13 of 13) sorted by relevance

/hardware/qcom/bt/libbt-vendor/src/
Dbt_vendor_qcom.c95 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()
Dhardware.c113 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/
Dbt_amp_hci.h30 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;
Dbcmevent.h329 uint8 opcode; /* see I/F opcode */ member
/hardware/broadcom/libbt/src/
Dbt_vendor_brcm.c130 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()
Dhardware.c618 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/
Dbluetooth.h353 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);
Dhdmi_cec.h245 int opcode; /* CEC opcode */ member
/hardware/intel/img/libdrm/libdrm/radeon/
Dradeon_cs_gem.c354 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()
Dradeon_bo.h208 #define radeon_bo_debug(bo, opcode)\ argument
209 _radeon_bo_debug(bo, opcode, __FILE__, __FUNCTION__, __LINE__)
/hardware/intel/img/psb_video/src/
Dpnw_VC1.c361 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/
Dpsb_VC1.c335 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/
Dwlioctl.h5047 uint8 opcode; member