Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/misc/
Dlegousbtower.c147 static int interrupt_out_interval = 8; variable
148 module_param(interrupt_out_interval, int, 0);
149 MODULE_PARM_DESC(interrupt_out_interval, "Interrupt out interval in ms");
215 int interrupt_out_interval; member
694 dev->interrupt_out_interval); in tower_write()
875 …dev->interrupt_out_interval = interrupt_out_interval ? interrupt_out_interval : dev->interrupt_out… in tower_probe()
Dldusb.c179 int interrupt_out_interval; member
601 dev->interrupt_out_interval); in ld_usb_write()
723 …dev->interrupt_out_interval = min_interrupt_out_interval > dev->interrupt_out_endpoint->bInterval … in ld_usb_probe()