Searched refs:turbo_mode (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/linux/platform_data/
H A Dspi-omap2-mcspi.h18 unsigned turbo_mode:1; member in struct:omap2_mcspi_device_config
/linux-master/drivers/staging/rtl8712/
H A Drtl8712_hal.h75 unsigned char turbo_mode; member in struct:fw_priv
H A Dhal_init.c117 /* default enable turbo_mode */
118 fwpriv->turbo_mode = (regpriv->wifi_test != 1);
/linux-master/arch/arm/mach-omap2/
H A Dboard-n8x0.c111 .turbo_mode = 0,
/linux-master/drivers/net/usb/
H A Dsmsc95xx.c78 static bool turbo_mode = true; variable
79 module_param(turbo_mode, bool, 0644);
80 MODULE_PARM_DESC(turbo_mode, "Enable multiple frames per Rx transaction");
933 if (!turbo_mode) {
978 if (turbo_mode)
H A Dsmsc75xx.c69 static bool turbo_mode = true; variable
70 module_param(turbo_mode, bool, 0644);
71 MODULE_PARM_DESC(turbo_mode, "Enable multiple frames per Rx transaction");
1159 if (!turbo_mode) {
1203 if (turbo_mode) {
/linux-master/drivers/platform/x86/
H A Dmsi-laptop.c529 static DEVICE_ATTR(turbo_mode, 0444, show_turbo, NULL);
/linux-master/drivers/spi/
H A Dspi-omap2-mcspi.c1199 if (cd && cd->turbo_mode && t->tx_buf == NULL) {

Completed in 147 milliseconds