Searched refs:realworld (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/misc/ |
H A D | usbtest.c | 665 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)) { in is_good_config() 846 if (realworld && iface->num_altsetting == 1) in ch9_postconfig() 868 if (!realworld || udev->descriptor.bNumConfigurations != 1) { in ch9_postconfig() 1896 len = realworld ? 1 : 0; in ctrl_out() 2420 realworld ? 1 : 0, param->length, in usbtest_do_ioctl() 2515 realworld ? 1 : 0, param->length, in usbtest_do_ioctl()
|
/kernel/linux/linux-6.6/drivers/usb/misc/ |
H A D | usbtest.c | 665 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)) { in is_good_config() 846 if (realworld && iface->num_altsetting == 1) in ch9_postconfig() 868 if (!realworld || udev->descriptor.bNumConfigurations != 1) { in ch9_postconfig() 1896 len = realworld ? 1 : 0; in ctrl_out() 2420 realworld ? 1 : 0, param->length, in usbtest_do_ioctl() 2515 realworld ? 1 : 0, param->length, in usbtest_do_ioctl()
|
Completed in 8 milliseconds