Home
last modified time | relevance | path

Searched +full:sleep +full:- +full:keep +full:- +full:therm (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/mfd/
H A Dtps65910.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * tps65910.c -- TI TPS6591x chip family multi-function driver
34 .name = "tps65910-gpio",
37 .name = "tps65910-pmic",
40 .name = "tps65910-rtc",
45 .name = "tps65910-power",
229 dev_warn(tps65910->dev, "No interrupt support, no core IRQ\n"); in tps65910_irq_init()
230 return -EINVAL; in tps65910_irq_init()
234 dev_warn(tps65910->dev, "No interrupt support, no pdata\n"); in tps65910_irq_init()
235 return -EINVAL; in tps65910_irq_init()
[all …]
/linux/include/linux/mfd/
H A Dtps65910.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * tps65910.h -- TI TPS6591x
5 * Copyright 2010-2011 Texas Instruments Inc.
9 * Author: Arnaud Deconinck <a-deconinck@ti.com>
341 /*Register THERM (0x80) register.RegisterDescription */
845 /* External sleep controls through EN1/EN2/EN3/SLEEP inputs */
852 * Sleep keepon data: Maintains the state in sleep mode
853 * @therm_keepon: Keep on the thermal monitoring in sleep state.
854 * @clkout32k_keepon: Keep on the 32KHz clock output in sleep state.
855 * @i2chs_keepon: Keep on high speed internal clock in sleep state.
[all …]
/linux/tools/power/x86/turbostat/
H A Dturbostat.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * turbostat -- show CPU frequency and C-state residency
19 #define VFM_MODEL_MASK GENMASK(VFM_FAMILY_BIT - 1, VFM_MODEL_BIT)
20 #define VFM_FAMILY_MASK GENMASK(VFM_VENDOR_BIT - 1, VFM_FAMILY_BIT)
21 #define VFM_VENDOR_MASK GENMASK(VFM_RSVD_BIT - 1, VFM_VENDOR_BIT)
76 * 1. built-in only, the sysfs counters are not here -- we learn of those at run-time
78 * matching on them for --show and --hide.
83 * Usually truncated to 7 characters, but also handles 18 columns for raw 64-bit counters
99 #define ROUND_UP_TO_PAGE_SIZE(n) (((n) + 0x1000UL-1UL) & ~(0x1000UL-1UL))
582 …bool has_per_core_rapl; /* Indicates cores energy collection is per-core, not per-package. AMD spe…
[all …]
/linux/drivers/infiniband/hw/hfi1/
H A Dchip.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
3 * Copyright(c) 2015 - 2020 Intel Corporation.
32 MODULE_PARM_DESC(num_vls, "Set number of Virtual Lanes to use (1-8)");
78 #define SEC_SC_HALTED 0x4 /* per-context only */
79 #define SEC_SPC_FREEZE 0x8 /* per-HFI only */
87 * 0 - User Fecn Handling
88 * 1 - Vnic
89 * 2 - AIP
90 * 3 - Verbs
101 #define emulator_rev(dd) ((dd)->irev >> 8)
[all …]