HomeSort by relevance Sort by last modified time
    Searched refs:cmd_dispatch_info (Results 1 - 2 of 2) sorted by null

  /external/u-boot/arch/arm/include/asm/arch-rockchip/
f_rockusb.h 73 struct cmd_dispatch_info { struct
  /external/u-boot/drivers/usb/gadget/
f_rockusb.c 571 static const struct cmd_dispatch_info cmd_dispatch_info[] = { variable in typeref:struct:cmd_dispatch_info
691 for (i = 0; i < ARRAY_SIZE(cmd_dispatch_info); i++) {
692 if (cmd_dispatch_info[i].cmd == cbw->CDB[0]) {
693 func_cb = cmd_dispatch_info[i].cb;

Completed in 1376 milliseconds