Searched refs:ctl_cmd_table (Results 1 – 6 of 6) sorted by relevance
9 SRCS+= ctl_cmd_table.c
430 extern const struct ctl_cmd_entry ctl_cmd_table[256];
273 executed. (See ctl_cmd_table.c for the mapping of310 ctl_cmd_table.c:
903 const struct ctl_cmd_entry ctl_cmd_table[256] = variable
7439 entry = &ctl_cmd_table[i]; in ctl_report_supported_opcodes()7458 if (ctl_cmd_table[opcode].flags & CTL_CMD_FLAG_SA5) { in ctl_report_supported_opcodes()7464 if ((ctl_cmd_table[opcode].flags & CTL_CMD_FLAG_SA5) == 0) { in ctl_report_supported_opcodes()7507 entry = &ctl_cmd_table[i]; in ctl_report_supported_opcodes()7540 entry = &ctl_cmd_table[opcode]; in ctl_report_supported_opcodes()7545 entry = &ctl_cmd_table[opcode]; in ctl_report_supported_opcodes()7561 entry = &ctl_cmd_table[opcode]; in ctl_report_supported_opcodes()12473 entry = &ctl_cmd_table[ctsio->cdb[0]]; in ctl_get_cmd_entry()
105 cam/ctl/ctl_cmd_table.c optional ctl