Searched refs:realworld (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/usb/misc/
H A Dusbtest.c665 static unsigned realworld = 1; variable
666 module_param(realworld, uint, 0);
667 MODULE_PARM_DESC(realworld, "clear to demand stricter spec compliance");
720 if (!realworld && !(config->bmAttributes & 0x80)) {
846 if (realworld && iface->num_altsetting == 1)
868 if (!realworld || udev->descriptor.bNumConfigurations != 1) {
1896 len = realworld ? 1 : 0;
2420 realworld ? 1 : 0, param->length,
2515 realworld ? 1 : 0, param->length,

Completed in 108 milliseconds