HomeSort by relevance Sort by last modified time
    Searched defs:opcode (Results 276 - 300 of 1020) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/linux/mmc/
mmc.h 24 u32 opcode; member in struct:mmc_command
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/linux/mmc/
mmc.h 24 u32 opcode; member in struct:mmc_command
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/linux/mmc/
mmc.h 24 u32 opcode; member in struct:mmc_command
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/linux/mmc/
mmc.h 24 u32 opcode; member in struct:mmc_command
  /prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/linux/mmc/
mmc.h 24 u32 opcode; member in struct:mmc_command
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/linux/mmc/
mmc.h 24 u32 opcode; member in struct:mmc_command
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/linux/mmc/
mmc.h 24 u32 opcode; member in struct:mmc_command
  /prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/linux/mmc/
mmc.h 24 u32 opcode; member in struct:mmc_command
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/linux/mmc/
mmc.h 24 u32 opcode; member in struct:mmc_command
  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/linux/mmc/
mmc.h 24 u32 opcode; member in struct:mmc_command
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/mmc/
mmc.h 24 u32 opcode; member in struct:mmc_command
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/mmc/
mmc.h 24 u32 opcode; member in struct:mmc_command
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/mmc/
mmc.h 24 u32 opcode; member in struct:mmc_command
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/mmc/
mmc.h 24 u32 opcode; member in struct:mmc_command
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/mmc/
mmc.h 24 u32 opcode; member in struct:mmc_command
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/mmc/
mmc.h 24 u32 opcode; member in struct:mmc_command
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/mmc/
mmc.h 24 u32 opcode; member in struct:mmc_command
  /system/bt/stack/avrc/
avrc_api.c 58 #define AVRC_OP_DROP 0xFE /* use this unused opcode to indication no need to call the callback function */
59 #define AVRC_OP_DROP_N_FREE 0xFD /* use this unused opcode to indication no need to call the callback function & free buffer */
279 p_msg->hdr.opcode = AVRC_OP_DROP; /* used the p_pkt to send response */
286 p_msg->hdr.opcode = AVRC_OP_DROP_N_FREE;
360 /* Skip over vendor header (ctype, subunit*, opcode, CO_ID) */
448 /* 6 = ctype, subunit*, opcode & CO_ID */
477 else if (p_msg->hdr.opcode == AVRC_OP_DROP)
481 else if (p_msg->hdr.opcode == AVRC_OP_DROP_N_FREE)
529 UINT8 opcode; local
572 opcode = p_data[2]
    [all...]
  /system/bt/stack/btm/
btm_ble_batchscan.c 141 void btm_ble_batchscan_enq_op_q(UINT8 opcode, tBTM_BLE_BATCH_SCAN_STATE cur_state,
144 ble_batchscan_cb.op_q.sub_code[ble_batchscan_cb.op_q.next_idx] = (opcode |(cb_evt << 4));
363 UINT8 status = 0, subcode = 0, opcode = 0; local
373 btm_ble_batchscan_deq_op_q(&opcode, &cur_state, &cb_evt, &ref_value);
380 btm_ble_batchscan_deq_op_q(&opcode, &cur_state, &cb_evt, &ref_value);
383 opcode, cur_state, cb_evt, ref_value);
385 if (opcode != subcode)
387 BTM_TRACE_ERROR("Got unexpected VSC cmpl, expected: %d got: %d",subcode,opcode);
    [all...]
btm_ble_multi_adv.c 68 void btm_ble_multi_adv_enq_op_q(UINT8 opcode, UINT8 inst_id, UINT8 cb_evt)
74 p_op_q->p_sub_code[p_op_q->next_idx] = (opcode |(cb_evt << 4));
117 UINT8 cb_evt = 0, opcode; local
128 btm_ble_multi_adv_deq_op_q(&opcode, &inst_id, &cb_evt);
130 BTM_TRACE_DEBUG("op_code = %02x inst_id = %d cb_evt = %02x", opcode, inst_id, cb_evt);
132 if (opcode != subcode || inst_id == 0)
134 BTM_TRACE_ERROR("get unexpected VSC cmpl, expect: %d get: %d",subcode,opcode);
  /system/bt/stack/gatt/
gatt_cl.c 35 #define GATT_WRITE_LONG_HDR_SIZE 5 /* 1 opcode + 2 handle + 2 offset */
518 void gatt_proc_disc_error_rsp(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT8 opcode,
526 GATT_TRACE_DEBUG("gatt_proc_disc_error_rsp reason: %02x cmd_code %04x", reason, opcode);
528 switch (opcode)
541 GATT_TRACE_ERROR("Incorrect discovery opcode %04x", opcode);
561 UINT8 opcode, reason, * p= p_data; local
569 STREAM_TO_UINT8(opcode, p);
575 gatt_proc_disc_error_rsp(p_tcb, p_clcb, opcode, handle, reason);
581 (opcode == GATT_REQ_PREPARE_WRITE) &
    [all...]
  /system/bt/vendor_libs/linux/
bt_vendor_linux.c 66 uint16_t opcode; member in struct:mgmt_pkt
179 ev.opcode = MGMT_OP_INDEX_LIST;
213 if (ev.opcode == MGMT_EV_INDEX_ADDED && ev.index == hci_interface) {
215 } else if (ev.opcode == MGMT_EV_COMMAND_COMP) {
346 static int bt_vendor_op(bt_vendor_opcode_t opcode, void *param)
350 LOG_INFO(LOG_TAG, "%s op %d", __func__, opcode);
352 switch (opcode) {
406 LOG_INFO(LOG_TAG, "%s op %d retval %d", __func__, opcode, retval);
  /toolchain/binutils/binutils-2.25/bfd/
elf32-epiphany.c 41 unsigned short opcode; member in struct:epiphany_opcode
  /toolchain/binutils/binutils-2.25/gas/config/
tc-moxie.c 25 #include "opcode/moxie.h"
64 const moxie_opc_info_t *opcode; local
68 for (count = 0, opcode = moxie_form1_opc_info; count++ < 64; opcode++)
69 hash_insert (opcode_hash_control, opcode->name, (char *) opcode);
71 for (count = 0, opcode = moxie_form2_opc_info; count++ < 4; opcode++)
72 hash_insert (opcode_hash_control, opcode->name, (char *) opcode);
159 moxie_opc_info_t *opcode; local
    [all...]
tc-pj.c 25 #include "opcode/pj.h"
143 /* Handler for the ipush fake opcode,
147 ipush_code (pj_opc_info_t *opcode ATTRIBUTE_UNUSED, char *str)
167 /* Insert names into the opcode table which are really mini macros,
168 not opcodes. The fakeness is indicated with an opcode of -1. */
176 fake->opcode = -1;
182 /* Enter another entry into the opcode hash table so the same opcode
199 const pj_opc_info_t *opcode; local
203 for (opcode = pj_opc_info; opcode->u.name; opcode++
231 pj_opc_info_t *opcode; local
    [all...]

Completed in 680 milliseconds

<<11121314151617181920>>