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

/linux-4.4.14/drivers/usb/misc/
H A Dusbtest.c625 static unsigned realworld = 1; variable
626 module_param(realworld, uint, 0);
627 MODULE_PARM_DESC(realworld, "clear to demand stricter spec compliance");
680 if (!realworld && !(config->bmAttributes & 0x80)) { is_good_config()
806 if (realworld && iface->num_altsetting == 1) ch9_postconfig()
828 if (!realworld || udev->descriptor.bNumConfigurations != 1) { ch9_postconfig()
1799 len = realworld ? 1 : 0; ctrl_out()
2356 realworld ? 1 : 0, param->length, usbtest_ioctl()
2451 realworld ? 1 : 0, param->length, usbtest_ioctl()
/linux-4.4.14/drivers/staging/iio/
H A Diio_simple_dummy.c42 * struct iio_dummy_accel_calibscale - realworld to register mapping

Completed in 108 milliseconds