Lines Matching refs:help
37 const char *help; member
45 .help = NULL,
51 .help = NULL,
57 .help = "Attach a remote USB device",
63 .help = "Detach a remote USB device",
69 .help = "List exportable or local USB devices",
75 .help = "Bind device to " USBIP_HOST_DRV_NAME ".ko",
81 .help = "Unbind device from " USBIP_HOST_DRV_NAME ".ko",
87 .help = "Show imported USB devices",
111 if (cmd->help != NULL) in usbip_help()
112 printf(" %-10s %s\n", cmd->name, cmd->help); in usbip_help()