Searched refs:ctl_cmd_table (Results 1 – 6 of 6) sorted by relevance
11 SRCS+= ctl_cmd_table.c
482 extern const struct ctl_cmd_entry ctl_cmd_table[256];
275 executed. (See ctl_cmd_table.c for the mapping of312 ctl_cmd_table.c:
896 const struct ctl_cmd_entry ctl_cmd_table[256] = variable
7386 entry = &ctl_cmd_table[i]; in ctl_report_supported_opcodes()7405 if (ctl_cmd_table[opcode].flags & CTL_CMD_FLAG_SA5) { in ctl_report_supported_opcodes()7418 if ((ctl_cmd_table[opcode].flags & CTL_CMD_FLAG_SA5) == 0 || in ctl_report_supported_opcodes()7458 entry = &ctl_cmd_table[i]; in ctl_report_supported_opcodes()7491 entry = &ctl_cmd_table[opcode]; in ctl_report_supported_opcodes()7496 entry = &ctl_cmd_table[opcode]; in ctl_report_supported_opcodes()7512 entry = &ctl_cmd_table[opcode]; in ctl_report_supported_opcodes()11655 entry = &ctl_cmd_table[ctsio->cdb[0]]; in ctl_get_cmd_entry()
93 cam/ctl/ctl_cmd_table.c optional ctl