Lines Matching refs:qic117_cmds
55 const struct qic117_command_table qic117_cmds[] = QIC117_COMMANDS; variable
143 TRACE(ft_t_flow, "%s", qic117_cmds[command].name); in ft_check_cmd_restrictions()
149 if (qic117_cmds[command].cmd_type == motion && in ft_check_cmd_restrictions()
150 qic117_cmds[ftape_current_command].non_intr) { in ft_check_cmd_restrictions()
161 if (qic117_cmds[command].mask != 0) { in ft_check_cmd_restrictions()
168 difference = ((status ^ qic117_cmds[command].state) & in ft_check_cmd_restrictions()
169 qic117_cmds[command].mask); in ft_check_cmd_restrictions()
185 difference = ((status ^ qic117_cmds[command].state) & in ft_check_cmd_restrictions()
186 qic117_cmds[command].mask); in ft_check_cmd_restrictions()
198 difference = ((status ^ qic117_cmds[command].state) & in ft_check_cmd_restrictions()
199 qic117_cmds[command].mask); in ft_check_cmd_restrictions()
218 status & qic117_cmds[command].mask, in ft_check_cmd_restrictions()
219 qic117_cmds[command].state); in ft_check_cmd_restrictions()
223 if (~status & QIC_STATUS_READY & qic117_cmds[command].mask) { in ft_check_cmd_restrictions()
238 if ((unsigned int)command > NR_ITEMS(qic117_cmds)) { in ftape_command()
256 TRACE(ft_t_any, "%s", qic117_cmds[command].name); in ftape_command()
263 if (qic117_cmds[command].cmd_type == motion && in ftape_command()
502 if ((unsigned int)*command < NR_ITEMS(qic117_cmds) && in ftape_report_error()
503 qic117_cmds[*command].name != NULL) { in ftape_report_error()
505 qic117_cmds[*command].name); in ftape_report_error()