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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Dlegousbtower.c91 static int interrupt_out_interval = 8; variable
92 module_param(interrupt_out_interval, int, 0);
93 MODULE_PARM_DESC(interrupt_out_interval, "Interrupt out interval in ms");
158 int interrupt_out_interval; member in struct:lego_usb_tower
647 dev->interrupt_out_interval);
859 dev->interrupt_out_interval = interrupt_out_interval ? interrupt_out_interval : dev->interrupt_out_endpoint->bInterval;
H A Dldusb.c174 int interrupt_out_interval; member in struct:ld_usb
599 dev->interrupt_out_interval);
732 dev->interrupt_out_interval = min_interrupt_out_interval > dev->interrupt_out_endpoint->bInterval ? min_interrupt_out_interval : dev->interrupt_out_endpoint->bInterval;

Completed in 111 milliseconds