Home
last modified time | relevance | path

Searched full:shutdown (Results 1 – 25 of 2796) sorted by relevance

12345678910>>...112

/OK3568_Linux_fs/kernel/arch/powerpc/platforms/44x/
H A Dwarp.c106 struct dtm_shutdown *shutdown; in pika_dtm_register_shutdown() local
108 shutdown = kmalloc(sizeof(struct dtm_shutdown), GFP_KERNEL); in pika_dtm_register_shutdown()
109 if (shutdown == NULL) in pika_dtm_register_shutdown()
112 shutdown->func = func; in pika_dtm_register_shutdown()
113 shutdown->arg = arg; in pika_dtm_register_shutdown()
115 list_add(&shutdown->list, &dtm_shutdown_list); in pika_dtm_register_shutdown()
122 struct dtm_shutdown *shutdown; in pika_dtm_unregister_shutdown() local
124 list_for_each_entry(shutdown, &dtm_shutdown_list, list) in pika_dtm_unregister_shutdown()
125 if (shutdown->func == func && shutdown->arg == arg) { in pika_dtm_unregister_shutdown()
126 list_del(&shutdown->list); in pika_dtm_unregister_shutdown()
[all …]
/OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/apps/shutdown/
H A Ddesc_shutdown.html1 <h1> System Shutdown </h1>
4 <p> The System shutdown icon is a quick way to shutdown the entire EVM gracefully. </p>
6 <p> This system shutdown uses the Linux command "shutdown -h now" to shutdown your EVM.
7 This will take some time to complete. If you do not wish to shutdown, just close this
/OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/apps/shutdown/
H A Ddesc_shutdown.html1 <h1> System Shutdown </h1>
4 <p> The System shutdown icon is a quick way to shutdown the entire EVM gracefully. </p>
6 <p> This system shutdown uses the Linux command "shutdown -h now" to shutdown your EVM.
7 This will take some time to complete. If you do not wish to shutdown, just close this
/OK3568_Linux_fs/kernel/tools/testing/selftests/mqueue/
H A Dmq_perf_tests.c154 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 Dmq_open_tests.c62 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 …]
/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Dmax1241.c27 struct gpio_desc *shutdown; member
77 if (adc->shutdown) { in max1241_read_raw()
78 gpiod_set_value(adc->shutdown, 0); in max1241_read_raw()
81 gpiod_set_value(adc->shutdown, 1); in max1241_read_raw()
184 adc->shutdown = devm_gpiod_get_optional(dev, "shutdown", in max1241_probe()
186 if (IS_ERR(adc->shutdown)) in max1241_probe()
187 return PTR_ERR(adc->shutdown); in max1241_probe()
189 if (adc->shutdown) in max1241_probe()
190 dev_dbg(dev, "shutdown pin passed, low-power mode enabled"); in max1241_probe()
192 dev_dbg(dev, "no shutdown pin passed, low-power mode disabled"); in max1241_probe()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Drunqueue.py62 self.shutdown(tempdir)
74 self.shutdown(tempdir)
85 self.shutdown(tempdir)
96 self.shutdown(tempdir)
107 self.shutdown(tempdir)
117 self.shutdown(tempdir)
127 self.shutdown(tempdir)
139 self.shutdown(tempdir)
155 self.shutdown(tempdir)
170 self.shutdown(tempdir)
[all …]
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dremoteproc_cdev.h17 * 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
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/watchdog/watchdog/
H A D0001-shutdown-Do-not-guard-sys-quota.h-sys-swap.h-and-sys.patch4 Subject: [PATCH] shutdown: Do not guard sys/quota.h sys/swap.h and
14 src/shutdown.c | 4 ----
17 diff --git a/src/shutdown.c b/src/shutdown.c
19 --- a/src/shutdown.c
20 +++ b/src/shutdown.c
/OK3568_Linux_fs/u-boot/drivers/net/phy/
H A Dvitesse.c302 .shutdown = &genphy_shutdown,
312 .shutdown = &genphy_shutdown,
322 .shutdown = &genphy_shutdown,
332 .shutdown = &genphy_shutdown,
342 .shutdown = &genphy_shutdown,
352 .shutdown = &genphy_shutdown,
362 .shutdown = &genphy_shutdown,
372 .shutdown = &genphy_shutdown,
382 .shutdown = &genphy_shutdown,
392 .shutdown = &genphy_shutdown,
[all …]
H A Dmicrel_ksz8xxx.c27 .shutdown = &genphy_shutdown,
56 .shutdown = &genphy_shutdown,
84 .shutdown = &genphy_shutdown,
94 .shutdown = &genphy_shutdown,
151 .shutdown = &genphy_shutdown,
162 .shutdown = &genphy_shutdown,
187 .shutdown = &genphy_shutdown,
H A Dsmsc.c53 .shutdown = &genphy_shutdown,
63 .shutdown = &genphy_shutdown,
73 .shutdown = &genphy_shutdown,
83 .shutdown = &genphy_shutdown,
93 .shutdown = &genphy_shutdown,
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dtaskexp.py178 def __init__(self, shutdown): argument
181 self.shutdown = shutdown
194 shutdown = 0
196 gtkgui = gtkthread(shutdown)
308 print('Unable to cleanly shutdown: %s' % error)
327 if shutdown == 2:
330 if shutdown == 1:
335 if shutdown == 0:
339 print('Unable to cleanly shutdown: %s' % error)
340 shutdown = shutdown + 1
H A Dtoasterui.py186 main.shutdown = 0
219 if main.shutdown > 0:
385 main.shutdown = 1
396 main.shutdown = 1
424 # shutdown when bitbake server shuts down
425 main.shutdown = 1
445 main.shutdown = 2
446 if not params.observe_only and main.shutdown == 1:
451 if not params.observe_only and main.shutdown == 0:
456 logger.error("Unable to cleanly shutdown: %s" % error)
[all …]
/OK3568_Linux_fs/kernel/include/xen/interface/
H A Dsched.h49 * of this hypercall, supporting only the commands yield, block and shutdown:
97 * Declare a shutdown for another domain. The main use of this function is
98 * in interpreting shutdown requests and reasons for fully-virtualized
105 * Latch a shutdown code, so that when the domain later shuts down it
114 * With id == 0, setup a domain watchdog timer to cause domain shutdown
134 unsigned int reason; /* SHUTDOWN_* => shutdown reason */
147 unsigned int reason; /* SHUTDOWN_* => shutdown reason */
165 * not care about the shutdown code.
181 #define SHUTDOWN_MAX 5 /* Maximum valid shutdown reason. */
/OK3568_Linux_fs/kernel/net/sctp/
H A Dsm_statefuns.c194 * Process the final SHUTDOWN COMPLETE.
197 * Upon reception of the SHUTDOWN COMPLETE chunk the endpoint will verify
198 * that it is in SHUTDOWN-ACK-SENT state, if it is not the chunk should be
199 * discarded. If the endpoint is in the SHUTDOWN-ACK-SENT state the endpoint
200 * should stop the T2-shutdown timer and remove all knowledge of the
204 * C) Rules for packet carrying SHUTDOWN COMPLETE:
206 * - The receiver of a SHUTDOWN COMPLETE shall accept the packet
214 * SHUTDOWN COMPLETE if it is not in the SHUTDOWN-ACK-SENT state.
239 * SHUTDOWN COMPLETE with any other chunks. in sctp_sf_do_4_C()
251 * H) SHUTDOWN COMPLETE notification in sctp_sf_do_4_C()
[all …]
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-class-mic50 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.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/
H A D0003-comment-out-sections-shutdown-and-environment-in-gen.patch4 Subject: [PATCH 3/4] comment out sections shutdown and environment in
13 fixup! add comments of shutdown for user
25 retval += "# Shutdown after installation\nshutdown"
28 + retval += "# Shutdown after installation\n#shutdown"
/OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/apps/shutdown_matrix/
H A Ddesc_shutdown_matrix.html1 <h1> Matrix Shutdown </h1>
4 <p> The Matrix Shutdown icon is a quick way to shutdown Matrix. </p>
6 <p> This application will only shutdown the version of Matrix running on the target system. Remote …
/OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/apps/shutdown_matrix/
H A Ddesc_shutdown_matrix.html1 <h1> Matrix Shutdown </h1>
4 <p> The Matrix Shutdown icon is a quick way to shutdown Matrix. </p>
6 <p> This application will only shutdown the version of Matrix running on the target system. Remote …
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/sysvinit/sysvinit/
H A D0001-include-sys-sysmacros.h-for-major-minor-defines-in-g.patch12 src/shutdown.c | 1 +
39 diff --git a/src/shutdown.c b/src/shutdown.c
41 --- a/src/shutdown.c
42 +++ b/src/shutdown.c
/OK3568_Linux_fs/kernel/drivers/remoteproc/
H A Dqcom_sysmon.c117 * sysmon_request_shutdown() - request graceful shutdown of remote
122 char *req = "ssr:shutdown"; in sysmon_request_shutdown()
131 dev_err(sysmon->dev, "send sysmon shutdown request failed\n"); in sysmon_request_shutdown()
144 "unexpected response to sysmon shutdown request\n"); in sysmon_request_shutdown()
302 * ssctl_request_shutdown() - request shutdown via SSCTL QMI service
322 dev_err(sysmon->dev, "failed to send shutdown request\n"); in ssctl_request_shutdown()
331 dev_err(sysmon->dev, "shutdown request failed\n"); in ssctl_request_shutdown()
333 dev_dbg(sysmon->dev, "shutdown request completed\n"); in ssctl_request_shutdown()
342 "timeout waiting for shutdown ack\n"); in ssctl_request_shutdown()
378 dev_err(sysmon->dev, "failed to send shutdown request\n"); in ssctl_send_event()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-sato/shutdown-desktop/
H A Dshutdown-desktop.bb5 SRC_URI = "file://shutdown.desktop"
13 install -m 0644 shutdown.desktop ${D}${datadir}/applications/
15 sed -i ${D}${datadir}/applications/shutdown.desktop -e 's#^Exec=\(.*\)#Exec=${base_sbindir}/\1#'
20 sed -i $D${datadir}/applications/shutdown.desktop -e 's#^Exec=\(.*\)/halt#Exec=\1/reboot#' \
/OK3568_Linux_fs/kernel/kernel/
H A Dtorture.c54 /* Mediate rmmod and system shutdown. Concurrent rmmod & shutdown illegal! */
56 #define FULLSTOP_SHUTDOWN 1 /* System shutdown with torture running. */
478 * Variables for auto-shutdown. This allows "lights out" torture runs
482 static ktime_t shutdown_time; /* time to system shutdown. */
492 pr_notice("torture thread %s parking due to system shutdown\n", in torture_shutdown_absorb()
500 * Cause the torture test to shutdown the system after the test has
540 * Start up the shutdown task.
555 * Detect and respond to a system shutdown.
562 VERBOSE_TOROUT_STRING("Unscheduled system shutdown detected"); in torture_shutdown_notify()
565 pr_warn("Concurrent rmmod and shutdown illegal!\n"); in torture_shutdown_notify()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/base-passwd/base-passwd/
H A Dadd_shutdown.patch2 We need to have a shutdown group to allow the shutdown icon
3 to work correctly. Any users that want to use shutdown like
17 +shutdown:*:70:

12345678910>>...112