Searched +full:uefi +full:- +full:rtc +full:- +full:info (Results 1 – 8 of 8) sorted by relevance
| /linux/Documentation/devicetree/bindings/rtc/ |
| H A D | qcom-pm8xxx-rtc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/rtc/qcom-pm8xxx-rtc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm PM8xxx PMIC RTC device 10 - Satya Priya <quic_c_skakit@quicinc.com> 15 - enum: 16 - qcom,pm8058-rtc 17 - qcom,pm8921-rtc 18 - qcom,pm8941-rtc [all …]
|
| /linux/drivers/rtc/ |
| H A D | rtc-pm8xxx.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * pm8xxx RTC driver 5 * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. 11 #include <linux/nvmem-consumer.h> 13 #include <linux/rtc.h> 32 * struct pm8xxx_rtc_regs - describe RTC registers per PMIC versions 38 * @alarm_rw: base address of alarm read-write registers 57 * struct pm8xxx_rtc - RTC driver internal structure 58 * @rtc: RTC device 61 * @use_uefi: use UEFI variable as fallback for offset [all …]
|
| /linux/arch/arm/xen/ |
| H A D | enlighten.c | 1 // SPDX-License-Identifier: GPL-2.0-only 15 #include <xen/xen-ops.h> 54 /* Linux <-> Xen vCPU id mapping */ 58 /* These are unused until we support booting "pre-ballooned" */ 83 struct pvclock_wall_clock *wall_clock = &(s->wc); in xen_read_wallclock() 87 version = wall_clock->version; in xen_read_wallclock() 89 now.tv_sec = ((uint64_t)wall_clock->sec_hi << 32) | wall_clock->sec; in xen_read_wallclock() 90 now.tv_nsec = wall_clock->nsec; in xen_read_wallclock() 92 } while ((wall_clock->version & 1) || (version != wall_clock->version)); in xen_read_wallclock() 109 now.tv_sec = tk->xtime_sec; in xen_pvclock_gtod_notify() [all …]
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | hamoa-pmics.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 6 #include <dt-bindings/input/input.h> 7 #include <dt-bindings/input/linux-event-codes.h> 8 #include <dt-bindings/interrupt-controller/irq.h> 9 #include <dt-bindings/spmi/spmi.h> 12 thermal-zones { 13 pm8550-thermal { 14 polling-delay-passive = <100>; 16 thermal-sensors = <&pm8550_temp_alarm>; 33 pm8550ve-2-thermal { [all …]
|
| H A D | sc8280xp-lenovo-thinkpad-x13s.dts | 1 // SPDX-License-Identifier: BSD-3-Clause 7 /dts-v1/; 9 #include <dt-bindings/iio/qcom,spmi-adc7-pm8350.h> 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/input/gpio-keys.h> 12 #include <dt-bindings/input/input.h> 13 #include <dt-bindings/leds/common.h> 14 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 17 #include "sc8280xp-pmics.dtsi" 21 compatible = "lenovo,thinkpad-x13s", "qcom,sc8280xp"; [all …]
|
| /linux/arch/x86/kernel/acpi/ |
| H A D | boot.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * boot.c - Architecture-Specific Low-Level ACPI Boot Support 22 #include <linux/efi-bgrt.h> 76 * ->device_hotplug_lock 77 * ->acpi_ioapic_lock 78 * ->ioapic_lock 80 * ->acpi_ioapic_lock 81 * ->ioapic_mutex 82 * ->ioapic_lock 87 /* -------------------------------------------------------------------------- [all …]
|
| /linux/arch/x86/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 4 bool "64-bit kernel" if "$(ARCH)" = "x86" 7 Say yes to build a 64-bit kernel - formerly known as x86_64 8 Say no to build a 32-bit kernel - formerly known as i386 13 # Options that are inherently 32-bit kernel only: 26 # Options that are inherently 64-bit kernel only: 56 # ported to 32-bit as well. ) 158 # Word-size accesses may read uninitialized data past the trailing \0 346 default "elf32-i386" if X86_32 347 default "elf64-x86-64" if X86_64 [all …]
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 39 Documentation/arch/m68k/kernel-options.rst. 49 PARISC The PA-RISC architecture is enabled. 64 the Documentation/scsi/ sub-directory. 83 X86-32 X86-32, aka i386 architecture is enabled. 84 X86-64 X86-64 architecture is enabled. 85 X86 Either 32-bit or 64-bit x86 (same as X86-32+X86-64) 94 KNL Is a kernel start-up parameter. 114 force -- enable ACPI if default was off 115 on -- enable ACPI but allow fallback to DT [arm64,riscv64] 116 off -- disable ACPI if default was on [all …]
|