Lines Matching refs:instruction
39 uint8_t instruction);
301 uint8_t instruction, uint16_t msg_len, in nfa_hciu_send_msg() argument
314 nfa_hciu_get_type_inst_names(pipe_id, type, instruction, buff), msg_len); in nfa_hciu_send_msg()
316 if (instruction == NFA_HCI_ANY_GET_PARAMETER) in nfa_hciu_send_msg()
344 *p_data++ = (type << 6) | instruction; in nfa_hciu_send_msg()
357 handle_debug_loopback(p_buf, type, instruction); in nfa_hciu_send_msg()
369 nfa_hci_cb.cmd_sent = instruction; in nfa_hciu_send_msg()
1189 std::string nfa_hciu_instr_2_str(uint8_t instruction) { in nfa_hciu_instr_2_str() argument
1190 switch (instruction) { in nfa_hciu_instr_2_str()
1379 uint8_t instruction) { in handle_debug_loopback() argument
1384 switch (instruction) { in handle_debug_loopback()