Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/misc/
H A 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");
214 int interrupt_out_interval; member
632 dev->interrupt_out_interval); in tower_write()
789 dev->interrupt_out_interval = interrupt_out_interval ? interrupt_out_interval : dev->interrupt_out_endpoint->bInterval; in tower_probe()
H A Dldusb.c180 int interrupt_out_interval; member
601 dev->interrupt_out_interval); in ld_usb_write()
722 dev->interrupt_out_interval = min_interrupt_out_interval > dev->interrupt_out_endpoint->bInterval ? min_interrupt_out_interval : dev->interrupt_out_endpoint->bInterval; in ld_usb_probe()
/kernel/linux/linux-6.6/drivers/usb/misc/
H A 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");
214 int interrupt_out_interval; member
632 dev->interrupt_out_interval); in tower_write()
789 dev->interrupt_out_interval = interrupt_out_interval ? interrupt_out_interval : dev->interrupt_out_endpoint->bInterval; in tower_probe()
H A Dldusb.c179 int interrupt_out_interval; member
600 dev->interrupt_out_interval); in ld_usb_write()
722 dev->interrupt_out_interval = max_t(int, min_interrupt_out_interval, in ld_usb_probe()

Completed in 5 milliseconds