Searched full:shut (Results 1 – 25 of 690) sorted by relevance
12345678910>>...28
/linux-6.12.1/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. 21 assertion before executing shut down procedure.
|
/linux-6.12.1/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 */
|
/linux-6.12.1/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-6.12.1/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.
|
/linux-6.12.1/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()
|
/linux-6.12.1/drivers/platform/surface/aggregator/ |
D | ssh_packet_layer.h | 28 * Indicates that the packet transport layer has been shut down or is 29 * being shut down and should not accept any new packets/data. 174 * transport layer has been shut down, calls to this function will be ignored.
|
D | ssh_request_layer.h | 26 * Indicates that the request transport layer has been shut down or is 27 * being shut down and should not accept any new requests.
|
D | ssh_packet_layer.c | 1136 * shut down, calls to this function will be ignored. 1310 * has been shut down. 1361 * on the queue, and %-ESHUTDOWN if the transmission layer has been shut down. 1386 * shut down. In all cases: Ignore the error. in __ssh_ptl_resubmit() 1420 * locked, is already queued, or the layer is being shut down. in ssh_ptl_resubmit_pending() 1541 * locked, is already queued, or the layer is being shut down. in ssh_ptl_timeout_reap() 1885 * ignored once the packet layer has been shut down. 1888 * success. Returns %-ESHUTDOWN if the packet layer has been shut down. 1905 * ssh_ptl_shutdown() - Shut down the packet transport layer. 1913 * As a result of this function, the transport layer will be marked as shut [all …]
|
D | bus.c | 112 * shut down. 115 * ssam_device_remove() is issued before the controller is shut down. If the 117 * be automatically removed when the controller is shut down. 123 * i.e. that the device is removed before the controller is being shut down.
|
D | ssh_request_layer.c | 359 * transport layer has been shut down. 1062 * started, the layer must first be shut down via ssh_rtl_shutdown() before 1150 * and/or request transport layer has been shut down before this call. May 1185 * ssh_rtl_shutdown() - Shut down request transport layer. 1193 * As a result of this function, the transport layer will be marked as shut 1194 * down. Submission of requests after the transport layer has been shut down 1205 * Ensure that the layer gets marked as shut-down before actually in ssh_rtl_shutdown() 1231 * we can also shut that down. in ssh_rtl_shutdown()
|
/linux-6.12.1/tools/arch/arm64/include/asm/ |
D | barrier.h | 58 /* Only to shut up gcc ... */ \ 91 /* Only to shut up gcc ... */ \
|
/linux-6.12.1/Documentation/devicetree/bindings/clock/ |
D | idt,versaclock5.yaml | 88 shut down if the SD/OE pin is driven high. If 0, this disables the 89 shutdown functionality: the chip will never be shut down based on
|
/linux-6.12.1/Documentation/devicetree/bindings/mfd/ |
D | rohm,bd96801-pmic.yaml | 27 for fatal IRQs which will cause the PMIC to shut down power outputs. 28 In many systems this will shut down the SoC controlling the PMIC and
|
D | twl4030-power.txt | 21 configuration is used with the external oscillator being shut
|
/linux-6.12.1/sound/arm/ |
D | pxa2xx-ac97-regs.h | 32 #define GCR_ACLINK_OFF (1 << 3) /* AC-link Shut Off */ 65 #define GSR_ACOFFD (1 << 3) /* AC-link Shut Off Done */
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | ti,tas6424.txt | 9 - standby-gpios: GPIO used to shut the TAS6424 down.
|
D | realtek,rt1015p.yaml | 25 0 means shut down; 1 means power on.
|
/linux-6.12.1/drivers/leds/ |
D | leds-is31fl319x.c | 232 /* enable chip from shut down and enable all channels */ in is31fl3190_brightness_set() 236 /* shut down (no need to clear LEDCONTROL) */ in is31fl3190_brightness_set() 293 /* enable chip from shut down */ in is31fl3196_brightness_set() 297 /* shut down (no need to clear CTRL1/2) */ in is31fl3196_brightness_set()
|
/linux-6.12.1/Documentation/power/ |
D | tricks.rst | 19 * use vga text console, shut down X. [If you really want X, you might
|
/linux-6.12.1/drivers/regulator/ |
D | irq_helpers.c | 80 * attempted (probably regulator was shut down) and we in regulator_notifier_isr_work() 264 /* If we have no recovery, just try shut down straight away */ in regulator_notifier_isr() 270 /* If die() failed shut down as a last attempt to save the HW */ in regulator_notifier_isr()
|
/linux-6.12.1/lib/ |
D | debug_locks.c | 23 * shut up after that.
|
/linux-6.12.1/kernel/sched/ |
D | Makefile | 4 # block. This is daft, shut them up.
|
12345678910>>...28