Home
last modified time | relevance | path

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

123

/device/google/wahoo/lisa/targetdev/
Dpowerhint.py12 def set_touch_param(target, opcode, new_val): argument
22 xpath = './Hint[@type="{}"]/Resource[@opcode="{}"]'.format(hinttype, opcode)
35 opcode = '0x42C18000'
38 set_touch_param(target, opcode, boost)
43 opcode = '0x40800000' if cluster == 'big' else '0x40800100'
44 set_touch_param(target, opcode, freq)
49 opcode = '0x4180C000'
51 set_touch_param(target, opcode, enable_num)
56 opcode = '0x41800000'
57 set_touch_param(target, opcode, freq)
/device/linaro/hikey/hifi/xaf/host-apf/proxy/
Dxf-proxy.c54 m.id = msg->id, m.opcode = msg->opcode, m.length = msg->length; in xf_proxy_cmd_exec()
66 msg->id = m.id, msg->opcode = m.opcode, msg->length = m.length; in xf_proxy_cmd_exec()
71 …TRACE(EXEC, _b("proxy[%p]: command done: [%08x:%p:%u]"), proxy, msg->opcode, msg->buffer, msg->len… in xf_proxy_cmd_exec()
84 msg.opcode = m->opcode;
145 msg.opcode = XF_REGISTER; in xf_client_register()
156 XF_CHK_ERR(msg.opcode == (u32) XF_REGISTER, -EFAULT); in xf_client_register()
176 msg.opcode = XF_UNREGISTER; in xf_client_unregister()
184 BUG(msg.opcode != XF_UNREGISTER, _x("Invalid opcode: %X"), msg.opcode); in xf_client_unregister()
199 msg.opcode = XF_ALLOC; in xf_proxy_buffer_alloc()
207 XF_CHK_ERR(msg.opcode == XF_ALLOC, -EBADFD); in xf_proxy_buffer_alloc()
[all …]
Dxf-fio.c71 TRACE(CMD, _b("C[%08x]:(%x,%08x,%u)"), msg->id, msg->opcode, msg->address, msg->length); in xf_ipc_send()
115 TRACE(RSP, _b("R[%08x]:(%x,%u,%08x)"), msg->id, msg->opcode, msg->length, msg->address); in xf_ipc_recv()
127 msg->opcode = temp.opcode; in xf_ipc_recv()
/device/google/crosshatch/sdm845/original-kernel-headers/scsi/ufs/
Dufs.h82 #define UPIU_QUERY_OPCODE_HIGH(opcode) ((opcode) >> 16) argument
83 #define UPIU_QUERY_OPCODE_LOW(opcode) ((opcode) & 0xffff) argument
/device/google/bonito/sdm710/kernel-headers/scsi/ufs/
Dufs.h83 #define UPIU_QUERY_OPCODE_HIGH(opcode) ((opcode) >> 16) argument
84 #define UPIU_QUERY_OPCODE_LOW(opcode) ((opcode) & 0xffff) argument
/device/google/crosshatch/sdm845/kernel-headers/scsi/ufs/
Dufs.h83 #define UPIU_QUERY_OPCODE_HIGH(opcode) ((opcode) >> 16) argument
84 #define UPIU_QUERY_OPCODE_LOW(opcode) ((opcode) & 0xffff) argument
/device/google/bonito/sdm710/original-kernel-headers/scsi/ufs/
Dufs.h82 #define UPIU_QUERY_OPCODE_HIGH(opcode) ((opcode) >> 16) argument
83 #define UPIU_QUERY_OPCODE_LOW(opcode) ((opcode) & 0xffff) argument
/device/google/coral-kernel/sm8150/kernel-headers/scsi/ufs/
Dufs.h85 #define UPIU_QUERY_OPCODE_HIGH(opcode) ((opcode) >> 16) argument
86 #define UPIU_QUERY_OPCODE_LOW(opcode) ((opcode) & 0xffff) argument
/device/google/coral-kernel/sm8150/original-kernel-headers/scsi/ufs/
Dufs.h87 #define UPIU_QUERY_OPCODE_HIGH(opcode) ((opcode) >> 16) argument
88 #define UPIU_QUERY_OPCODE_LOW(opcode) ((opcode) & 0xffff) argument
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/
Dxf-shmem.c187 m->opcode = command->opcode; in xf_shmem_process_input()
190 TRACE(CMD, _b("C[%x]:(%x,%u,%p)"), m->id, m->opcode, m->length, m->buffer); in xf_shmem_process_input()
193 (XF_OPCODE_CDATA(m->opcode) ? XF_PROXY_INVALIDATE(m->buffer, m->length) : 0); in xf_shmem_process_input()
243 (XF_OPCODE_RDATA(m->opcode) ? XF_PROXY_FLUSH(m->buffer, m->length) : 0); in xf_shmem_process_output()
250 response->opcode = m->opcode; in xf_shmem_process_output()
257 if((m->opcode == XF_FILL_THIS_BUFFER)) in xf_shmem_process_output()
276 TRACE(RSP, _b("R[%x]:(%x,%u,%p)"), m->id, m->opcode, m->length, m->buffer); in xf_shmem_process_output()
Dxf-core.c315 u32 opcode = m->opcode; in xf_proxy_command() local
319 if (XF_OPCODE_TYPE(opcode) < XF_PROXY_CMD_NUM) in xf_proxy_command()
321 if ((res = xf_proxy_cmd[XF_OPCODE_TYPE(opcode)](core, m)) >= 0) in xf_proxy_command()
329 TRACE(ERROR, _x("invalid opcode: %x"), opcode); in xf_proxy_command()
495 TRACE(DISP, _b("core[%u]::proxy-cmd(id=%x, opcode=%x)"), core, m->id, m->opcode); in xf_core_dispatch()
511 … TRACE(DISP, _b("core[%u]::client[%u]::cmd(id=%x, opcode=%x)"), core, client, m->id, m->opcode); in xf_core_dispatch()
577 switch (m->opcode) in xf_msg_complete()
581 m->opcode = XF_FILL_THIS_BUFFER; in xf_msg_complete()
586 m->opcode = XF_EMPTY_THIS_BUFFER; in xf_msg_complete()
/device/google/cuttlefish/host/frontend/gcastv2/https/
DWebSocketHandler.cpp82 uint8_t opcode = headerByte & 0x0f; in handleRequest() local
83 if (opcode == 0x9 /*ping*/) { in handleRequest()
85 } else if (opcode == 0x8 /*close*/) { in handleRequest()
128 const uint8_t opcode = headerByte & 0x0f; in handleMessage() local
129 if (opcode == 8) { in handleMessage()
155 auto opcode = kOpCodeBySendMode[static_cast<uint8_t>(mode)]; in sendMessage() local
159 msg[0] = 0x80 | opcode; // FIN==1 in sendMessage()
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxf-opcode.h87 #define XF_OPCODE_CDATA(opcode) ((opcode) & (1 << 31)) argument
88 #define XF_OPCODE_RDATA(opcode) ((opcode) & (1 << 30)) argument
89 #define XF_OPCODE_TYPE(opcode) ((opcode) & (0x3F)) argument
Dxf-proxy.h45 uint32_t opcode; member
63 uint32_t opcode; member
/device/linaro/dragonboard/qcom/tqftpserv/
Dtqftpserv.c113 uint16_t opcode; in tftp_send_ack() member
381 int opcode; in handle_reader() local
400 opcode = buf[0] << 8 | buf[1]; in handle_reader()
401 if (opcode == OP_ERROR) { in handle_reader()
405 } else if (opcode != OP_ACK) { in handle_reader()
406 printf("[TQFTP] Expected ACK, got %d\n", opcode); in handle_reader()
436 int opcode; in handle_writer() local
453 opcode = buf[0] << 8 | buf[1]; in handle_writer()
455 if (opcode != OP_DATA) { in handle_writer()
456 printf("[TQFTP] Expected DATA opcode, got %d\n", opcode); in handle_writer()
[all …]
/device/linaro/hikey/hifi/xaf/host-apf/include/
Dxf-opcode.h76 #define XF_OPCODE_CDATA(opcode) ((opcode) & (1 << 31)) argument
77 #define XF_OPCODE_RDATA(opcode) ((opcode) & (1 << 30)) argument
78 #define XF_OPCODE_TYPE(opcode) ((opcode) & (0x3F)) argument
Dxf-proxy.h38 u32 opcode; member
54 uint32_t opcode; member
71 uint32_t opcode; member
/device/linaro/hikey/wpan/uim/
Duim.c149 static int read_command_complete(int fd, unsigned short opcode) in read_command_complete() argument
183 if (resp.cmd_complete.opcode != (unsigned short)opcode) { in read_command_complete()
185 resp.cmd_complete.opcode, opcode); in read_command_complete()
370 cmd.hci_hdr.opcode = HCI_HDR_OPCODE; in st_uart_config()
405 addr_cmd.hci_hdr.opcode = WRITE_BD_ADDR_OPCODE; in st_uart_config()
Duim.h96 uint16_t opcode; /* OCF & OGF */ member
109 uint16_t opcode; member
116 uint16_t opcode; member
/device/google/bonito/sdm710/original-kernel-headers/sound/
Dvoice_svc.h32 __u32 opcode; member
42 __u32 opcode; member
/device/google/crosshatch/sdm845/kernel-headers/sound/
Dvoice_svc.h43 __u32 opcode; member
52 __u32 opcode; member
/device/google/bonito/sdm710/kernel-headers/sound/
Dvoice_svc.h43 __u32 opcode; member
52 __u32 opcode; member
/device/google/crosshatch/sdm845/original-kernel-headers/sound/
Dvoice_svc.h32 __u32 opcode; member
42 __u32 opcode; member
/device/google/bonito/sdm710/original-kernel-headers/media/
Dcam_sensor.h182 struct cam_ois_opcode opcode; member
466 uint8_t opcode; member
489 uint8_t opcode; member
505 uint8_t opcode; member
/device/google/bonito/sdm710/kernel-headers/media/
Dcam_sensor.h102 struct cam_ois_opcode opcode; member
212 uint8_t opcode; member
222 uint8_t opcode; member
228 uint8_t opcode; member

123