Searched refs:shutdown (Results 1 - 25 of 1213) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/rcutorture/configs/rcuscale/
H A Dver_functions.sh14 echo rcuscale.shutdown=1 \
/linux-master/tools/testing/selftests/rcutorture/configs/refscale/
H A Dver_functions.sh14 echo refscale.shutdown=1 \
/linux-master/arch/sh/include/asm/
H A Dreboot.h13 void (*shutdown)(void); member in struct:machine_ops
/linux-master/sound/usb/6fire/
H A Dchip.h19 bool shutdown; member in struct:sfire_chip
/linux-master/include/linux/
H A Dsyscore_ops.h17 void (*shutdown)(void); member in struct:syscore_ops
H A Dkvm_irqfd.h55 /* Used for setup/shutdown */
59 struct work_struct shutdown; member in struct:kvm_kernel_irqfd
/linux-master/include/linux/platform_data/
H A Dasoc-pxa.h21 void (*shutdown)(struct snd_pcm_substream *, void *); member in struct:__anon3855
/linux-master/tools/testing/selftests/mqueue/
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) function
92 perror("mq_close() during shutdown");
123 shutdown(4, "Error reading /proc entry", __LINE__ - 1);
133 return shutdown(5, "Failed writing to /proc file",
137 return shutdown(5, "We didn't get what we wrote to /proc back",
144 shutdown(6, "getrlimit()", __LINE__ - 1);
150 shutdown(7, "setrlimit()", __LINE__ - 1);
196 * test_queue - Test opening a queue, shutdown if we fail. This should
206 shutdown(
[all...]
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) function
194 perror("mq_close() during shutdown");
220 shutdown(0, "", 0);
221 fprintf(stderr, "\n\nReturned from shutdown?!?!\n\n");
232 shutdown(0, "", 0);
233 fprintf(stderr, "\n\nReturned from shutdown?!?!\n\n");
243 shutdown(4, "Error reading /proc entry", __LINE__);
253 return shutdown(5, "Failed writing to /proc file", __LINE__);
256 return shutdown(
[all...]
/linux-master/drivers/iio/adc/
H A Dmax1241.c26 struct gpio_desc *shutdown; member in struct:max1241
76 if (adc->shutdown) {
77 gpiod_set_value(adc->shutdown, 0);
80 gpiod_set_value(adc->shutdown, 1);
158 adc->shutdown = devm_gpiod_get_optional(dev, "shutdown",
160 if (IS_ERR(adc->shutdown))
161 return dev_err_probe(dev, PTR_ERR(adc->shutdown),
162 "cannot get shutdown gpio\n");
164 if (adc->shutdown)
[all...]
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Drtw8822be.c25 .shutdown = rtw_pci_shutdown,
H A Drtw8723de.c25 .shutdown = rtw_pci_shutdown,
H A Drtw8822cs.c29 .shutdown = rtw_sdio_shutdown,
H A Drtw8821cs.c29 .shutdown = rtw_sdio_shutdown,
H A Drtw8822bs.c29 .shutdown = rtw_sdio_shutdown,
H A Drtw8821ce.c29 .shutdown = rtw_pci_shutdown,
H A Drtw8822ce.c29 .shutdown = rtw_pci_shutdown,
H A Drtw8723ds.c34 .shutdown = rtw_sdio_shutdown,
/linux-master/drivers/base/
H A Dsyscore.c112 * syscore_shutdown - Execute all the registered system core shutdown callbacks.
121 if (ops->shutdown) {
123 pr_info("PM: Calling %pS\n", ops->shutdown);
124 ops->shutdown();
/linux-master/sound/hda/ext/
H A Dhdac_ext_bus.c108 return (get_hdrv(dev))->shutdown(get_hdev(dev));
126 if (drv->shutdown)
127 drv->driver.shutdown = hdac_ext_drv_shutdown;
/linux-master/arch/x86/include/asm/
H A Dreboot.h13 void (*shutdown)(void); member in struct:machine_ops
/linux-master/arch/sh/kernel/
H A Dreboot.c63 .shutdown = native_machine_shutdown,
78 machine_ops.shutdown();
/linux-master/drivers/iio/pressure/
H A Dmpl115.c31 struct gpio_desc *shutdown; member in struct:mpl115_data
200 data->shutdown = devm_gpiod_get_optional(dev, "shutdown",
202 if (IS_ERR(data->shutdown))
203 return dev_err_probe(dev, PTR_ERR(data->shutdown),
204 "cannot get shutdown gpio\n");
206 if (data->shutdown) {
234 gpiod_set_value(data->shutdown, 1);
243 gpiod_set_value(data->shutdown, 0);
/linux-master/drivers/power/reset/
H A Dsc27xx-poweroff.c44 .shutdown = sc27xx_poweroff_shutdown,
/linux-master/arch/s390/include/asm/
H A Dccwgroup.h37 * @shutdown: function called when device is shut down
46 void (*shutdown)(struct ccwgroup_device *); member in struct:ccwgroup_driver

Completed in 215 milliseconds

1234567891011>>