/linux-4.1.27/arch/powerpc/platforms/44x/ |
D | warp.c | 115 struct dtm_shutdown *shutdown; in pika_dtm_register_shutdown() local 117 shutdown = kmalloc(sizeof(struct dtm_shutdown), GFP_KERNEL); in pika_dtm_register_shutdown() 118 if (shutdown == NULL) in pika_dtm_register_shutdown() 121 shutdown->func = func; in pika_dtm_register_shutdown() 122 shutdown->arg = arg; in pika_dtm_register_shutdown() 124 list_add(&shutdown->list, &dtm_shutdown_list); in pika_dtm_register_shutdown() 131 struct dtm_shutdown *shutdown; in pika_dtm_unregister_shutdown() local 133 list_for_each_entry(shutdown, &dtm_shutdown_list, list) in pika_dtm_unregister_shutdown() 134 if (shutdown->func == func && shutdown->arg == arg) { in pika_dtm_unregister_shutdown() 135 list_del(&shutdown->list); in pika_dtm_unregister_shutdown() [all …]
|
/linux-4.1.27/tools/testing/selftests/mqueue/ |
D | mq_perf_tests.c | 151 void shutdown(int exit_val, char *err_cause, int line_no); 170 void shutdown(int exit_val, char *err_cause, int line_no) in shutdown() function 214 shutdown(0, "", 0); in sig_action_SIGUSR1() 226 shutdown(0, "", 0); in sig_action() 237 shutdown(4, "Error reading /proc entry", __LINE__); in get() 247 return shutdown(5, "Failed writing to /proc file", __LINE__); in set() 250 return shutdown(5, "We didn't get what we wrote to /proc back", in set() 267 shutdown(6, "getrlimit()", __LINE__); in getr() 273 shutdown(7, "setrlimit()", __LINE__); in setr() 293 shutdown(1, "mq_open()", __LINE__); in open_queue() [all …]
|
D | mq_open_tests.c | 58 void shutdown(int exit_val, char *err_cause, int line_no); 75 void shutdown(int exit_val, char *err_cause, int line_no) in shutdown() function 119 shutdown(4, "Error reading /proc entry", __LINE__ - 1); in get() 129 return shutdown(5, "Failed writing to /proc file", in set() 133 return shutdown(5, "We didn't get what we wrote to /proc back", in set() 140 shutdown(6, "getrlimit()", __LINE__ - 1); in getr() 146 shutdown(7, "setrlimit()", __LINE__ - 1); in setr() 202 shutdown(1, "mq_open()", __LINE__); in test_queue() 204 shutdown(1, "mq_getattr()", __LINE__); in test_queue() 206 shutdown(1, "mq_close()", __LINE__); in test_queue() [all …]
|
/linux-4.1.27/Documentation/mic/mpssd/ |
D | micctrl | 103 echo shutdown > $f/state 106 shutdown() function 163 shutdown $2
|
/linux-4.1.27/drivers/oprofile/ |
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()
|
D | timer_int.c | 114 ops->shutdown = oprofile_hrtimer_shutdown; in oprofile_timer_init()
|
D | nmi_timer_int.c | 166 ops->shutdown = nmi_timer_shutdown; in op_nmi_timer_init()
|
/linux-4.1.27/drivers/base/ |
D | syscore.c | 124 if (ops->shutdown) { in syscore_shutdown() 126 pr_info("PM: Calling %pF\n", ops->shutdown); in syscore_shutdown() 127 ops->shutdown(); in syscore_shutdown()
|
D | isa.c | 62 if (isa_driver->shutdown) in isa_bus_shutdown() 63 isa_driver->shutdown(dev, to_isa_dev(dev)->id); in isa_bus_shutdown() 91 .shutdown = isa_bus_shutdown,
|
D | driver.c | 157 (drv->bus->shutdown && drv->shutdown)) in driver_register()
|
/linux-4.1.27/drivers/usb/host/ |
D | ehci-sh.c | 47 .shutdown = ehci_shutdown, 182 if (hcd->driver->shutdown) in ehci_hcd_sh_shutdown() 183 hcd->driver->shutdown(hcd); in ehci_hcd_sh_shutdown() 189 .shutdown = ehci_hcd_sh_shutdown,
|
D | ohci-sa1111.c | 96 .shutdown = ohci_shutdown, 251 hcd->driver->shutdown(hcd); in ohci_hcd_sa1111_shutdown() 264 .shutdown = ohci_hcd_sa1111_shutdown,
|
D | ehci-mv.c | 107 .shutdown = ehci_shutdown, 308 if (hcd->driver->shutdown) in mv_ehci_shutdown() 309 hcd->driver->shutdown(hcd); in mv_ehci_shutdown() 315 .shutdown = mv_ehci_shutdown,
|
D | ehci-hub.c | 385 if (!HCD_HW_ACCESSIBLE(hcd) || ehci->shutdown) in ehci_bus_resume() 386 goto shutdown; in ehci_bus_resume() 438 if (ehci->shutdown) in ehci_bus_resume() 439 goto shutdown; in ehci_bus_resume() 457 if (ehci->shutdown) in ehci_bus_resume() 458 goto shutdown; in ehci_bus_resume() 482 if (ehci->shutdown) in ehci_bus_resume() 483 goto shutdown; in ehci_bus_resume() 502 if (ehci->shutdown) in ehci_bus_resume() 503 goto shutdown; in ehci_bus_resume() [all …]
|
D | ehci-grlib.c | 54 .shutdown = ehci_shutdown, 187 .shutdown = usb_hcd_platform_shutdown,
|
D | ehci-sead3.c | 67 .shutdown = ehci_shutdown, 178 .shutdown = usb_hcd_platform_shutdown,
|
D | ehci-xilinx-of.c | 91 .shutdown = ehci_shutdown, 236 .shutdown = usb_hcd_platform_shutdown,
|
D | ohci-exynos.c | 218 if (hcd->driver->shutdown) in exynos_ohci_shutdown() 219 hcd->driver->shutdown(hcd); in exynos_ohci_shutdown() 285 .shutdown = exynos_ohci_shutdown,
|
D | ohci-tilegx.c | 73 .shutdown = ohci_shutdown, 199 .shutdown = ohci_hcd_tilegx_drv_shutdown,
|
D | ehci-tilegx.c | 72 .shutdown = ehci_shutdown, 210 .shutdown = ehci_hcd_tilegx_drv_shutdown,
|
D | ohci-ppc-of.c | 59 .shutdown = ohci_shutdown, 229 .shutdown = usb_hcd_platform_shutdown,
|
D | ehci-ppc-of.c | 41 .shutdown = ehci_shutdown, 234 .shutdown = usb_hcd_platform_shutdown,
|
D | ohci-sm501.c | 59 .shutdown = ohci_shutdown, 264 .shutdown = usb_hcd_platform_shutdown,
|
D | ohci-ps3.c | 65 .shutdown = ohci_shutdown, 250 .shutdown = ps3_ohci_remove,
|
D | ehci-ps3.c | 78 .shutdown = ehci_shutdown, 265 .shutdown = ps3_ehci_remove,
|
D | ehci-hcd.c | 371 ehci->shutdown = true; in ehci_shutdown() 817 ehci->shutdown = true; in ehci_irq() 1123 if (ehci->shutdown) in ehci_resume() 1138 if (ehci->shutdown) in ehci_resume() 1159 if (ehci->shutdown) in ehci_resume() 1199 .shutdown = ehci_shutdown,
|
D | ohci-da8xx.c | 254 .shutdown = ohci_shutdown, 428 .shutdown = usb_hcd_platform_shutdown,
|
D | ehci-tegra.c | 545 if (hcd->driver->shutdown) in tegra_ehci_hcd_shutdown() 546 hcd->driver->shutdown(hcd); in tegra_ehci_hcd_shutdown() 552 .shutdown = tegra_ehci_hcd_shutdown,
|
D | ohci-omap3.c | 183 .shutdown = usb_hcd_platform_shutdown,
|
D | uhci-platform.c | 147 .shutdown = uhci_hcd_platform_shutdown,
|
D | ohci-tmio.c | 164 .shutdown = ohci_shutdown, 366 .shutdown = usb_hcd_platform_shutdown,
|
D | uhci-grlib.c | 188 .shutdown = uhci_hcd_grlib_shutdown,
|
D | ehci-spear.c | 156 .shutdown = usb_hcd_platform_shutdown,
|
/linux-4.1.27/drivers/media/pci/cx23885/ |
D | cx23885-input.c | 117 params.shutdown = atomic_read(&dev->ir_input_stopping); in cx23885_input_rx_work_handler() 128 params.shutdown = atomic_read(&dev->ir_input_stopping); in cx23885_input_rx_work_handler() 163 params.shutdown = false; in cx23885_input_ir_start() 191 params.shutdown = false; in cx23885_input_ir_start() 245 while (params.shutdown == false) { in cx23885_input_ir_stop() 248 params.shutdown = true; in cx23885_input_ir_stop()
|
D | cx23888-ir.c | 737 state->rx_params.shutdown = true; in cx23888_ir_rx_shutdown() 751 if (p->shutdown) in cx23888_ir_rx_s_parameters() 759 o->shutdown = p->shutdown; in cx23888_ir_rx_s_parameters() 865 state->tx_params.shutdown = true; in cx23888_ir_tx_shutdown() 879 if (p->shutdown) in cx23888_ir_tx_s_parameters() 887 o->shutdown = p->shutdown; in cx23888_ir_tx_s_parameters() 1142 .shutdown = true, 1161 .shutdown = true,
|
/linux-4.1.27/arch/sh/kernel/ |
D | reboot.c | 69 .shutdown = native_machine_shutdown, 84 machine_ops.shutdown(); in machine_shutdown()
|
/linux-4.1.27/drivers/s390/char/ |
D | hmcdrv_ftp.c | 32 void (*shutdown)(void); member 295 .shutdown = diag_ftp_shutdown, in hmcdrv_ftp_startup() 301 .shutdown = sclp_ftp_shutdown, in hmcdrv_ftp_startup() 339 hmcdrv_ftp_funcs->shutdown(); in hmcdrv_ftp_shutdown()
|
/linux-4.1.27/drivers/mmc/core/ |
D | bus.c | 135 if (dev->driver && drv->shutdown) in mmc_bus_shutdown() 136 drv->shutdown(card); in mmc_bus_shutdown() 138 if (host->bus_ops->shutdown) { in mmc_bus_shutdown() 139 ret = host->bus_ops->shutdown(host); in mmc_bus_shutdown() 207 .shutdown = mmc_bus_shutdown,
|
D | core.h | 29 int (*shutdown)(struct mmc_host *); member
|
/linux-4.1.27/Documentation/devicetree/bindings/regulator/ |
D | tps65217.txt | 15 - ti,pmic-shutdown-controller: Telling the PMIC to shutdown on PWR_EN toggle. 26 ti,pmic-shutdown-controller;
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-mic.txt | 46 written to this entry if the card was previously shutdown 53 to the state sysfs entry to ensure the card is shutdown during 64 "shutdown" - Initiates card OS shutdown. 65 "suspend" - Initiates card OS shutdown and also marks the card 74 OS can shutdown because of various reasons. When read, this 75 entry provides the status on why the card OS was shutdown. 77 "nop" - shutdown status is not applicable, when the card OS is
|
D | sysfs-driver-input-axp-pek | 7 What: /sys/class/input/input(x)/device/shutdown
|
/linux-4.1.27/sound/usb/line6/ |
D | capture.c | 149 int i, index, length = 0, shutdown = 0; in audio_in_callback() local 169 shutdown = 1; in audio_in_callback() 197 shutdown = 1; in audio_in_callback() 199 if (!shutdown) { in audio_in_callback()
|
D | playback.c | 303 int i, index, length = 0, shutdown = 0; in audio_out_callback() local 342 shutdown = 1; in audio_out_callback() 347 shutdown = 1; in audio_out_callback() 349 if (!shutdown) { in audio_out_callback()
|
/linux-4.1.27/arch/um/drivers/ |
D | port_user.c | 163 shutdown(3, SHUT_RD); in port_pre_exec() 194 shutdown(socket[0], SHUT_RDWR); in port_connection() 196 shutdown(socket[1], SHUT_RDWR); in port_connection()
|
/linux-4.1.27/drivers/vfio/ |
D | virqfd.c | 43 queue_work(vfio_irqfd_cleanup_wq, &virqfd->shutdown); in virqfd_deactivate() 90 struct virqfd *virqfd = container_of(work, struct virqfd, shutdown); in virqfd_shutdown() 128 INIT_WORK(&virqfd->shutdown, virqfd_shutdown); in vfio_virqfd_enable()
|
/linux-4.1.27/drivers/uio/ |
D | uio_fsl_elbc_gpcm.c | 61 void (*shutdown)(struct uio_info *info, bool init_err); member 206 priv->shutdown = netx5152_shutdown; in setup_periph() 436 if (priv->shutdown) in uio_fsl_elbc_gpcm_probe() 437 priv->shutdown(info, true); in uio_fsl_elbc_gpcm_probe() 457 if (priv->shutdown) in uio_fsl_elbc_gpcm_remove() 458 priv->shutdown(info, false); in uio_fsl_elbc_gpcm_remove()
|
/linux-4.1.27/sound/aoa/soundbus/ |
D | core.c | 125 if (dev->driver && drv->shutdown) in soundbus_device_shutdown() 126 drv->shutdown(soundbus_dev); in soundbus_device_shutdown() 158 .shutdown = soundbus_device_shutdown,
|
D | soundbus.h | 193 int (*shutdown)(struct soundbus_dev* dev); member
|
/linux-4.1.27/security/selinux/ss/ |
D | sidtab.c | 28 s->shutdown = 0; in sidtab_init() 217 if (s->next_sid == UINT_MAX || s->shutdown) { in sidtab_context_to_sid() 300 dst->shutdown = 0; in sidtab_set() 311 s->shutdown = 1; in sidtab_shutdown()
|
D | sidtab.h | 28 unsigned char shutdown; member
|
/linux-4.1.27/sound/arm/ |
D | pxa2xx-ac97.c | 91 if (platform_ops && platform_ops->shutdown) in pxa2xx_ac97_pcm_shutdown() 92 platform_ops->shutdown(substream, platform_ops->priv); in pxa2xx_ac97_pcm_shutdown() 107 .shutdown = pxa2xx_ac97_pcm_shutdown,
|
D | pxa2xx-pcm.h | 24 void (*shutdown)(struct snd_pcm_substream *); member
|
D | pxa2xx-pcm.c | 72 client->shutdown(substream); in pxa2xx_pcm_close()
|
/linux-4.1.27/include/linux/usb/ |
D | phy.h | 100 void (*shutdown)(struct usb_phy *x); member 177 if (x && x->shutdown) in usb_phy_shutdown() 178 x->shutdown(x); in usb_phy_shutdown()
|
/linux-4.1.27/drivers/bluetooth/ |
D | bcm203x.c | 69 atomic_t shutdown; member 161 if (atomic_read(&data->shutdown)) in bcm203x_work() 259 atomic_inc(&data->shutdown); in bcm203x_disconnect()
|
/linux-4.1.27/drivers/media/i2c/cx25840/ |
D | cx25840-ir.c | 756 ir_state->rx_params.shutdown = true; in cx25840_ir_rx_shutdown() 773 if (p->shutdown) in cx25840_ir_rx_s_parameters() 784 o->shutdown = p->shutdown; in cx25840_ir_rx_s_parameters() 944 ir_state->tx_params.shutdown = true; in cx25840_ir_tx_shutdown() 961 if (p->shutdown) in cx25840_ir_tx_s_parameters() 971 o->shutdown = p->shutdown; in cx25840_ir_tx_s_parameters() 1195 .shutdown = true, 1214 .shutdown = true,
|
/linux-4.1.27/drivers/mfd/ |
D | ab8500-sysctrl.c | 63 goto shutdown; in ab8500_power_off() 80 shutdown: in ab8500_power_off()
|
D | intel_soc_pmic_core.c | 167 .shutdown = intel_soc_pmic_shutdown,
|
/linux-4.1.27/sound/usb/ |
D | card.c | 376 atomic_set(&chip->shutdown, 0); in snd_usb_audio_create() 500 if (atomic_read(&usb_chip[i]->shutdown)) { in usb_audio_probe() 597 if (atomic_inc_return(&chip->shutdown) == 1) { in usb_audio_disconnect() 642 if (atomic_read(&chip->shutdown)) { in snd_usb_lock_shutdown() 669 if (atomic_read(&chip->shutdown)) in snd_usb_autoresume() 682 if (atomic_read(&chip->shutdown)) in snd_usb_autosuspend()
|
D | proc.c | 49 if (!atomic_read(&chip->shutdown)) in proc_audio_usbbus_read() 56 if (!atomic_read(&chip->shutdown)) in proc_audio_usbid_read()
|
D | usbaudio.h | 43 atomic_t shutdown; member
|
/linux-4.1.27/include/linux/platform_data/ |
D | irda-sa11x0.h | 15 void (*shutdown)(struct device *); member
|
D | lcd-mipid.h | 20 void (*shutdown)(struct mipid_platform_data *pdata); member
|
D | irda-pxaficp.h | 14 void (*shutdown)(struct device *dev); member
|
D | mmc-omap.h | 32 void (*shutdown)(struct device *dev); member
|
/linux-4.1.27/drivers/pnp/ |
D | driver.c | 143 if (drv && drv->shutdown) in pnp_device_shutdown() 144 drv->shutdown(pnp_dev); in pnp_device_shutdown() 257 .shutdown = pnp_device_shutdown,
|
/linux-4.1.27/arch/arm/mach-pxa/include/mach/ |
D | audio.h | 20 void (*shutdown)(struct snd_pcm_substream *, void *); member
|
/linux-4.1.27/arch/sh/include/asm/ |
D | reboot.h | 12 void (*shutdown)(void); member
|
/linux-4.1.27/Documentation/devicetree/bindings/thermal/ |
D | rockchip-thermal.txt | 16 - rockchip,hw-tshut-temp : The hardware-controlled shutdown temperature value. 17 - rockchip,hw-tshut-mode : The hardware-controlled shutdown mode 0:CRU 1:GPIO.
|
D | tegra-soctherm.txt | 6 notifications. It is also used to manage emergency shutdown in an
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | nfsd-admin-interfaces.txt | 29 Between startup and shutdown, the number of threads may be adjusted up 40 removal of listening sockets, and startup and shutdown of the server.
|
/linux-4.1.27/sound/usb/6fire/ |
D | chip.h | 23 bool shutdown; member
|
D | chip.c | 194 chip->shutdown = true; in usb6fire_chip_disconnect()
|
/linux-4.1.27/include/linux/ |
D | syscore_ops.h | 18 void (*shutdown)(void); member
|
D | isa.h | 15 void (*shutdown)(struct device *, unsigned int); member
|
D | mailbox_controller.h | 50 void (*shutdown)(struct mbox_chan *chan); member
|
D | mcb.h | 88 void (*shutdown)(struct mcb_device *mdev); member
|
D | oprofile.h | 57 void (*shutdown)(void); member
|
D | vfio.h | 128 struct work_struct shutdown; member
|
D | vme.h | 113 void (*shutdown)(void); member
|
D | serial_core.h | 62 void (*shutdown)(struct uart_port *); member 128 void (*shutdown)(struct uart_port *port); member
|
D | tty_driver.h | 258 void (*shutdown)(struct tty_struct *tty); member
|
/linux-4.1.27/drivers/mcb/ |
D | mcb-core.c | 89 if (mdrv && mdrv->shutdown) in mcb_shutdown() 90 mdrv->shutdown(mdev); in mcb_shutdown() 99 .shutdown = mcb_shutdown,
|
/linux-4.1.27/arch/x86/include/asm/ |
D | reboot.h | 12 void (*shutdown)(void); member
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | am335x-bone-common.dtsi | 232 * [PATCH] ARM: dts: am335x-bone* enable pmic-shutdown-controller 238 * &tps { /delete-property/ ti,pmic-shutdown-controller; } 241 * measurement after shutdown: it should be less than 1 mA.) 243 ti,pmic-shutdown-controller;
|
/linux-4.1.27/arch/mips/sgi-ip22/ |
D | ip22-gio.c | 160 if (dev->driver && drv->shutdown) in gio_device_shutdown() 161 drv->shutdown(gio_dev); in gio_device_shutdown() 381 .shutdown = gio_device_shutdown,
|
/linux-4.1.27/drivers/ide/ |
D | ide.c | 149 if (dev->driver && drv->shutdown) in generic_ide_shutdown() 150 drv->shutdown(drive); in generic_ide_shutdown() 159 .shutdown = generic_ide_shutdown,
|
/linux-4.1.27/Documentation/acpi/ |
D | gpio-properties.txt | 13 // Bluetooth device with reset and shutdown GPIOs 32 Package () {"shutdown-gpio", Package() {^BTH, 0, 0, 0 }}, 87 { "shutdown-gpio", &shutdown_gpio, 1 },
|
/linux-4.1.27/sound/soc/ |
D | soc-compress.c | 140 if (fe->dai_link->compr_ops && fe->dai_link->compr_ops->shutdown) in soc_compr_open_fe() 141 fe->dai_link->compr_ops->shutdown(cstream); in soc_compr_open_fe() 205 if (rtd->dai_link->compr_ops && rtd->dai_link->compr_ops->shutdown) in soc_compr_free() 206 rtd->dai_link->compr_ops->shutdown(cstream); in soc_compr_free() 270 if (fe->dai_link->compr_ops && fe->dai_link->compr_ops->shutdown) in soc_compr_free_fe() 271 fe->dai_link->compr_ops->shutdown(cstream); in soc_compr_free_fe()
|
D | soc-pcm.c | 550 if (rtd->dai_link->ops && rtd->dai_link->ops->shutdown) in soc_pcm_open() 551 rtd->dai_link->ops->shutdown(substream); in soc_pcm_open() 559 if (codec_dai->driver->ops->shutdown) in soc_pcm_open() 560 codec_dai->driver->ops->shutdown(substream, codec_dai); in soc_pcm_open() 567 if (cpu_dai->driver->ops->shutdown) in soc_pcm_open() 568 cpu_dai->driver->ops->shutdown(substream, cpu_dai); in soc_pcm_open() 643 if (cpu_dai->driver->ops->shutdown) in soc_pcm_close() 644 cpu_dai->driver->ops->shutdown(substream, cpu_dai); in soc_pcm_close() 648 if (codec_dai->driver->ops->shutdown) in soc_pcm_close() 649 codec_dai->driver->ops->shutdown(substream, codec_dai); in soc_pcm_close() [all …]
|
/linux-4.1.27/drivers/target/iscsi/ |
D | iscsi_target_util.c | 730 void iscsit_free_cmd(struct iscsi_cmd *cmd, bool shutdown) in iscsit_free_cmd() argument 741 __iscsit_free_cmd(cmd, true, shutdown); in iscsit_free_cmd() 746 rc = transport_generic_free_cmd(&cmd->se_cmd, shutdown); in iscsit_free_cmd() 747 if (!rc && shutdown && se_cmd && se_cmd->se_sess) { in iscsit_free_cmd() 748 __iscsit_free_cmd(cmd, true, shutdown); in iscsit_free_cmd() 760 __iscsit_free_cmd(cmd, true, shutdown); in iscsit_free_cmd() 762 rc = transport_generic_free_cmd(&cmd->se_cmd, shutdown); in iscsit_free_cmd() 763 if (!rc && shutdown && se_cmd->se_sess) { in iscsit_free_cmd() 764 __iscsit_free_cmd(cmd, true, shutdown); in iscsit_free_cmd() 771 __iscsit_free_cmd(cmd, false, shutdown); in iscsit_free_cmd()
|
D | iscsi_target_tpg.c | 175 bool shutdown) in iscsit_clear_tpg_np_login_thread() argument 182 if (shutdown) in iscsit_clear_tpg_np_login_thread() 184 iscsit_reset_np_thread(tpg_np->tpg_np, tpg_np, tpg, shutdown); in iscsit_clear_tpg_np_login_thread() 189 bool shutdown) in iscsit_clear_tpg_np_login_threads() argument 200 iscsit_clear_tpg_np_login_thread(tpg_np, tpg, shutdown); in iscsit_clear_tpg_np_login_threads()
|
/linux-4.1.27/arch/x86/oprofile/ |
D | op_model_ppro.c | 196 .shutdown = &ppro_shutdown 244 .shutdown = &ppro_shutdown
|
D | op_x86_model.h | 50 void (*shutdown)(struct op_msrs const * const msrs); member
|
/linux-4.1.27/Documentation/sound/alsa/soc/ |
D | pops_clicks.txt | 22 shutdown and follows some basic rules:- 38 startup or shutdown.
|
D | codec.txt | 40 .shutdown = wm8731_shutdown, 119 void (*shutdown)(struct snd_pcm_substream *);
|
D | platform.txt | 16 void (*shutdown)(struct snd_pcm_substream *);
|
/linux-4.1.27/arch/mips/include/asm/ |
D | cdmm.h | 46 void (*shutdown)(struct mips_cdmm_device *); member
|
D | gio_device.h | 28 void (*shutdown)(struct gio_device *); member
|
/linux-4.1.27/arch/x86/kernel/ |
D | tboot.c | 224 void (*shutdown)(void); in tboot_shutdown() local 246 shutdown = (void(*)(void))(unsigned long)tboot->shutdown_entry; in tboot_shutdown() 247 shutdown(); in tboot_shutdown()
|
D | reboot.c | 680 .shutdown = native_machine_shutdown, 696 machine_ops.shutdown(); in machine_shutdown()
|
D | kvmclock.c | 258 machine_ops.shutdown = kvm_shutdown; in kvmclock_init()
|
/linux-4.1.27/Documentation/power/ |
D | drivers-testing.txt | 28 b) Load the driver and attempt to hibernate in the "reboot", "shutdown" and 35 in the "reboot", "shutdown" and "platform" modes.
|
D | basic-pm-debugging.txt | 16 resuming the system.] Moreover, hibernating in the "reboot" and "shutdown" 27 with broken BIOSes. In such cases the "shutdown" mode of hibernation might 30 # echo shutdown > /sys/power/disk 36 If neither "platform" nor "shutdown" hibernation mode works, you will need to 129 of hibernation is not likely to work. You can try the "shutdown" mode, but that 152 "reboot", "shutdown" and "platform" modes. If that does not work, there
|
D | interface.txt | 40 [shutdown] reboot test testproc 45 'shutdown'
|
/linux-4.1.27/arch/s390/include/asm/ |
D | ccwgroup.h | 50 void (*shutdown)(struct ccwgroup_device *); member
|
D | ccwdev.h | 142 void (*shutdown) (struct ccw_device *); member
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
D | bttv-if.c | 87 if(btv->shutdown) { in bttv_read_gpio()
|
D | bt878.h | 136 int shutdown; member
|
D | bt878.c | 440 bt->shutdown = 0; in bt878_probe() 542 bt->shutdown = 1; in bt878_remove()
|
/linux-4.1.27/drivers/input/misc/ |
D | cm109.c | 121 unsigned shutdown:1; member 388 if (likely(!dev->shutdown)) { in cm109_urb_irq_callback() 434 if (likely(!dev->shutdown)) { in cm109_urb_ctl_callback() 495 dev->shutdown = 1; in cm109_stop_traffic() 506 dev->shutdown = 0; in cm109_stop_traffic()
|
D | yealink.c | 121 unsigned int shutdown:1; member 454 if (!yld->shutdown) { in urb_irq_callback() 476 if (!yld->shutdown) in urb_ctl_callback() 482 if (!yld->shutdown) in urb_ctl_callback() 548 yld->shutdown = 1; in input_close() 558 yld->shutdown = 0; in input_close()
|
D | pcspkr.c | 132 .shutdown = pcspkr_shutdown,
|
D | m68kspkr.c | 106 .shutdown = m68kspkr_shutdown,
|
D | sparcspkr.c | 264 .shutdown = sparcspkr_shutdown, 343 .shutdown = sparcspkr_shutdown,
|
D | ixp4xx-beeper.c | 174 .shutdown = ixp4xx_spkr_shutdown,
|
/linux-4.1.27/arch/um/os-Linux/drivers/ |
D | ethertap_user.c | 203 if (shutdown(pri->data_fd, SHUT_RDWR) < 0) in etap_close() 207 if (shutdown(pri->control_fd, SHUT_RDWR) < 0) in etap_close()
|
/linux-4.1.27/drivers/ps3/ |
D | vuart.h | 48 void (*shutdown)(struct ps3_system_bus_device *); member
|
/linux-4.1.27/sound/pci/oxygen/ |
D | virtuoso.c | 104 .shutdown = oxygen_pci_shutdown,
|
D | se6x.c | 157 .shutdown = oxygen_pci_shutdown,
|
/linux-4.1.27/arch/m68k/ |
D | Kconfig | 99 kexec is a system call that implements the ability to shutdown your 107 is properly shutdown, so do not be surprised if this code does not
|
/linux-4.1.27/drivers/bus/ |
D | mips_cdmm.c | 207 BUILD_PERCPU_HELPER(void, shutdown) /* void mips_cdmm_shutdown(struct device) */ in BUILD_PERCPU_HELPER() 229 if (drv->shutdown) in BUILD_PERCPU_HELPER() 230 drv->drv.shutdown = mips_cdmm_shutdown; in BUILD_PERCPU_HELPER()
|
/linux-4.1.27/drivers/nfc/ |
D | nfcsim.c | 65 static void nfcsim_cleanup_dev(struct nfcsim *dev, u8 shutdown) in nfcsim_cleanup_dev() argument 67 DEV_DBG(dev, "shutdown=%d\n", shutdown); in nfcsim_cleanup_dev() 72 dev->shutting_down = shutdown; in nfcsim_cleanup_dev()
|
/linux-4.1.27/arch/ia64/hp/sim/ |
D | simserial.c | 331 static void shutdown(struct tty_port *port) in shutdown() function 481 .shutdown = shutdown,
|
/linux-4.1.27/drivers/virt/ |
D | Kconfig | 28 receiving the shutdown doorbell from a manager partition.
|
/linux-4.1.27/drivers/leds/trigger/ |
D | ledtrig-cpu.c | 91 .shutdown = ledtrig_cpu_syscore_shutdown,
|
/linux-4.1.27/drivers/usb/usbip/ |
D | usbip_event.c | 40 ud->eh_ops.shutdown(ud); in event_handler()
|
/linux-4.1.27/drivers/staging/fsl-mc/include/ |
D | mc.h | 43 void (*shutdown)(struct fsl_mc_device *dev); member
|
/linux-4.1.27/arch/arm/mach-sa1100/ |
D | h3100.c | 122 .shutdown = h3100_irda_shutdown,
|
D | h3600.c | 130 .shutdown = h3600_irda_shutdown,
|
/linux-4.1.27/Documentation/ |
D | dcdbas.txt | 6 power off after OS shutdown) on certain Dell systems. 66 4) Initiate OS shutdown.
|
/linux-4.1.27/net/sunrpc/ |
D | svc.c | 426 void (*shutdown)(struct svc_serv *serv, struct net *net)) in __svc_create() 443 serv->sv_shutdown = shutdown; in __svc_create() 489 void (*shutdown)(struct svc_serv *serv, struct net *net)) in svc_create() 491 return __svc_create(prog, bufsize, /*npools*/1, shutdown); in svc_create() 497 void (*shutdown)(struct svc_serv *serv, struct net *net), in svc_create_pooled() 503 serv = __svc_create(prog, bufsize, npools, shutdown); in svc_create_pooled()
|
/linux-4.1.27/virt/kvm/ |
D | eventfd.c | 95 struct work_struct shutdown; member 171 struct _irqfd *irqfd = container_of(work, struct _irqfd, shutdown); in irqfd_shutdown() 218 queue_work(irqfd_cleanup_wq, &irqfd->shutdown); in irqfd_deactivate() 325 INIT_WORK(&irqfd->shutdown, irqfd_shutdown); in kvm_irqfd_assign()
|
/linux-4.1.27/drivers/s390/cio/ |
D | css.h | 89 void (*shutdown)(struct subchannel *); member
|
D | ccwgroup.c | 475 if (gdrv->shutdown) in ccwgroup_shutdown() 476 gdrv->shutdown(gdev); in ccwgroup_shutdown() 550 .shutdown = ccwgroup_shutdown,
|
/linux-4.1.27/arch/mips/kvm/ |
D | Kconfig | 43 shutdown.
|
/linux-4.1.27/include/linux/sunrpc/ |
D | svc.h | 432 void (*shutdown)(struct svc_serv *, struct net *net)); 437 void (*shutdown)(struct svc_serv *, struct net *net),
|
/linux-4.1.27/drivers/gpu/host1x/ |
D | bus.c | 294 if (driver->shutdown) in host1x_device_shutdown() 295 driver->shutdown(device); in host1x_device_shutdown() 312 .shutdown = host1x_device_shutdown,
|
/linux-4.1.27/drivers/usb/storage/ |
D | uas.c | 45 unsigned shutdown:1; member 937 devinfo->shutdown = 0; in uas_probe() 1025 if (devinfo->shutdown) in uas_pre_reset() 1051 if (devinfo->shutdown) in uas_post_reset() 1147 devinfo->shutdown = 1; in uas_shutdown() 1162 .drvwrap.driver.shutdown = uas_shutdown,
|
/linux-4.1.27/drivers/scsi/ufs/ |
D | ufshcd-pci.c | 180 .shutdown = ufshcd_pci_shutdown,
|
/linux-4.1.27/sound/soc/omap/ |
D | osk5912.c | 74 .shutdown = osk_shutdown,
|
/linux-4.1.27/drivers/usb/phy/ |
D | phy-keystone.c | 95 k_phy->usb_phy_gen.phy.shutdown = keystone_usbphy_shutdown; in keystone_usbphy_probe()
|
D | phy-am335x.c | 63 am_phy->usb_phy_gen.phy.shutdown = am335x_shutdown; in am335x_phy_probe()
|
D | phy-rcar-usb.c | 212 priv->phy.shutdown = rcar_usb_phy_shutdown; in rcar_usb_phy_probe()
|
/linux-4.1.27/include/video/ |
D | exynos_mipi_dsim.h | 342 void (*shutdown)(struct mipi_dsim_lcd_device *dsim_dev); member
|
/linux-4.1.27/arch/arm64/boot/dts/arm/ |
D | rtsm_ve-motherboard.dtsi | 258 shutdown@0 { 259 compatible = "arm,vexpress-shutdown";
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_mipi_dsi.c | 886 drv->shutdown(dsi); in mipi_dsi_drv_shutdown() 906 if (drv->shutdown) in mipi_dsi_driver_register_full() 907 drv->driver.shutdown = mipi_dsi_drv_shutdown; in mipi_dsi_driver_register_full()
|
/linux-4.1.27/sound/core/ |
D | init.c | 408 if (card->shutdown) { in snd_card_disconnect() 412 card->shutdown = 1; in snd_card_disconnect() 946 if (card->shutdown) { in snd_card_file_add() 1024 if (card->shutdown) { in snd_power_wait()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | macio.h | 131 int (*shutdown)(struct macio_dev* dev); member
|
/linux-4.1.27/drivers/mtd/maps/ |
D | rbtx4939-flash.c | 127 .shutdown = rbtx4939_flash_shutdown,
|
D | pxa2xx-flash.c | 137 .shutdown = pxa2xx_flash_shutdown,
|
/linux-4.1.27/net/rds/ |
D | tcp_connect.c | 142 sock->ops->shutdown(sock, RCV_SHUTDOWN | SEND_SHUTDOWN); in rds_tcp_conn_shutdown()
|
/linux-4.1.27/drivers/staging/fsl-mc/bus/ |
D | mc-bus.c | 158 mc_drv->shutdown(mc_dev); in fsl_mc_driver_shutdown() 183 if (mc_driver->shutdown) in __fsl_mc_driver_register() 184 mc_driver->driver.shutdown = fsl_mc_driver_shutdown; in __fsl_mc_driver_register()
|
/linux-4.1.27/sound/soc/codecs/ |
D | uda1380.c | 636 .shutdown = uda1380_pcm_shutdown, 643 .shutdown = uda1380_pcm_shutdown, 650 .shutdown = uda1380_pcm_shutdown,
|
D | sta32x.c | 154 int shutdown; member 411 if (!sta32x->shutdown) in sta32x_watchdog() 420 sta32x->shutdown = 0; in sta32x_watchdog_start() 430 sta32x->shutdown = 1; in sta32x_watchdog_stop()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | ibmebus.c | 377 if (dev->driver && drv->shutdown) in ibmebus_bus_device_shutdown() 378 drv->shutdown(of_dev); in ibmebus_bus_device_shutdown() 722 .shutdown = ibmebus_bus_device_shutdown,
|
/linux-4.1.27/crypto/ |
D | algif_rng.c | 103 .shutdown = sock_no_shutdown,
|
D | algif_hash.c | 223 .shutdown = sock_no_shutdown, 331 .shutdown = sock_no_shutdown,
|
/linux-4.1.27/drivers/tty/hvc/ |
D | hvc_tile.c | 178 .shutdown = hvc_tile_shutdown,
|
/linux-4.1.27/drivers/net/irda/ |
D | pxaficp_ir.c | 921 if (si->pdata->shutdown) in pxa_irda_probe() 922 si->pdata->shutdown(si->dev); in pxa_irda_probe() 951 if (si->pdata->shutdown) in pxa_irda_remove() 952 si->pdata->shutdown(si->dev); in pxa_irda_remove()
|
D | sa1100_ir.c | 770 if (si->pdata->shutdown) in sa1100_irda_startup() 771 si->pdata->shutdown(si->dev); in sa1100_irda_startup() 789 if (si->pdata->shutdown) in sa1100_irda_shutdown() 790 si->pdata->shutdown(si->dev); in sa1100_irda_shutdown()
|
/linux-4.1.27/arch/alpha/oprofile/ |
D | common.c | 174 ops->shutdown = op_axp_shutdown; in oprofile_arch_init()
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | twl4030-power.txt | 5 binding only supports the complete shutdown of the system after poweroff.
|
/linux-4.1.27/drivers/macintosh/ |
D | macio_asic.c | 113 if (dev->driver && drv->shutdown) in macio_device_shutdown() 114 drv->shutdown(macio_dev); in macio_device_shutdown() 145 .shutdown = macio_device_shutdown,
|
/linux-4.1.27/arch/powerpc/oprofile/ |
D | common.c | 234 ops->shutdown = op_powerpc_shutdown; in oprofile_arch_init()
|
/linux-4.1.27/drivers/watchdog/ |
D | rt2880_wdt.c | 197 .shutdown = rt288x_wdt_shutdown,
|
D | txx9wdt.c | 167 .shutdown = txx9wdt_shutdown,
|
D | bcm2835_wdt.c | 167 .shutdown = bcm2835_wdt_shutdown,
|
D | menf21bmc_wdt.c | 194 .shutdown = menf21bmc_wdt_shutdown,
|
D | sirfsoc_wdt.c | 218 .shutdown = sirfsoc_wdt_shutdown,
|
D | acquirewdt.c | 295 .shutdown = acq_shutdown,
|
D | ib700wdt.c | 340 .shutdown = ibwdt_shutdown,
|
D | ks8695_wdt.c | 294 .shutdown = ks8695wdt_shutdown,
|
D | advantechwdt.c | 303 .shutdown = advwdt_shutdown,
|
D | geodewdt.c | 259 .shutdown = geodewdt_shutdown,
|
D | rc32434_wdt.c | 319 .shutdown = rc32434_wdt_shutdown,
|
/linux-4.1.27/arch/arm/include/asm/ |
D | ecard.h | 204 void (*shutdown)(struct expansion_card *); member
|
/linux-4.1.27/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_main.h | 105 void (*shutdown)(struct xgene_enet_pdata *pdata); member
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | renesas,rsrc-card.txt | 47 shutdown().
|
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
D | pci.h | 115 void (*shutdown)(struct pnv_phb *phb); member
|
/linux-4.1.27/net/nfc/ |
D | rawsock.c | 290 .shutdown = sock_no_shutdown, 310 .shutdown = sock_no_shutdown,
|
/linux-4.1.27/Documentation/watchdog/ |
D | watchdog-parameters.txt | 40 nowayout: Disable watchdog shutdown on close 148 nowayout: Disable watchdog shutdown on close 305 nowayout: Disable watchdog shutdown on close 337 nowayout: Disable watchdog shutdown on close
|
/linux-4.1.27/include/net/ |
D | af_vsock.h | 142 int (*shutdown)(struct vsock_sock *, int); member
|
/linux-4.1.27/include/linux/amba/ |
D | bus.h | 43 void (*shutdown)(struct amba_device *); member
|
/linux-4.1.27/net/atm/ |
D | pvc.c | 122 .shutdown = pvc_shutdown,
|
/linux-4.1.27/arch/powerpc/platforms/ps3/ |
D | system-bus.c | 440 if (drv->shutdown) in ps3_system_bus_shutdown() 441 drv->shutdown(dev); in ps3_system_bus_shutdown() 486 .shutdown = ps3_system_bus_shutdown,
|
/linux-4.1.27/drivers/misc/ |
D | atmel_tclib.c | 187 .shutdown = tc_shutdown,
|
/linux-4.1.27/drivers/tty/ |
D | tty_port.c | 216 if (port->ops->shutdown) in tty_port_shutdown() 217 port->ops->shutdown(port); in tty_port_shutdown()
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | bcm63xx_udc.c | 1574 bool shutdown = udc->ep0_req_reset || udc->ep0_req_shutdown; in bcm63xx_ep0_one_round() local 1599 } else if (shutdown) { in bcm63xx_ep0_one_round() 1619 } else if (shutdown) { in bcm63xx_ep0_one_round() 1632 } else if (shutdown) { in bcm63xx_ep0_one_round() 1645 } else if (shutdown) { in bcm63xx_ep0_one_round() 1664 } else if (shutdown) { in bcm63xx_ep0_one_round() 1688 if (shutdown) in bcm63xx_ep0_one_round()
|
/linux-4.1.27/drivers/mailbox/ |
D | arm_mhu.c | 116 .shutdown = mhu_shutdown,
|
/linux-4.1.27/include/drm/ |
D | drm_mipi_dsi.h | 229 void (*shutdown)(struct mipi_dsi_device *dsi); member
|
/linux-4.1.27/sound/drivers/pcsp/ |
D | pcsp.c | 228 .shutdown = pcsp_shutdown,
|
/linux-4.1.27/include/sound/ |
D | soc-dai.h | 168 void (*shutdown)(struct snd_pcm_substream *, member
|
/linux-4.1.27/arch/avr32/oprofile/ |
D | op_model_avr32.c | 212 .shutdown = avr32_perf_counter_shutdown,
|
/linux-4.1.27/sound/soc/pxa/ |
D | raumfeld.c | 137 .shutdown = raumfeld_cs4270_shutdown,
|
/linux-4.1.27/arch/arm/mach-omap1/ |
D | board-nokia770.c | 103 .shutdown = mipid_shutdown,
|
/linux-4.1.27/drivers/mtd/ubi/ |
D | wl.c | 569 int shutdown); 646 int shutdown) argument 657 if (shutdown) 1029 int shutdown) argument 1037 if (shutdown) {
|
/linux-4.1.27/net/ipv4/ |
D | af_inet.c | 804 if (sk->sk_prot->shutdown) in inet_shutdown() 805 sk->sk_prot->shutdown(sk, how); in inet_shutdown() 911 .shutdown = inet_shutdown, 939 .shutdown = inet_shutdown, 970 .shutdown = inet_shutdown,
|
/linux-4.1.27/drivers/xen/xenbus/ |
D | xenbus_probe_backend.c | 202 .shutdown = xenbus_dev_shutdown,
|