Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/
Di915_params.h70 param(int, fastboot, -1, 0600) \
Di915_params.c120 i915_param_named(fastboot, int, 0400,
/Linux-v5.10/include/linux/mfd/
Dsi476x-platform.h210 bool fastboot; member
/Linux-v5.10/drivers/mfd/
Dsi476x-cmd.c1097 ctsen << 7 | intsel << 6 | puargs->fastboot << 5 | in si476x_core_cmd_power_up_a20()
/Linux-v5.10/arch/arm64/boot/dts/rockchip/
Drk3308.dtsi176 mode-fastboot = <BOOT_FASTBOOT>;
Dpx30.dtsi338 mode-fastboot = <BOOT_FASTBOOT>;
/Linux-v5.10/Documentation/filesystems/
Df2fs.rst151 fastboot This option is used when a system wants to reduce mount
/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_display.c13675 if (dev_priv->params.fastboot != -1) in fastboot_enabled()
13676 return dev_priv->params.fastboot; in fastboot_enabled()