Searched refs:fastboot (Results 1 – 8 of 8) sorted by relevance
70 param(int, fastboot, -1, 0600) \
120 i915_param_named(fastboot, int, 0400,
210 bool fastboot; member
1097 ctsen << 7 | intsel << 6 | puargs->fastboot << 5 | in si476x_core_cmd_power_up_a20()
176 mode-fastboot = <BOOT_FASTBOOT>;
338 mode-fastboot = <BOOT_FASTBOOT>;
151 fastboot This option is used when a system wants to reduce mount
13675 if (dev_priv->params.fastboot != -1) in fastboot_enabled()13676 return dev_priv->params.fastboot; in fastboot_enabled()