Lines Matching refs:cmd_array
132 static const struct cmd cmd_array[] = { variable
265 if (cmd_array[cmd].cmd_len > MAX_CMD_LEN) in st95hf_send_recv_cmd()
267 if (cmd_array[cmd].no_cmd_params < no_modif) in st95hf_send_recv_cmd()
273 spi_cmd_buffer[1] = cmd_array[cmd].cmd_id; in st95hf_send_recv_cmd()
274 spi_cmd_buffer[2] = cmd_array[cmd].no_cmd_params; in st95hf_send_recv_cmd()
276 memcpy(&spi_cmd_buffer[3], cmd_array[cmd].cmd_params, in st95hf_send_recv_cmd()
280 if (list_array[i].param_offset >= cmd_array[cmd].no_cmd_params) in st95hf_send_recv_cmd()
288 cmd_array[cmd].cmd_len, in st95hf_send_recv_cmd()
289 cmd_array[cmd].req); in st95hf_send_recv_cmd()
295 if (cmd_array[cmd].req == SYNC && recv_res) { in st95hf_send_recv_cmd()
552 pp_typeb = cmd_array[CMD_ISO14443B_PROTOCOL_SELECT].cmd_params[2]; in iso14443_config_fdt()
649 val_mm = cmd_array[CMD_ISO14443A_PROTOCOL_SELECT].cmd_params[3]; in st95hf_handle_wtx()
651 val_mm = cmd_array[CMD_ISO14443B_PROTOCOL_SELECT].cmd_params[3]; in st95hf_handle_wtx()
737 val_mm = cmd_array[CMD_ISO14443A_PROTOCOL_SELECT].cmd_params[3]; in st95hf_response_handler()
1097 cmd_array[CMD_ISO14443A_PROTOCOL_SELECT].cmd_params[2]; in st95hf_probe()