| /linux/Documentation/devicetree/bindings/power/reset/ |
| H A 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/drivers/power/reset/ |
| H A 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 */
|
| H A 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/drivers/usb/dwc3/ |
| H A D | glue.h | 61 * during driver removal or when the glue layer needs to shut down the 98 * dwc3_core_exit - Shut down DWC3 core hardware 125 * dwc3_host_exit - Shut down host mode operation 152 * dwc3_gadget_exit - Shut down gadget mode operation
|
| /linux/Documentation/ABI/stable/ |
| H A 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/drivers/accessibility/speakup/ |
| H A 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).
|
| H A 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/drivers/platform/surface/aggregator/ |
| H A 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.
|
| H A 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.
|
| H A 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 …]
|
| H A 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()
|
| H A 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.
|
| /linux/Documentation/devicetree/bindings/mfd/ |
| H A D | rohm,bd96802-pmic.yaml | 29 for fatal IRQs which will cause the PMIC to shut down power outputs. 30 In many systems this will shut down the SoC contolling the PMIC and
|
| H A D | rohm,bd96801-pmic.yaml | 29 for fatal IRQs which will cause the PMIC to shut down power outputs. 30 In many systems this will shut down the SoC controlling the PMIC and
|
| /linux/tools/arch/arm64/include/asm/ |
| H A D | barrier.h | 58 /* Only to shut up gcc ... */ \ 91 /* Only to shut up gcc ... */ \
|
| /linux/Documentation/devicetree/bindings/clock/ |
| H A 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/sound/arm/ |
| H A 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/fs/nfs/ |
| H A D | sysfs.c | 234 * Shut down the nfs_client only once all the superblocks 235 * have been shut down. 277 /* already shut down? */ in shutdown_store()
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | ti,tas6424.txt | 9 - standby-gpios: GPIO used to shut the TAS6424 down.
|
| H A D | realtek,rt1015p.yaml | 25 0 means shut down; 1 means power on.
|
| /linux/Documentation/power/ |
| H A D | tricks.rst | 19 * use vga text console, shut down X. [If you really want X, you might
|
| /linux/lib/ |
| H A D | debug_locks.c | 23 * shut up after that.
|
| /linux/drivers/platform/surface/ |
| H A D | surface_aggregator_cdev.c | 234 * Device has been shut down. Any notifier remaining is a bug, in ssam_cdev_notifier_unregister_all() 585 /* Make sure we're not shut down. */ in ssam_cdev_read() 609 /* Need to check that we're not shut down again. */ in ssam_cdev_read() 722 * Mark device as shut-down. Prevent new clients from being added and in ssam_dbg_device_remove()
|
| /linux/Documentation/networking/ |
| H A D | alias.rst | 49 If the base device is shut down the added aliases will be deleted too.
|
| /linux/arch/arm/mach-tegra/ |
| H A D | hotplug.c | 48 /* Shut down the current CPU. */ in tegra_cpu_die()
|