/device/google/wahoo/lisa/targetdev/ |
D | powerhint.py | 12 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/ |
D | xf-proxy.c | 54 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 …]
|
D | xf-fio.c | 71 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/ |
D | ufs.h | 82 #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/ |
D | ufs.h | 83 #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/ |
D | ufs.h | 83 #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/ |
D | ufs.h | 82 #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/ |
D | ufs.h | 85 #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/ |
D | ufs.h | 87 #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/ |
D | xf-shmem.c | 187 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()
|
D | xf-core.c | 315 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/ |
D | WebSocketHandler.cpp | 82 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/ |
D | xf-opcode.h | 87 #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
|
D | xf-proxy.h | 45 uint32_t opcode; member 63 uint32_t opcode; member
|
/device/linaro/dragonboard/qcom/tqftpserv/ |
D | tqftpserv.c | 113 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/ |
D | xf-opcode.h | 76 #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
|
D | xf-proxy.h | 38 u32 opcode; member 54 uint32_t opcode; member 71 uint32_t opcode; member
|
/device/linaro/hikey/wpan/uim/ |
D | uim.c | 149 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()
|
D | uim.h | 96 uint16_t opcode; /* OCF & OGF */ member 109 uint16_t opcode; member 116 uint16_t opcode; member
|
/device/google/bonito/sdm710/original-kernel-headers/sound/ |
D | voice_svc.h | 32 __u32 opcode; member 42 __u32 opcode; member
|
/device/google/crosshatch/sdm845/kernel-headers/sound/ |
D | voice_svc.h | 43 __u32 opcode; member 52 __u32 opcode; member
|
/device/google/bonito/sdm710/kernel-headers/sound/ |
D | voice_svc.h | 43 __u32 opcode; member 52 __u32 opcode; member
|
/device/google/crosshatch/sdm845/original-kernel-headers/sound/ |
D | voice_svc.h | 32 __u32 opcode; member 42 __u32 opcode; member
|
/device/google/bonito/sdm710/original-kernel-headers/media/ |
D | cam_sensor.h | 182 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/ |
D | cam_sensor.h | 102 struct cam_ois_opcode opcode; member 212 uint8_t opcode; member 222 uint8_t opcode; member 228 uint8_t opcode; member
|