Searched full:shut (Results 1 – 25 of 604) sorted by relevance
12345678910>>...25
| /Linux-v5.4/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 132 * 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 */
|
| /Linux-v5.4/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.
|
| /Linux-v5.4/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()
|
| /Linux-v5.4/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
|
| /Linux-v5.4/drivers/staging/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()
|
| /Linux-v5.4/tools/arch/arm64/include/asm/ |
| D | barrier.h | 58 /* Only to shut up gcc ... */ \ 91 /* Only to shut up gcc ... */ \
|
| /Linux-v5.4/Documentation/devicetree/bindings/sound/ |
| D | ti,tas6424.txt | 9 - standby-gpios: GPIO used to shut the TAS6424 down.
|
| /Linux-v5.4/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 */
|
| /Linux-v5.4/drivers/staging/isdn/ |
| D | TODO | 7 With public ISDN networks almost completely shut down over the past 12
|
| /Linux-v5.4/Documentation/power/ |
| D | tricks.rst | 19 * use vga text console, shut down X. [If you really want X, you might
|
| /Linux-v5.4/lib/ |
| D | debug_locks.c | 23 * shut up after that.
|
| /Linux-v5.4/Documentation/devicetree/bindings/mfd/ |
| D | twl4030-power.txt | 21 configuration is used with the external oscillator being shut
|
| /Linux-v5.4/Documentation/devicetree/bindings/iio/frequency/ |
| D | adf4371.yaml | 40 output stage will shut down until the ADF4371/ADF4372 achieves lock as
|
| /Linux-v5.4/Documentation/filesystems/nfs/ |
| D | nfsd-admin-interfaces.txt | 26 nfsd is shut down by a write of 0 to nfsd/threads. All locks and state
|
| /Linux-v5.4/Documentation/networking/ |
| D | alias.rst | 49 If the base device is shut down the added aliases will be deleted too.
|
| /Linux-v5.4/arch/arm/mach-tegra/ |
| D | hotplug.c | 48 /* Shut down the current CPU. */ in tegra_cpu_die()
|
| /Linux-v5.4/kernel/ |
| D | torture.c | 500 /* OK, shut down the system. */ in torture_shutdown() 509 kernel_power_off(); /* Shut down the system. */ in torture_shutdown() 550 * Shut down the shutdown task. Say what??? Heh! This can happen if 694 * will be shut down.
|
| /Linux-v5.4/include/net/ |
| D | ncsi.h | 12 * The state ncsi_dev_state_stop helps to shut down the currently active
|
| /Linux-v5.4/Documentation/crypto/ |
| D | crypto_engine.rst | 32 Start it via ``crypto_engine_start()``. When finished with your work, shut down the
|
| /Linux-v5.4/drivers/media/rc/keymaps/ |
| D | rc-delock-61959.c | 15 { 0x866b0c, KEY_POWER }, /* Shut Down */
|
| /Linux-v5.4/arch/arm/common/ |
| D | mcpm_platsmp.c | 67 /* We assume all CPUs may be shut down. */ in mcpm_cpu_can_disable()
|
| /Linux-v5.4/drivers/staging/gasket/ |
| D | apex_driver.c | 291 /* - Enable GCB memory shut down (0x3 to rg_force_ram_sd) */ in apex_enter_reset() 300 "RAM did not shut down within timeout (%d ms)\n", in apex_enter_reset() 318 * - Disable GCB memory shut down: in apex_quit_reset()
|
12345678910>>...25