Searched refs:turbo_mode (Results 1 – 5 of 5) sorted by relevance
18 unsigned turbo_mode:1; member
41 What: /sys/devices/platform/msi-laptop-pf/turbo_mode
80 static bool turbo_mode = true; variable81 module_param(turbo_mode, bool, 0644);82 MODULE_PARM_DESC(turbo_mode, "Enable multiple frames per Rx transaction");985 if (!turbo_mode) { in smsc95xx_reset()1030 if (turbo_mode) in smsc95xx_reset()
63 static bool turbo_mode = true; variable64 module_param(turbo_mode, bool, 0644);65 MODULE_PARM_DESC(turbo_mode, "Enable multiple frames per Rx transaction");1151 if (!turbo_mode) { in smsc75xx_reset()1195 if (turbo_mode) { in smsc75xx_reset()
529 static DEVICE_ATTR(turbo_mode, 0444, show_turbo, NULL);