Searched refs:opcode (Results 1 - 25 of 58) sorted by relevance

123

/hardware/qcom/msm8996/kernel-headers/scsi/ufs/
H A Dioctl.h25 __u32 opcode; member in struct:ufs_ioctl_query_data
/hardware/qcom/msm8996/original-kernel-headers/scsi/ufs/
H A Dioctl.h7 * IOCTL opcode for ufs queries has the following opcode after
14 * @opcode: type of data to query (descriptor/attribute/flag)
20 * Submitted: opcode, idn, length, buf_size
24 * User should select one of the opcode defined in "enum query_opcode".
32 __u32 opcode; member in struct:ufs_ioctl_query_data
35 * attr_idn" or "enum desc_idn" based on whether opcode above is
/hardware/broadcom/libbt/include/
H A Duipc_msg.h63 uint8_t opcode; /* UIPC_OPEN_REQ */ member in struct:__anon6
70 uint8_t opcode; /* UIPC_OPEN_RESP */ member in struct:__anon7
81 uint8_t opcode; /* UIPC_CLOSE_REQ */ member in struct:t_uipc_close_req
88 uint8_t opcode; /* UIPC_CLOSE_RSP */ member in struct:t_uipc_close_rsp
95 uint8_t opcode; member in union:__anon8
251 uint8_t opcode; /* AVDT_SYNC_TO_BTC_LITE_REQ */ member in struct:__anon11
258 uint8_t opcode; /* AVDT_SYNC_TO_BTC_LITE_RESP */ member in struct:__anon12
339 uint8_t opcode; /* A2DP_START_REQ */ member in struct:__anon13
346 uint8_t opcode; /* A2DP_STOP_REQ */ member in struct:__anon14
352 uint8_t opcode; /* A2DP_SUSPEND_RE member in struct:__anon15
358 uint8_t opcode; /* A2DP_CLEANUP_REQ */ member in struct:__anon16
365 uint8_t opcode; /* A2DP_START_RESP, A2DP_STOP_RESP, A2DP_CLEANUP_RESP, A2DP_SUSPEND_RESP */ member in struct:__anon17
603 uint8_t opcode; /* AUDIO_CODEC_CONFIG_REQ */ member in struct:__anon24
617 uint8_t opcode; /* AUDIO_CODEC_CONFIG_RESP */ member in struct:__anon25
623 uint8_t opcode; /* AUDIO_CODEC_SET_BITRATE_REQ */ member in struct:__anon26
703 uint8_t opcode; /* AUDIO_ROUTE_CONFIG_REQ */ member in struct:__anon28
714 uint8_t opcode; /* AUDIO_ROUTE_CONFIG_RESP */ member in struct:__anon29
753 uint8_t opcode; /* AUDIO_MIX_CONFIG_REQ */ member in struct:__anon33
762 uint8_t opcode; /* AUDIO_MIX_CONFIG_RESP */ member in struct:__anon34
769 uint8_t opcode; /* AUDIO_BURST_FRAMES_IND */ member in struct:__anon35
775 uint8_t opcode; /* AUDIO_BURST_END_IND */ member in struct:__anon36
780 uint8_t opcode; /* AUDIO_CODEC_FLUSH_REQ */ member in struct:__anon37
785 uint8_t opcode; /* AUDIO_EQ_MODE_CONFIG_REQ */ member in struct:__anon38
792 uint8_t opcode; /* AUDIO_SCALE_CONFIG_REQ */ member in struct:__anon39
[all...]
/hardware/qcom/msm8994/kernel-headers/sound/
H A Dvoice_svc.h49 __u32 opcode; member in struct:voice_svc_cmd_response
60 __u32 opcode; member in struct:voice_svc_cmd_request
/hardware/qcom/msm8994/original-kernel-headers/sound/
H A Dvoice_svc.h32 __u32 opcode; member in struct:voice_svc_cmd_response
42 __u32 opcode; member in struct:voice_svc_cmd_request
/hardware/qcom/msm8996/kernel-headers/sound/
H A Dvoice_svc.h49 __u32 opcode; member in struct:voice_svc_cmd_response
60 __u32 opcode; member in struct:voice_svc_cmd_request
/hardware/qcom/msm8996/original-kernel-headers/sound/
H A Dvoice_svc.h32 __u32 opcode; member in struct:voice_svc_cmd_response
42 __u32 opcode; member in struct:voice_svc_cmd_request
/hardware/qcom/msm8x09/kernel-headers/sound/
H A Dvoice_svc.h49 __u32 opcode; member in struct:voice_svc_cmd_response
60 __u32 opcode; member in struct:voice_svc_cmd_request
/hardware/qcom/msm8x09/original-kernel-headers/sound/
H A Dvoice_svc.h32 __u32 opcode; member in struct:voice_svc_cmd_response
42 __u32 opcode; member in struct:voice_svc_cmd_request
/hardware/qcom/bt/msm8960/libbt-vendor/src/
H A Dbt_vendor_qcom.c96 static int op(bt_vendor_opcode_t opcode, void *param) argument
102 ALOGV("bt-vendor : op for %d", opcode);
104 switch(opcode)
H A Dhardware.c115 uint16_t opcode; local
119 STREAM_TO_UINT16(opcode,p);
121 ALOGI("%s Opcode:0x%04X Status: %d", __FUNCTION__, opcode, status);
/hardware/google/apf/
H A Dapf_disassembler.c27 static void print_opcode(const char* opcode) { argument
28 printf("%-6s", opcode);
31 // Mapping from opcode number to opcode name.
85 const uint32_t opcode = EXTRACT_OPCODE(bytecode); local
86 #define PRINT_OPCODE() print_opcode(opcode_names[opcode])
101 switch (opcode) {
139 if (opcode == JNEBS_OPCODE) {
209 // Unknown opcode
211 printf("unknown %u", opcode);
[all...]
/hardware/qcom/bt/msm8909/libbt-vendor/include/
H A Dhci_uart.h73 /* Command opcode pack/unpack */
145 uint16_t opcode; member in struct:__anon1753
151 uint16_t opcode; member in struct:__anon1754
155 uint16_t opcode; member in struct:__anon1755
/hardware/qcom/bt/msm8992/libbt-vendor/include/
H A Dhci_uart.h73 /* Command opcode pack/unpack */
145 uint16_t opcode; member in struct:__anon1776
151 uint16_t opcode; member in struct:__anon1777
155 uint16_t opcode; member in struct:__anon1778
/hardware/qcom/bt/msm8992/libbt-vendor/src/
H A Dhardware.c114 uint16_t opcode; local
118 STREAM_TO_UINT16(opcode,p);
120 ALOGI("%s Opcode:0x%04X Status: %d", __FUNCTION__, opcode, status);
/hardware/qcom/bt/msm8996/libbt-vendor/include/
H A Dhci_uart.h73 /* Command opcode pack/unpack */
145 uint16_t opcode; member in struct:__anon1798
151 uint16_t opcode; member in struct:__anon1799
155 uint16_t opcode; member in struct:__anon1800
/hardware/qcom/bt/msm8998/libbt-vendor/include/
H A Dhci_uart.h75 /* Command opcode pack/unpack */
149 uint16_t opcode; member in struct:__anon1821
155 uint16_t opcode; member in struct:__anon1822
159 uint16_t opcode; member in struct:__anon1823
/hardware/broadcom/libbt/src/
H A Dbt_vendor_brcm.c140 static int op(bt_vendor_opcode_t opcode, void *param) argument
144 BTVNDDBG("op for %d", opcode);
146 switch(opcode)
246 retval = brcm_vnd_a2dp_execute(opcode, param);
/hardware/qcom/msm8994/kernel-headers/linux/mmc/
H A Dioctl.h26 __u32 opcode; member in struct:mmc_ioc_cmd
/hardware/qcom/msm8994/original-kernel-headers/linux/mmc/
H A Dioctl.h13 __u32 opcode; member in struct:mmc_ioc_cmd
/hardware/qcom/msm8996/kernel-headers/linux/mmc/
H A Dioctl.h26 __u32 opcode; member in struct:mmc_ioc_cmd
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_pft.h60 __u32 opcode; member in struct:pft_command
/hardware/qcom/msm8996/original-kernel-headers/linux/mmc/
H A Dioctl.h13 __u32 opcode; member in struct:mmc_ioc_cmd
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_pft.h109 * @opcode - see enum pft_command_opcode.
118 __u32 opcode; member in struct:pft_command
/hardware/interfaces/bluetooth/1.0/default/
H A Dvendor_interface.cc46 uint16_t opcode; member in struct:__anon1034::__anon1035
78 uint16_t opcode = packet[opcode_offset] | (packet[opcode_offset + 1] << 8); local
80 ALOGV("%s internal_command.opcode = %04X opcode = %04x", __func__,
81 internal_command.opcode, opcode);
82 return opcode == internal_command.opcode;
85 uint8_t transmit_cb(uint16_t opcode, void* buffer, tINT_CMD_CBACK callback) { argument
86 ALOGV("%s opcode
[all...]

Completed in 362 milliseconds

123