Home
last modified time | relevance | path

Searched refs:fastboot (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/
Di915_params.h66 param(int, fastboot, -1) \
Di915_params.c103 i915_param_named(fastboot, int, 0600,
/Linux-v5.4/include/linux/mfd/
Dsi476x-platform.h210 bool fastboot; member
/Linux-v5.4/Documentation/devicetree/bindings/power/reset/
Dreboot-mode.txt15 - mode-bootloader: Android fastboot mode, it's a mode to re-flash partitions on the Android based d…
/Linux-v5.4/drivers/mfd/
Dsi476x-cmd.c1099 ctsen << 7 | intsel << 6 | puargs->fastboot << 5 | in si476x_core_cmd_power_up_a20()
/Linux-v5.4/arch/arm64/boot/dts/rockchip/
Dpx30.dtsi307 mode-fastboot = <BOOT_FASTBOOT>;
/Linux-v5.4/Documentation/filesystems/
Df2fs.txt147 fastboot This option is used when a system wants to reduce mount
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_display.c12522 if (i915_modparams.fastboot != -1) in fastboot_enabled()
12523 return i915_modparams.fastboot; in fastboot_enabled()