Lines Matching refs:opcode
79 #define HCI_CMD_SET_OPCODE(buf, opcode) little_endian_store_16(buf, 0, opcode) argument
119 uint8_t opcode; member
125 uint32_t opcode; member
395 uint16_t opcode = hci_event_command_complete_get_command_opcode(packet); in hci_packet_handler() local
397 switch (opcode) { in hci_packet_handler()
542 uint8_t opcode; in rtk_get_fw_project_id() local
547 opcode = *p_buf; in rtk_get_fw_project_id()
549 if (opcode == 0x00) { in rtk_get_fw_project_id()
554 opcode, len, data); in rtk_get_fw_project_id()
604 uint32_t opcode, uint32_t *patch_len, uint8_t *sec_flag) in insert_patch() argument
624 if(opcode == PATCH_SECURITY_HEADER) in insert_patch()
632 if(opcode != PATCH_SECURITY_HEADER) { in insert_patch()
680 section_hdr.opcode = little_endian_read_32(section_pos, 0); in rtb_get_patch_header()
682 log_info("opcode 0x%04x", section_hdr.opcode); in rtb_get_patch_header()
683 switch (section_hdr.opcode) { in rtb_get_patch_header()
698 section_hdr.opcode = little_endian_read_32(section_pos, 0); in rtb_get_patch_header()
700 if(section_hdr.opcode == PATCH_DUMMY_HEADER) { in rtb_get_patch_header()