| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/44x/ |
| H A D | warp.c | 106 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/kernel/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 220 shutdown(0, "", 0); in sig_action_SIGUSR1() 232 shutdown(0, "", 0); 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() 273 shutdown(6, "getrlimit()", __LINE__); in getr() 279 shutdown(7, "setrlimit()", __LINE__); in setr() 299 shutdown(1, "mq_open()", __LINE__); in open_queue() [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 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() 206 shutdown(1, "mq_open()", __LINE__); in test_queue() 208 shutdown(1, "mq_getattr()", __LINE__); in test_queue() 210 shutdown(1, "mq_close()", __LINE__); in test_queue() [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/ |
| H A D | runqueue.py | 62 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/u-boot/drivers/net/phy/ |
| H A D | vitesse.c | 302 .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 D | micrel_ksz8xxx.c | 27 .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 D | smsc.c | 53 .shutdown = &genphy_shutdown, 63 .shutdown = &genphy_shutdown, 73 .shutdown = &genphy_shutdown, 83 .shutdown = &genphy_shutdown, 93 .shutdown = &genphy_shutdown,
|
| H A D | aquantia.c | 121 .shutdown = &gen10g_shutdown, 134 .shutdown = &gen10g_shutdown, 147 .shutdown = &gen10g_shutdown, 160 .shutdown = &gen10g_shutdown, 173 .shutdown = &gen10g_shutdown, 186 .shutdown = &gen10g_shutdown,
|
| H A D | marvell.c | 601 .shutdown = &genphy_shutdown, 611 .shutdown = &genphy_shutdown, 621 .shutdown = &genphy_shutdown, 631 .shutdown = &genphy_shutdown, 641 .shutdown = &genphy_shutdown, 651 .shutdown = &genphy_shutdown, 661 .shutdown = &genphy_shutdown, 671 .shutdown = &genphy_shutdown, 686 .shutdown = &genphy_shutdown, 696 .shutdown = &genphy_shutdown, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/iio/adc/ |
| H A D | max1241.c | 27 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()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/watchdog/watchdog/ |
| H A D | 0001-shutdown-Do-not-guard-sys-quota.h-sys-swap.h-and-sys.patch | 4 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/yocto/poky/meta/recipes-core/base-passwd/base-passwd/ |
| H A D | add_shutdown.patch | 2 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:
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-sato/shutdown-desktop/ |
| H A D | shutdown-desktop.bb | 5 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/yocto/poky/meta/recipes-core/sysvinit/sysvinit/ |
| H A D | 0001-include-sys-sysmacros.h-for-major-minor-defines-in-g.patch | 12 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/yocto/poky/bitbake/lib/bb/ui/ |
| H A D | toasterui.py | 186 main.shutdown = 0 219 if main.shutdown > 0: 385 main.shutdown = 1 396 main.shutdown = 1 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: 458 main.shutdown = main.shutdown + 1
|
| H A D | taskexp.py | 178 def __init__(self, shutdown): argument 181 self.shutdown = shutdown 194 shutdown = 0 196 gtkgui = gtkthread(shutdown) 327 if shutdown == 2: 330 if shutdown == 1: 335 if shutdown == 0: 340 shutdown = shutdown + 1
|
| H A D | knotty.py | 276 if self.main.shutdown: 619 main.shutdown = 0 640 if main.shutdown > 1: 649 if not main.shutdown: 650 main.shutdown = 1 751 main.shutdown = 2 756 main.shutdown = 2 759 main.shutdown = 2 852 main.shutdown = 2 857 main.shutdown = 2 [all …]
|
| H A D | ncurses.py | 227 shutdown = 0 307 shutdown = 2 339 if shutdown == 2: 342 if shutdown == 1: 347 if shutdown == 0: 352 shutdown = shutdown + 1
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | adi,ssm2305.txt | 6 - shutdown-gpios : The gpio connected to the shutdown pin. 13 shutdown-gpios = <&gpio3 20 GPIO_ACTIVE_LOW>;
|
| H A D | maxim,max9759.txt | 6 - shutdown-gpios : the gpio connected to the shutdown pin 14 shutdown-gpios = <&gpio3 20 GPIO_ACTIVE_LOW>;
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/sysvinit/ |
| H A D | sysvinit_3.01.bb | 36 ALTERNATIVE:${PN} = "init mountpoint halt reboot runlevel shutdown poweroff last lastb mesg utmpdum… 49 ALTERNATIVE_LINK_NAME[shutdown] = "${base_sbindir}/shutdown" 111 chown root:shutdown ${D}${base_sbindir}/halt ${D}${base_sbindir}/shutdown 112 chmod o-x,u+s ${D}${base_sbindir}/halt ${D}${base_sbindir}/shutdown
|
| /OK3568_Linux_fs/kernel/drivers/oprofile/ |
| H A D | oprof.c | 81 if (oprofile_ops.shutdown) in oprofile_setup() 82 oprofile_ops.shutdown(); in oprofile_setup() 220 if (oprofile_ops.shutdown) in oprofile_shutdown() 221 oprofile_ops.shutdown(); in oprofile_shutdown()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx23885/ |
| H A D | cx23885-input.c | 109 params.shutdown = atomic_read(&dev->ir_input_stopping); in cx23885_input_rx_work_handler() 120 params.shutdown = atomic_read(&dev->ir_input_stopping); in cx23885_input_rx_work_handler() 156 params.shutdown = false; in cx23885_input_ir_start() 184 params.shutdown = false; in cx23885_input_ir_start() 238 while (params.shutdown == false) { in cx23885_input_ir_stop() 241 params.shutdown = true; in cx23885_input_ir_stop()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | ehci-sh.c | 43 .shutdown = ehci_shutdown, 169 if (hcd->driver->shutdown) in ehci_hcd_sh_shutdown() 170 hcd->driver->shutdown(hcd); in ehci_hcd_sh_shutdown() 176 .shutdown = ehci_hcd_sh_shutdown,
|
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | syscore.c | 124 if (ops->shutdown) { in syscore_shutdown() 126 pr_info("PM: Calling %pS\n", ops->shutdown); in syscore_shutdown() 127 ops->shutdown(); in syscore_shutdown()
|