Home
last modified time | relevance | path

Searched refs:blinkenlights (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/admin-guide/
H A Dkernel-parameters.rst23 (kernel command line) usbcore.blinkenlights=1
24 (modprobe command line) modprobe usbcore blinkenlights=1
H A Dkernel-parameters.txt8116 usbcore.blinkenlights=
/linux/drivers/usb/core/
H A Dhub.c92 static bool blinkenlights; variable
93 module_param(blinkenlights, bool, S_IRUGO);
94 MODULE_PARM_DESC(blinkenlights, "true to cycle leds on hubs");
563 if (!changed && blinkenlights) { in led_work()
1335 if (hub->has_indicators && blinkenlights) in hub_activate()
1729 if (hub->has_indicators && blinkenlights) in hub_configure()