Searched +full:sbi +full:- +full:suspend +full:- +full:param (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/cpu/idle-states.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>11 - Anup Patel <anup@brainfault.org>15 1 - Introduction18 ARM and RISC-V systems contain HW capable of managing power consumption19 dynamically, where cores can be put in different low-power states (ranging22 run-time, can be specified through device tree bindings representing the[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * RISC-V SBI CPU idle driver.9 #define pr_fmt(fmt) "cpuidle-riscv-sbi: " fmt25 #include <asm/sbi.h>27 #include <asm/suspend.h>53 data->available = true; in sbi_set_domain_state()54 data->state = state; in sbi_set_domain_state()61 return data->state; in sbi_get_domain_state()68 data->available = false; in sbi_clear_domain_state()75 return data->available; in sbi_is_domain_state_available()[all …]
1 // SPDX-License-Identifier: GPL-2.0-only16 #include <linux/suspend.h>31 sfi->sb->s_flags |= SB_RDONLY; in efivarfs_ops_notifier()34 sfi->sb->s_flags &= ~SB_RDONLY; in efivarfs_ops_notifier()50 inode_init_once(&entry->vfs_inode); in efivarfs_alloc_inode()51 entry->removed = false; in efivarfs_alloc_inode()53 return &entry->vfs_inode; in efivarfs_alloc_inode()65 struct super_block *sb = root->d_sb; in efivarfs_show_options()66 struct efivarfs_fs_info *sbi = sb->s_fs_info; in efivarfs_show_options() local67 struct efivarfs_mount_opts *opts = &sbi->mount_opts; in efivarfs_show_options()[all …]
16 force -- enable ACPI if default was off17 on -- enable ACPI but allow fallback to DT [arm64,riscv64]18 off -- disable ACPI if default was on19 noirq -- do not use ACPI for IRQ routing20 strict -- Be less tolerant of platforms that are not22 rsdt -- prefer RSDT over (default) XSDT23 copy_dsdt -- copy DSDT to memory24 nocmcff -- Disable firmware first mode for corrected28 nospcr -- disable console in ACPI SPCR table as45 If set to vendor, prefer vendor-specific driver[all …]