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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/
H A Dlegousbtower.c94 static int interrupt_out_interval = 8; variable
95 module_param(interrupt_out_interval, int, 0);
96 MODULE_PARM_DESC(interrupt_out_interval, "Interrupt out interval in ms");
162 int interrupt_out_interval; member in struct:lego_usb_tower
664 dev->interrupt_out_interval);
877 dev->interrupt_out_interval = interrupt_out_interval ? interrupt_out_interval : dev->interrupt_out_endpoint->bInterval;
H A Dldusb.c170 int interrupt_out_interval; member in struct:ld_usb
587 dev->interrupt_out_interval);
720 dev->interrupt_out_interval = min_interrupt_out_interval > dev->interrupt_out_endpoint->bInterval ? min_interrupt_out_interval : dev->interrupt_out_endpoint->bInterval;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/frontier/
H A Dalphatrack.c161 int interrupt_out_interval; member in struct:usb_alphatrack
612 dev->interrupt_out_interval);
785 dev->interrupt_out_interval =
H A Dtranzport.c144 int interrupt_out_interval; member in struct:usb_tranzport
736 dev->interrupt_out_interval);
883 dev->interrupt_out_interval =

Completed in 170 milliseconds