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