Searched refs:fastboot (Results 1 – 10 of 10) sorted by relevance
72 param(int, fastboot, -1, 0600) \
134 i915_param_named(fastboot, int, 0400,
210 bool fastboot; member
25 …- bootloader: Android fastboot mode, it's a mode to re-flash partitions on the Android based devic…
1097 ctsen << 7 | intsel << 6 | puargs->fastboot << 5 | in si476x_core_cmd_power_up_a20()
367 mode-fastboot = <EXYNOSAUTOV9_BOOT_FASTBOOT>;
176 mode-fastboot = <BOOT_FASTBOOT>;
346 mode-fastboot = <BOOT_FASTBOOT>;
157 fastboot This option is used when a system wants to reduce mount
5502 if (dev_priv->params.fastboot != -1) in fastboot_enabled()5503 return dev_priv->params.fastboot; in fastboot_enabled()