Lines Matching refs:cmd_array
120 static const struct cmd cmd_array[] = { variable
253 if (cmd_array[cmd].cmd_len > MAX_CMD_LEN) in st95hf_send_recv_cmd()
255 if (cmd_array[cmd].no_cmd_params < no_modif) in st95hf_send_recv_cmd()
261 spi_cmd_buffer[1] = cmd_array[cmd].cmd_id; in st95hf_send_recv_cmd()
262 spi_cmd_buffer[2] = cmd_array[cmd].no_cmd_params; in st95hf_send_recv_cmd()
264 memcpy(&spi_cmd_buffer[3], cmd_array[cmd].cmd_params, in st95hf_send_recv_cmd()
268 if (list_array[i].param_offset >= cmd_array[cmd].no_cmd_params) in st95hf_send_recv_cmd()
276 cmd_array[cmd].cmd_len, in st95hf_send_recv_cmd()
277 cmd_array[cmd].req); in st95hf_send_recv_cmd()
283 if (cmd_array[cmd].req == SYNC && recv_res) { in st95hf_send_recv_cmd()
540 pp_typeb = cmd_array[CMD_ISO14443B_PROTOCOL_SELECT].cmd_params[2]; in iso14443_config_fdt()
637 val_mm = cmd_array[CMD_ISO14443A_PROTOCOL_SELECT].cmd_params[3]; in st95hf_handle_wtx()
639 val_mm = cmd_array[CMD_ISO14443B_PROTOCOL_SELECT].cmd_params[3]; in st95hf_handle_wtx()
725 val_mm = cmd_array[CMD_ISO14443A_PROTOCOL_SELECT].cmd_params[3]; in st95hf_response_handler()
1084 cmd_array[CMD_ISO14443A_PROTOCOL_SELECT].cmd_params[2]; in st95hf_probe()