| /linux/arch/arm/boot/dts/aspeed/ |
| H A D | aspeed-bmc-ibm-rainier.dts | 374 retain-state-shutdown; 382 retain-state-shutdown; 456 retain-state-shutdown; 464 retain-state-shutdown; 493 retain-state-shutdown; 501 retain-state-shutdown; 598 retain-state-shutdown; 606 retain-state-shutdown; 614 retain-state-shutdown; 622 retain-state-shutdown; [all …]
|
| H A D | aspeed-bmc-ibm-system1.dts | 567 retain-state-shutdown; 575 retain-state-shutdown; 583 retain-state-shutdown; 591 retain-state-shutdown; 599 retain-state-shutdown; 607 retain-state-shutdown; 615 retain-state-shutdown; 623 retain-state-shutdown; 631 retain-state-shutdown; 639 retain-state-shutdown; [all …]
|
| H A D | aspeed-bmc-ibm-balcones.dts | 248 retain-state-shutdown; 256 retain-state-shutdown; 302 retain-state-shutdown; 310 retain-state-shutdown; 318 retain-state-shutdown; 326 retain-state-shutdown; 509 retain-state-shutdown; 517 retain-state-shutdown; 525 retain-state-shutdown; 533 retain-state-shutdown;
|
| /linux/tools/testing/selftests/mqueue/ |
| H A D | mq_perf_tests.c | 154 void shutdown(int exit_val, char *err_cause, int line_no); 173 void shutdown(int exit_val, char *err_cause, int line_no) in shutdown() function 194 perror("mq_close() during shutdown"); in shutdown() 220 shutdown(0, "", 0); in sig_action_SIGUSR1() 221 fprintf(stderr, "\n\nReturned from shutdown?!?!\n\n"); in sig_action_SIGUSR1() 232 shutdown(0, "", 0); in sig_action() 233 fprintf(stderr, "\n\nReturned from shutdown?!?!\n\n"); in sig_action() 243 shutdown(4, "Error reading /proc entry", __LINE__); in get() 253 return shutdown(5, "Failed writing to /proc file", __LINE__); in set() 256 return shutdown(5, "We didn't get what we wrote to /proc back", in set() [all …]
|
| H A D | mq_open_tests.c | 62 void shutdown(int exit_val, char *err_cause, int line_no); 79 void shutdown(int exit_val, char *err_cause, int line_no) in shutdown() function 92 perror("mq_close() during shutdown"); in shutdown() 123 shutdown(4, "Error reading /proc entry", __LINE__ - 1); in get() 133 return shutdown(5, "Failed writing to /proc file", in set() 137 return shutdown(5, "We didn't get what we wrote to /proc back", in set() 144 shutdown(6, "getrlimit()", __LINE__ - 1); in getr() 150 shutdown(7, "setrlimit()", __LINE__ - 1); in setr() 196 * test_queue - Test opening a queue, shutdown if we fail. This should 206 shutdown(1, "mq_open()", __LINE__); in test_queue() [all …]
|
| /linux/include/uapi/linux/ |
| H A D | remoteproc_cdev.h | 17 * The RPROC_SET_SHUTDOWN_ON_RELEASE ioctl allows to enable/disable the shutdown of a remote 21 * 0 : disable automatic shutdown 22 * other : enable automatic shutdown 27 * The RPROC_GET_SHUTDOWN_ON_RELEASE ioctl gets information about whether the automatic shutdown of 32 * 0 : automatic shutdown disable 33 * other : automatic shutdown enable
|
| /linux/Documentation/devicetree/bindings/clock/ |
| H A D | idt,versaclock5.yaml | 33 The idt,shutdown and idt,output-enable-active properties control the 34 SH (en_global_shutdown) and SP bits of the Primary Source and Shutdown 42 1 0 Active/Shutdown 43 1 1 Inactive/Shutdown 83 idt,shutdown: 87 If 1, this enables the shutdown functionality: the chip will be 89 shutdown functionality: the chip will never be shut down based on 91 bit of the Primary Source and Shutdown Register. 101 Shutdown Register. 180 idt,shutdown = <0>;
|
| /linux/include/xen/interface/ |
| H A D | sched.h | 32 * of this hypercall, supporting only the commands yield, block and shutdown: 80 * Declare a shutdown for another domain. The main use of this function is 81 * in interpreting shutdown requests and reasons for fully-virtualized 88 * Latch a shutdown code, so that when the domain later shuts down it 97 * With id == 0, setup a domain watchdog timer to cause domain shutdown 117 unsigned int reason; /* SHUTDOWN_* => shutdown reason */ 130 unsigned int reason; /* SHUTDOWN_* => shutdown reason */ 148 * not care about the shutdown code. 164 #define SHUTDOWN_MAX 5 /* Maximum valid shutdown reason. */
|
| /linux/drivers/gpu/drm/nouveau/include/nvif/ |
| H A D | log.h | 12 * @shutdown: pointer to function to call to clean up 17 * The @shutdown function is called when the module exits. It should free all 22 void (*shutdown)(struct nvif_log *log); member 41 /* shutdown() should also delete the log entry */ in nvif_log_shutdown() 42 log->shutdown(log); in nvif_log_shutdown()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-mic | 50 the card was previously shutdown during OSPM 69 "shutdown" Initiates card OS shutdown. 78 OS can shutdown because of various reasons. When read, this 79 entry provides the status on why the card OS was shutdown. 83 "nop" shutdown status is not applicable, when the card OS 85 "crashed" Shutdown because of a HW or SW crash. 86 "halted" Shutdown because of a halt command. 87 "poweroff" Shutdown because of a poweroff command. 88 "restart" Shutdown because of a restart command.
|
| /linux/Documentation/devicetree/bindings/fpga/ |
| H A D | xlnx,pr-decoupler.yaml | 7 title: Xilinx LogiCORE Partial Reconfig Decoupler/AXI shutdown manager Softcore 21 Xilinx LogiCORE Dynamic Function eXchange(DFX) AXI shutdown manager Softcore 23 eXchange AXI shutdown manager prevents AXI traffic from passing through the 38 - const: xlnx,dfx-axi-shutdown-manager-1.00 39 - const: xlnx,dfx-axi-shutdown-manager
|
| /linux/net/sctp/ |
| H A D | sm_statefuns.c | 204 * Process the final SHUTDOWN COMPLETE. 207 * Upon reception of the SHUTDOWN COMPLETE chunk the endpoint will verify 208 * that it is in SHUTDOWN-ACK-SENT state, if it is not the chunk should be 209 * discarded. If the endpoint is in the SHUTDOWN-ACK-SENT state the endpoint 210 * should stop the T2-shutdown timer and remove all knowledge of the 214 * C) Rules for packet carrying SHUTDOWN COMPLETE: 216 * - The receiver of a SHUTDOWN COMPLETE shall accept the packet 224 * SHUTDOWN COMPLETE if it is not in the SHUTDOWN-ACK-SENT state. 249 * SHUTDOWN COMPLETE with any other chunks. in sctp_sf_do_4_C() 261 * H) SHUTDOWN COMPLETE notification in sctp_sf_do_4_C() [all …]
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | maxim,max9759.yaml | 16 shutdown-gpios: 18 description: the gpio connected to the shutdown pin 30 - shutdown-gpios 41 shutdown-gpios = <&gpio3 20 GPIO_ACTIVE_LOW>;
|
| /linux/drivers/firmware/arm_scmi/ |
| H A D | scmi_power_control.c | 16 * (orderly_poweroff/reboot()) used by ACPI when handling ACPI Shutdown bus 30 * try to perform a clean sync and shutdown/restart before the power is cut. 33 * charge of triggering system wide shutdown/reboot events, there should be 42 * this driver and the shutdown/reboot is started, any further notification 203 * @timeout_ms: The desired timeout to wait for the shutdown to complete before 204 * system is forcibly shutdown. 207 * co-operation: it uses the same orderly_ methods used by ACPI Shutdown event 248 * forced shutdown. in scmi_request_graceful_transition() 317 /* Leaving a trace in logs of who triggered the shutdown/reboot. */ in scmi_userspace_notifier() 318 dev_info(sc->dev, "Serving shutdown/reboot request: %d\n", in scmi_userspace_notifier()
|
| /linux/kernel/ |
| H A D | reboot.c | 79 * at shutdown. This is used to stop any idling DMA operations 284 * Shutdown everything and perform a clean reboot. 313 * Shutdown everything and perform a clean system halt. 703 * Shutdown everything and perform a clean system power_off. 884 pr_warn("Failed to start orderly shutdown: forcing the issue\n"); in __orderly_poweroff() 889 * emergency shutdown? in __orderly_poweroff() 911 * This may be called from any context to trigger a system shutdown. 912 * If the orderly shutdown fails, it will force an immediate shutdown. 945 return "shutdown"; in hw_protection_action_str() 994 * hw_failure_emergency_schedule - Schedule an emergency system shutdown or reboot [all …]
|
| H A D | torture.c | 65 /* Mediate rmmod and system shutdown. Concurrent rmmod & shutdown illegal! */ 67 #define FULLSTOP_SHUTDOWN 1 /* System shutdown with torture running. */ 614 * Variables for auto-shutdown. This allows "lights out" torture runs 618 static ktime_t shutdown_time; /* time to system shutdown. */ 628 pr_notice("torture thread %s parking due to system shutdown\n", in torture_shutdown_absorb() 636 * Cause the torture test to shutdown the system after the test has 676 * Start up the shutdown task. 691 * Detect and respond to a system shutdown. 698 VERBOSE_TOROUT_STRING("Unscheduled system shutdown detected"); in torture_shutdown_notify() 701 pr_warn("Concurrent rmmod and shutdown illegal!\n"); in torture_shutdown_notify() [all …]
|
| /linux/Documentation/sound/soc/ |
| H A D | pops-clicks.rst | 23 shutdown and follows some basic rules:- 28 Shutdown Order :- Digital Mute --> Output PGA --> Mixers --> DAC 40 startup or shutdown. 45 Shutdown Order - ADC --> Mixers --> Input PGA
|
| /linux/sound/soc/codecs/ |
| H A D | ssm2305.c | 15 /* shutdown gpio */ 68 /* Get shutdown gpio */ in ssm2305_probe() 69 priv->gpiod_shutdown = devm_gpiod_get(dev, "shutdown", in ssm2305_probe() 73 "Failed to get 'shutdown' gpio\n"); in ssm2305_probe()
|
| /linux/drivers/scsi/elx/libefc/ |
| H A D | efc_device.c | 54 /* Handle shutdown events */ in __efc_d_common() 126 /* ignore shutdown events as we're already in shutdown path */ in __efc_d_wait_del_node() 128 /* have default shutdown event take precedence */ in __efc_d_wait_del_node() 179 /* ignore shutdown events as we're already in shutdown path */ in __efc_d_wait_del_ini_tgt() 181 /* have default shutdown event take precedence */ in __efc_d_wait_del_ini_tgt() 283 * later in shutdown process in __efc_d_initiate_shutdown() 429 /* LOGO response received, sent shutdown */ in __efc_d_wait_logo_rsp() 437 "LOGO sent (evt=%s), shutdown node\n", in __efc_d_wait_logo_rsp() 738 case EFC_EVT_LOGO_RCVD: /* why don't we do a shutdown here?? */ in __efc_d_wait_plogi_rsp() 775 /* PLOGI failed, shutdown the node */ in __efc_d_wait_plogi_rsp() [all …]
|
| /linux/Documentation/devicetree/bindings/leds/backlight/ |
| H A D | mediatek,mt6370-backlight.yaml | 57 mediatek,bled-ovp-shutdown: 59 Enable the backlight shutdown when OVP level triggered 67 mediatek,bled-ocp-shutdown: 69 Enable the backlight shutdown when OCP level triggered.
|
| /linux/Documentation/devicetree/bindings/net/ |
| H A D | rfkill-gpio.yaml | 32 shutdown-gpios: 42 - shutdown-gpios 54 shutdown-gpios = <&gpio2 25 GPIO_ACTIVE_HIGH>;
|
| /linux/drivers/s390/char/ |
| H A D | sclp_quiesce.c | 21 /* Shutdown handler. Signal completion of shutdown by loading special PSW. */ 33 /* Handler for quiesce event. Start shutdown procedure. */
|
| /linux/drivers/phy/marvell/ |
| H A D | Kconfig | 90 SoC. This driver will do the PHY initialization and shutdown. 101 SoC. This driver will do the PHY initialization and shutdown. 112 SoC. This driver will do the PHY initialization and shutdown. 123 SoC. This driver will do the PHY initialization and shutdown.
|
| /linux/drivers/base/ |
| H A D | syscore.c | 115 * syscore_shutdown - Execute all the registered system core shutdown callbacks. 124 if (syscore->ops->shutdown) { in syscore_shutdown() 127 syscore->ops->shutdown); in syscore_shutdown() 128 syscore->ops->shutdown(syscore->data); in syscore_shutdown()
|
| /linux/fs/ocfs2/cluster/ |
| H A D | tcp_internal.h | 97 * shutdown is careful to first mark the nn such that no connects will 125 * shutdown removes the callbacks and then flushes the work queue */ 128 /* shutdown work is triggered in two ways. the simple way is 134 * ends up triggering the shutdown work again, though nothing 137 * on the work queue so that the shutdown work doesn't remove the
|