Searched defs:authorized_default (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/core/
H A Dhcd.c340 /* authorized_default behaviour:
345 static int authorized_default = -1; variable
346 module_param(authorized_default, int, S_IRUGO|S_IWUSR);
347 MODULE_PARM_DESC(authorized_default,
821 * Show & store the current value of authorized_default
834 return snprintf(buf, PAGE_SIZE, "%u\n", usb_hcd->authorized_default);
852 usb_hcd->authorized_default = val? 1 : 0;
860 static DEVICE_ATTR(authorized_default, 0644,
2395 /* Keep old behaviour if authorized_default is not in [0, 1]. */
2396 if (authorized_default <
[all...]

Completed in 44 milliseconds