Searched refs:cmd_dispatch_info (Results 1 – 2 of 2) sorted by relevance
75 struct cmd_dispatch_info { struct
780 static const struct cmd_dispatch_info cmd_dispatch_info[] = { variable904 for (i = 0; i < ARRAY_SIZE(cmd_dispatch_info); i++) { in rx_handler_command()905 if (cmd_dispatch_info[i].cmd == cbw->CDB[0]) { in rx_handler_command()906 func_cb = cmd_dispatch_info[i].cb; in rx_handler_command()