Searched defs:opcode (Results 1 - 11 of 11) sorted by relevance

/hardware/qcom/bt/libbt-vendor/src/
H A Dbt_vendor_qcom.c95 static int op(bt_vendor_opcode_t opcode, void *param) argument
101 ALOGV("bt-vendor : op for %d", opcode);
103 switch(opcode)
H A Dhardware.c113 uint16_t opcode; local
117 STREAM_TO_UINT16(opcode,p);
119 ALOGI("%s Opcode:0x%04X Status: %d", __FUNCTION__, opcode, status);
/hardware/broadcom/libbt/src/
H A Dbt_vendor_brcm.c130 static int op(bt_vendor_opcode_t opcode, void *param) argument
134 BTVNDDBG("op for %d", opcode);
136 switch(opcode)
H A Dhardware.c618 uint16_t opcode; local
629 STREAM_TO_UINT16(opcode,p);
731 (opcode == HCI_VSC_LAUNCH_RAM))
740 STREAM_TO_UINT16(opcode,p);
741 is_proceeding = bt_vendor_cbacks->xmit_cb(opcode, \
952 uint16_t opcode; local
957 STREAM_TO_UINT16(opcode,p);
970 if ((opcode == HCI_VSC_WRITE_I2SPCM_INTERFACE_PARAM) &&
1004 else if ((opcode == HCI_VSC_WRITE_SCO_PCM_INT_PARAM) &&
1551 uint16_t opcode; local
[all...]
/hardware/intel/img/libdrm/libdrm/radeon/
H A Dradeon_cs_gem.c354 unsigned opcode; local
380 opcode = CP_PACKET3_GET_OPCODE(cs->packets[i++]);
381 switch (opcode) {
410 fprintf(file, "Unknow opcode 0x%02X at %d\n", opcode, i);
/hardware/intel/img/psb_video/src/mrst/
H A Dpsb_VC1.c325 /* opcode 14:12 *//* width 11:9 *//* symbol 8:0 */
335 uint32_t start = 0, end = 0, length = 0, opcode = 0, width = 0; local
347 opcode = index_data[i][0];
351 packed_index_table[i] = opcode;
/hardware/intel/img/psb_video/src/
H A Dpnw_VC1.c351 /* opcode 14:12 *//* width 11:9 *//* symbol 8:0 */
361 uint32_t start = 0, end = 0, length = 0, opcode = 0, width = 0; local
373 opcode = index_data[i][0];
377 packed_index_table[i] = opcode;
/hardware/libhardware/include/hardware/
H A Dhdmi_cec.h254 int opcode; /* CEC opcode */ member in struct:tx_status_event
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A Dbcmevent.h329 uint8 opcode; /* see I/F opcode */ member in struct:wl_event_data_if
335 /* opcode in WLC_E_IF event */
H A Dbt_amp_hci.h30 uint16 opcode; member in struct:amp_hci_cmd
38 /* AMP HCI CMD opcode layout */
40 #define HCI_CMD_OGF(opcode) ((uint8)(((opcode) >> 10) & 0x3F))
41 #define HCI_CMD_OCF(opcode) ((opcode) & 0x03FF)
212 uint16 opcode; member in struct:cmd_status_parms
217 uint16 opcode; member in struct:cmd_complete_parms
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h5047 uint8 opcode; member in struct:wl_nic_cnx
5058 /* opcode */

Completed in 921 milliseconds