Searched full:shut (Results 1 – 25 of 628) sorted by relevance
12345678910>>...26
/kernel/linux/linux-5.10/Documentation/ABI/stable/ |
D | sysfs-driver-firmware-zynqmp | 71 shut down. This may result in the FPD power 72 domain being shut down provided that no other 75 The complete PS will be shut down, including the 79 The complete system/device is shut down.
|
/kernel/linux/linux-5.10/drivers/power/reset/ |
D | ltc2952-poweroff.c | 13 * Its function is to determine when a external shut down is triggered 24 * A level change indicates the shut-down trigger. If it's state reverts 25 * within the time-out defined by trigger_delay, the shut down is not 31 * Once a shut down is triggered, the driver will toggle this signal, 32 * with an internal (wde_interval) to stall the hardware shut down. 35 * The last action during shut down is triggering this signalling, such 131 * time-out (timer_trigger). Once the time-out is actually reached the shut
|
D | at91-poweroff.c | 23 #define AT91_SHDW_CR 0x00 /* Shut Down Control Register */ 24 #define AT91_SHDW_SHDW BIT(0) /* Shut Down command */ 27 #define AT91_SHDW_MR 0x04 /* Shut Down Mode Register */ 35 #define AT91_SHDW_SR 0x08 /* Shut Down Status Register */
|
D | at91-sama5d2_shdwc.c | 34 #define AT91_SHDW_CR 0x00 /* Shut Down Control Register */ 35 #define AT91_SHDW_SHDW BIT(0) /* Shut Down command */ 38 #define AT91_SHDW_MR 0x04 /* Shut Down Mode Register */ 44 #define AT91_SHDW_SR 0x08 /* Shut Down Status Register */
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/reset/ |
D | ltc2952-poweroff.txt | 3 This chip is used to externally trigger a system shut down. Once the trigger has 4 been sent, the chip's watchdog has to be reset to gracefully shut down.
|
/kernel/linux/linux-5.10/arch/arm/mach-u300/ |
D | regulator.c | 34 * This function is used from pm.h to shut down the system by 44 /* Disable LDO D to shut down the system */ in u300_pm_poweroff() 48 pr_err("regulator not available to shut down system\n"); in u300_pm_poweroff()
|
/kernel/linux/linux-5.10/Documentation/hwmon/ |
D | tmp108.rst | 35 the TMP108 has a one-shot mode where the device is normally shut-down. When a 37 and then the device is shut down automatically. (This driver only supports
|
/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
D | DefaultKeyAssignments | 36 KeyPad-Enter Shut Up (until another key is hit) and sync reading cursor 37 InsKeyPad-Enter Shut Up (until toggled back on).
|
D | kobjects.c | 338 char shut; in silent_store() local 353 shut = 1; in silent_store() 356 shut = 0; in silent_store() 359 shut |= 0x40; in silent_store() 361 spk_shut_up |= shut; in silent_store() 363 spk_shut_up &= ~shut; in silent_store()
|
/kernel/linux/linux-5.10/tools/arch/arm64/include/asm/ |
D | barrier.h | 58 /* Only to shut up gcc ... */ \ 91 /* Only to shut up gcc ... */ \
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
D | ti,tas6424.txt | 9 - standby-gpios: GPIO used to shut the TAS6424 down.
|
D | realtek,rt1015p.yaml | 23 0 means shut down; 1 means power on.
|
/kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/ |
D | regs-ac97.h | 34 #define GCR_ACLINK_OFF (1 << 3) /* AC-link Shut Off */ 67 #define GSR_ACOFFD (1 << 3) /* AC-link Shut Off Done */
|
/kernel/linux/linux-5.10/Documentation/power/ |
D | tricks.rst | 19 * use vga text console, shut down X. [If you really want X, you might
|
/kernel/linux/linux-5.10/lib/ |
D | debug_locks.c | 23 * shut up after that.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
D | twl4030-power.txt | 21 configuration is used with the external oscillator being shut
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/frequency/ |
D | adf4371.yaml | 40 output stage will shut down until the ADF4371/ADF4372 achieves lock as
|
/kernel/linux/linux-5.10/Documentation/admin-guide/nfs/ |
D | nfsd-admin-interfaces.rst | 25 On startup, nfsd and lockd grace periods start. nfsd is shut down by a write of
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | alias.rst | 49 If the base device is shut down the added aliases will be deleted too.
|
/kernel/linux/linux-5.10/arch/arm/mach-tegra/ |
D | hotplug.c | 48 /* Shut down the current CPU. */ in tegra_cpu_die()
|
/kernel/linux/linux-5.10/include/net/ |
D | ncsi.h | 12 * The state ncsi_dev_state_stop helps to shut down the currently active
|
/kernel/linux/linux-5.10/kernel/ |
D | torture.c | 525 /* OK, shut down the system. */ in torture_shutdown() 535 kernel_power_off(); /* Shut down the system. */ in torture_shutdown() 576 * Shut down the shutdown task. Say what??? Heh! This can happen if 720 * will be shut down.
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-bus-papr-pmem | 20 shut-down event.
|
/kernel/linux/linux-5.10/drivers/media/rc/keymaps/ |
D | rc-delock-61959.c | 15 { 0x866b0c, KEY_POWER }, /* Shut Down */
|
/kernel/linux/linux-5.10/drivers/acpi/ |
D | reboot.c | 72 * Some platforms do not shut down immediately after writing to the in acpi_reboot()
|
12345678910>>...26