Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/core/
H A Dhub.c95 * otherwise the new scheme is used. If that fails and "use_both_schemes"
103 static bool use_both_schemes = true; variable
104 module_param(use_both_schemes, bool, S_IRUGO | S_IWUSR);
105 MODULE_PARM_DESC(use_both_schemes,
2861 * If use_both_schemes is set, use the first scheme (whichever in use_new_scheme()
2865 if (use_both_schemes && retry >= (PORT_INIT_TRIES + 1) / 2) in use_new_scheme()
/kernel/linux/linux-6.6/drivers/usb/core/
H A Dhub.c102 * otherwise the new scheme is used. If that fails and "use_both_schemes"
110 static bool use_both_schemes = true; variable
111 module_param(use_both_schemes, bool, S_IRUGO | S_IWUSR);
112 MODULE_PARM_DESC(use_both_schemes,
2832 * If use_both_schemes is set, use the first scheme (whichever in use_new_scheme()
2836 if (use_both_schemes && retry >= (PORT_INIT_TRIES + 1) / 2) in use_new_scheme()

Completed in 15 milliseconds