Lines Matching refs:cmd_array
119 static const struct cmd cmd_array[] = { variable
252 if (cmd_array[cmd].cmd_len > MAX_CMD_LEN) in st95hf_send_recv_cmd()
254 if (cmd_array[cmd].no_cmd_params < no_modif) in st95hf_send_recv_cmd()
260 spi_cmd_buffer[1] = cmd_array[cmd].cmd_id; in st95hf_send_recv_cmd()
261 spi_cmd_buffer[2] = cmd_array[cmd].no_cmd_params; in st95hf_send_recv_cmd()
263 memcpy(&spi_cmd_buffer[3], cmd_array[cmd].cmd_params, in st95hf_send_recv_cmd()
267 if (list_array[i].param_offset >= cmd_array[cmd].no_cmd_params) in st95hf_send_recv_cmd()
275 cmd_array[cmd].cmd_len, in st95hf_send_recv_cmd()
276 cmd_array[cmd].req); in st95hf_send_recv_cmd()
282 if (cmd_array[cmd].req == SYNC && recv_res) { in st95hf_send_recv_cmd()
539 pp_typeb = cmd_array[CMD_ISO14443B_PROTOCOL_SELECT].cmd_params[2]; in iso14443_config_fdt()
636 val_mm = cmd_array[CMD_ISO14443A_PROTOCOL_SELECT].cmd_params[3]; in st95hf_handle_wtx()
638 val_mm = cmd_array[CMD_ISO14443B_PROTOCOL_SELECT].cmd_params[3]; in st95hf_handle_wtx()
724 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()