Searched refs:qic117_cmds (Results 1 – 3 of 3) sorted by relevance
55 const struct qic117_command_table qic117_cmds[] = QIC117_COMMANDS; variable143 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()[all …]
53 extern const struct qic117_command_table qic117_cmds[];
426 if (qic117_cmds[ftape_current_command].non_intr) { in pause_tape()