/linux-4.4.14/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.4.14/tools/testing/selftests/mqueue/ |
D | mq_perf_tests.c | 152 void shutdown(int exit_val, char *err_cause, int line_no); 171 void shutdown(int exit_val, char *err_cause, int line_no) in shutdown() function 215 shutdown(0, "", 0); in sig_action_SIGUSR1() 227 shutdown(0, "", 0); in sig_action() 238 shutdown(4, "Error reading /proc entry", __LINE__); in get() 248 return shutdown(5, "Failed writing to /proc file", __LINE__); in set() 251 return shutdown(5, "We didn't get what we wrote to /proc back", in set() 268 shutdown(6, "getrlimit()", __LINE__); in getr() 274 shutdown(7, "setrlimit()", __LINE__); in setr() 294 shutdown(1, "mq_open()", __LINE__); in open_queue() [all …]
|
D | mq_open_tests.c | 59 void shutdown(int exit_val, char *err_cause, int line_no); 76 void shutdown(int exit_val, char *err_cause, int line_no) in shutdown() function 120 shutdown(4, "Error reading /proc entry", __LINE__ - 1); in get() 130 return shutdown(5, "Failed writing to /proc file", in set() 134 return shutdown(5, "We didn't get what we wrote to /proc back", in set() 141 shutdown(6, "getrlimit()", __LINE__ - 1); in getr() 147 shutdown(7, "setrlimit()", __LINE__ - 1); in setr() 203 shutdown(1, "mq_open()", __LINE__); in test_queue() 205 shutdown(1, "mq_getattr()", __LINE__); in test_queue() 207 shutdown(1, "mq_close()", __LINE__); in test_queue() [all …]
|
/linux-4.4.14/Documentation/mic/mpssd/ |
D | micctrl | 103 echo shutdown > $f/state 106 shutdown() function 163 shutdown $2
|
/linux-4.4.14/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.4.14/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.4.14/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 | 386 if (!HCD_HW_ACCESSIBLE(hcd) || ehci->shutdown) in ehci_bus_resume() 387 goto shutdown; in ehci_bus_resume() 439 if (ehci->shutdown) in ehci_bus_resume() 440 goto shutdown; in ehci_bus_resume() 458 if (ehci->shutdown) in ehci_bus_resume() 459 goto shutdown; in ehci_bus_resume() 483 if (ehci->shutdown) in ehci_bus_resume() 484 goto shutdown; in ehci_bus_resume() 503 if (ehci->shutdown) in ehci_bus_resume() 504 goto shutdown; in ehci_bus_resume() [all …]
|
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 | ehci-grlib.c | 54 .shutdown = ehci_shutdown, 187 .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 | 372 ehci->shutdown = true; in ehci_shutdown() 818 ehci->shutdown = true; in ehci_irq() 1124 if (ehci->shutdown) in ehci_resume() 1139 if (ehci->shutdown) in ehci_resume() 1160 if (ehci->shutdown) in ehci_resume() 1200 .shutdown = ehci_shutdown,
|
D | ohci-da8xx.c | 254 .shutdown = ohci_shutdown, 428 .shutdown = usb_hcd_platform_shutdown,
|
D | ehci-tegra.c | 551 if (hcd->driver->shutdown) in tegra_ehci_hcd_shutdown() 552 hcd->driver->shutdown(hcd); in tegra_ehci_hcd_shutdown() 558 .shutdown = tegra_ehci_hcd_shutdown,
|
D | ohci-omap3.c | 183 .shutdown = usb_hcd_platform_shutdown,
|
D | ohci-tmio.c | 164 .shutdown = ohci_shutdown, 366 .shutdown = usb_hcd_platform_shutdown,
|
D | uhci-platform.c | 148 .shutdown = uhci_hcd_platform_shutdown,
|
D | uhci-grlib.c | 188 .shutdown = uhci_hcd_grlib_shutdown,
|
D | ehci-spear.c | 157 .shutdown = usb_hcd_platform_shutdown,
|
/linux-4.4.14/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.4.14/arch/sh/kernel/ |
D | reboot.c | 69 .shutdown = native_machine_shutdown, 84 machine_ops.shutdown(); in machine_shutdown()
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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() 136 .shutdown = soundbus_device_shutdown,
|
D | soundbus.h | 191 int (*shutdown)(struct soundbus_dev* dev); member
|
/linux-4.4.14/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.4.14/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.4.14/sound/hda/ext/ |
D | hdac_ext_bus.c | 231 return (get_edrv(dev))->shutdown(get_edev(dev)); in hdac_ext_drv_shutdown() 249 if (drv->shutdown) in snd_hda_ext_driver_register() 250 drv->hdac.driver.shutdown = hdac_ext_drv_shutdown; in snd_hda_ext_driver_register()
|
/linux-4.4.14/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.4.14/sound/arm/ |
D | pxa2xx-ac97.c | 100 if (platform_ops && platform_ops->shutdown) in pxa2xx_ac97_pcm_shutdown() 101 platform_ops->shutdown(substream, platform_ops->priv); in pxa2xx_ac97_pcm_shutdown() 116 .shutdown = pxa2xx_ac97_pcm_shutdown,
|
D | pxa2xx-pcm.h | 22 void (*shutdown)(struct snd_pcm_substream *); member
|
D | pxa2xx-pcm.c | 66 client->shutdown(substream); in pxa2xx_pcm_close()
|
/linux-4.4.14/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.4.14/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()
|
D | hci_bcm.c | 56 struct gpio_desc *shutdown; member 151 gpiod_set_value(dev->shutdown, powered); in bcm_gpio_set_power() 704 dev->shutdown = devm_gpiod_get_optional(&pdev->dev, "shutdown", in bcm_acpi_probe() 706 if (IS_ERR(dev->shutdown)) in bcm_acpi_probe() 707 return PTR_ERR(dev->shutdown); in bcm_acpi_probe() 727 if ((!dev->device_wakeup && !dev->shutdown) || !dev->name) { in bcm_acpi_probe()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-mic.txt | 46 written to this entry if the card was previously shutdown 61 "shutdown" - Initiates card OS shutdown. 69 OS can shutdown because of various reasons. When read, this 70 entry provides the status on why the card OS was shutdown. 72 "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.4.14/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.4.14/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 | 196 .shutdown = intel_soc_pmic_shutdown,
|
/linux-4.4.14/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() 678 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 | 42 atomic_t shutdown; member
|
/linux-4.4.14/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.4.14/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.4.14/arch/sh/include/asm/ |
D | reboot.h | 12 void (*shutdown)(void); member
|
/linux-4.4.14/arch/arm/mach-pxa/include/mach/ |
D | audio.h | 20 void (*shutdown)(struct snd_pcm_substream *, void *); member
|
/linux-4.4.14/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.4.14/include/linux/ |
D | syscore_ops.h | 18 void (*shutdown)(void); member
|
D | isa.h | 15 void (*shutdown)(struct device *, unsigned int); member
|
D | kvm_irqfd.h | 66 struct work_struct shutdown; 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 | vfio.h | 128 struct work_struct shutdown; member
|
D | oprofile.h | 57 void (*shutdown)(void); member
|
D | vme.h | 116 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.4.14/sound/usb/6fire/ |
D | chip.h | 23 bool shutdown; member
|
D | chip.c | 194 chip->shutdown = true; in usb6fire_chip_disconnect()
|
/linux-4.4.14/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.4.14/arch/x86/include/asm/ |
D | reboot.h | 12 void (*shutdown)(void); member
|
/linux-4.4.14/arch/c6x/platforms/ |
D | timer64.c | 144 static int shutdown(struct clock_event_device *evt) in shutdown() function 156 .set_state_shutdown = shutdown,
|
/linux-4.4.14/Documentation/devicetree/bindings/thermal/ |
D | rockchip-thermal.txt | 23 - rockchip,hw-tshut-temp : The hardware-controlled shutdown temperature value. 24 - 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.4.14/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.4.14/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.4.14/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.4.14/arch/arm/boot/dts/ |
D | am335x-bone-common.dtsi | 298 * [PATCH] ARM: dts: am335x-bone* enable pmic-shutdown-controller 304 * &tps { /delete-property/ ti,pmic-shutdown-controller; } 307 * measurement after shutdown: it should be less than 1 mA.) 309 ti,pmic-shutdown-controller;
|
/linux-4.4.14/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 | 580 if (rtd->dai_link->ops && rtd->dai_link->ops->shutdown) in soc_pcm_open() 581 rtd->dai_link->ops->shutdown(substream); in soc_pcm_open() 589 if (codec_dai->driver->ops->shutdown) in soc_pcm_open() 590 codec_dai->driver->ops->shutdown(substream, codec_dai); in soc_pcm_open() 597 if (cpu_dai->driver->ops->shutdown) in soc_pcm_open() 598 cpu_dai->driver->ops->shutdown(substream, cpu_dai); in soc_pcm_open() 673 if (cpu_dai->driver->ops->shutdown) in soc_pcm_close() 674 cpu_dai->driver->ops->shutdown(substream, cpu_dai); in soc_pcm_close() 678 if (codec_dai->driver->ops->shutdown) in soc_pcm_close() 679 codec_dai->driver->ops->shutdown(substream, codec_dai); in soc_pcm_close() [all …]
|
/linux-4.4.14/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 | 177 bool shutdown) in iscsit_clear_tpg_np_login_thread() argument 184 if (shutdown) in iscsit_clear_tpg_np_login_thread() 186 iscsit_reset_np_thread(tpg_np->tpg_np, tpg_np, tpg, shutdown); in iscsit_clear_tpg_np_login_thread() 191 bool shutdown) in iscsit_clear_tpg_np_login_threads() argument 202 iscsit_clear_tpg_np_login_thread(tpg_np, tpg, shutdown); in iscsit_clear_tpg_np_login_threads()
|
/linux-4.4.14/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.4.14/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.4.14/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()
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/drivers/net/ieee802154/ |
D | atusb.c | 46 int shutdown; /* non-zero if shutting down */ member 201 if (atusb->shutdown) in atusb_work_urbs() 299 if (!atusb->shutdown) in atusb_in() 621 atusb->shutdown = 0; in atusb_probe() 726 atusb->shutdown = 1; in atusb_disconnect()
|
/linux-4.4.14/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 | 265 .shutdown = sparcspkr_shutdown, 345 .shutdown = sparcspkr_shutdown,
|
D | ixp4xx-beeper.c | 174 .shutdown = ixp4xx_spkr_shutdown,
|
/linux-4.4.14/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.4.14/sound/pci/oxygen/ |
D | virtuoso.c | 104 .shutdown = oxygen_pci_shutdown,
|
D | se6x.c | 157 .shutdown = oxygen_pci_shutdown,
|
/linux-4.4.14/drivers/ps3/ |
D | vuart.h | 48 void (*shutdown)(struct ps3_system_bus_device *); member
|
/linux-4.4.14/arch/m68k/ |
D | Kconfig | 100 kexec is a system call that implements the ability to shutdown your 108 is properly shutdown, so do not be surprised if this code does not
|
/linux-4.4.14/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.4.14/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.4.14/arch/ia64/hp/sim/ |
D | simserial.c | 331 static void shutdown(struct tty_port *port) in shutdown() function 481 .shutdown = shutdown,
|
/linux-4.4.14/drivers/virt/ |
D | Kconfig | 28 receiving the shutdown doorbell from a manager partition.
|
/linux-4.4.14/drivers/leds/trigger/ |
D | ledtrig-cpu.c | 91 .shutdown = ledtrig_cpu_syscore_shutdown,
|
/linux-4.4.14/Documentation/DocBook/ |
D | z8530book.xml.db | 10 API-z8530-shutdown
|
/linux-4.4.14/drivers/usb/usbip/ |
D | usbip_event.c | 40 ud->eh_ops.shutdown(ud); in event_handler()
|
/linux-4.4.14/drivers/staging/fsl-mc/include/ |
D | mc.h | 43 void (*shutdown)(struct fsl_mc_device *dev); member
|
/linux-4.4.14/arch/arm/mach-sa1100/ |
D | h3100.c | 122 .shutdown = h3100_irda_shutdown,
|
D | h3600.c | 130 .shutdown = h3600_irda_shutdown,
|
/linux-4.4.14/Documentation/ |
D | dcdbas.txt | 6 power off after OS shutdown) on certain Dell systems. 66 4) Initiate OS shutdown.
|
/linux-4.4.14/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.4.14/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.4.14/arch/mips/kvm/ |
D | Kconfig | 43 shutdown.
|
/linux-4.4.14/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.4.14/drivers/usb/storage/ |
D | uas.c | 45 unsigned shutdown:1; member 934 devinfo->shutdown = 0; in uas_probe() 1024 if (devinfo->shutdown) in uas_pre_reset() 1050 if (devinfo->shutdown) in uas_post_reset() 1146 devinfo->shutdown = 1; in uas_shutdown() 1161 .drvwrap.driver.shutdown = uas_shutdown,
|
/linux-4.4.14/drivers/scsi/ufs/ |
D | ufshcd-pci.c | 180 .shutdown = ufshcd_pci_shutdown,
|
/linux-4.4.14/include/video/ |
D | exynos_mipi_dsim.h | 342 void (*shutdown)(struct mipi_dsim_lcd_device *dsim_dev); member
|
/linux-4.4.14/sound/soc/omap/ |
D | osk5912.c | 74 .shutdown = osk_shutdown,
|
/linux-4.4.14/arch/arm64/boot/dts/arm/ |
D | rtsm_ve-motherboard.dtsi | 260 shutdown@0 { 261 compatible = "arm,vexpress-shutdown";
|
/linux-4.4.14/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.4.14/sound/core/ |
D | init.c | 401 if (card->shutdown) { in snd_card_disconnect() 405 card->shutdown = 1; in snd_card_disconnect() 920 if (card->shutdown) { in snd_card_file_add() 998 if (card->shutdown) { in snd_power_wait()
|
/linux-4.4.14/crypto/ |
D | algif_rng.c | 103 .shutdown = sock_no_shutdown,
|
D | algif_hash.c | 231 .shutdown = sock_no_shutdown, 339 .shutdown = sock_no_shutdown,
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | macio.h | 131 int (*shutdown)(struct macio_dev* dev); member
|
/linux-4.4.14/drivers/mtd/maps/ |
D | rbtx4939-flash.c | 127 .shutdown = rbtx4939_flash_shutdown,
|
D | pxa2xx-flash.c | 137 .shutdown = pxa2xx_flash_shutdown,
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | mshyperv.c | 190 machine_ops.shutdown = hv_machine_shutdown; in ms_hyperv_init_platform()
|
/linux-4.4.14/net/rds/ |
D | tcp_connect.c | 145 sock->ops->shutdown(sock, RCV_SHUTDOWN | SEND_SHUTDOWN); in rds_tcp_conn_shutdown()
|
/linux-4.4.14/sound/soc/codecs/ |
D | uda1380.c | 630 .shutdown = uda1380_pcm_shutdown, 637 .shutdown = uda1380_pcm_shutdown, 644 .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.4.14/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.4.14/drivers/tty/hvc/ |
D | hvc_tile.c | 179 .shutdown = hvc_tile_shutdown,
|
/linux-4.4.14/drivers/misc/mic/ |
D | Kconfig | 63 Core (MIC) device family. The card driver communicates shutdown/ 102 shutdown, reset and reboot of MIC devices.
|
/linux-4.4.14/sound/soc/intel/skylake/ |
D | skl-pcm.c | 461 .shutdown = skl_pcm_close, 471 .shutdown = skl_be_shutdown, 477 .shutdown = skl_be_shutdown, 486 .shutdown = skl_be_shutdown,
|
/linux-4.4.14/drivers/net/irda/ |
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()
|
D | pxaficp_ir.c | 1030 if (si->pdata->shutdown) in pxa_irda_probe() 1031 si->pdata->shutdown(si->dev); in pxa_irda_probe() 1052 if (si->pdata->shutdown) in pxa_irda_remove() 1053 si->pdata->shutdown(si->dev); in pxa_irda_remove()
|
/linux-4.4.14/arch/alpha/oprofile/ |
D | common.c | 174 ops->shutdown = op_axp_shutdown; in oprofile_arch_init()
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | twl4030-power.txt | 5 binding only supports the complete shutdown of the system after poweroff.
|
/linux-4.4.14/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.4.14/drivers/staging/fsl-mc/bus/ |
D | mc-bus.c | 162 mc_drv->shutdown(mc_dev); in fsl_mc_driver_shutdown() 187 if (mc_driver->shutdown) in __fsl_mc_driver_register() 188 mc_driver->driver.shutdown = fsl_mc_driver_shutdown; in __fsl_mc_driver_register()
|
/linux-4.4.14/arch/arm/include/asm/ |
D | ecard.h | 204 void (*shutdown)(struct expansion_card *); member
|
/linux-4.4.14/drivers/watchdog/ |
D | rt2880_wdt.c | 198 .shutdown = rt288x_wdt_shutdown,
|
D | txx9wdt.c | 168 .shutdown = txx9wdt_shutdown,
|
D | sirfsoc_wdt.c | 219 .shutdown = sirfsoc_wdt_shutdown,
|
D | menf21bmc_wdt.c | 195 .shutdown = menf21bmc_wdt_shutdown,
|
D | acquirewdt.c | 295 .shutdown = acq_shutdown,
|
D | digicolor_wdt.c | 196 .shutdown = dc_wdt_shutdown,
|
D | advantechwdt.c | 303 .shutdown = advwdt_shutdown,
|
D | ks8695_wdt.c | 291 .shutdown = ks8695wdt_shutdown,
|
D | geodewdt.c | 259 .shutdown = geodewdt_shutdown,
|
/linux-4.4.14/arch/powerpc/oprofile/ |
D | common.c | 234 ops->shutdown = op_powerpc_shutdown; in oprofile_arch_init()
|
/linux-4.4.14/drivers/tty/ |
D | tty_port.c | 215 if (port->ops->shutdown) in tty_port_shutdown() 216 port->ops->shutdown(port); in tty_port_shutdown()
|
/linux-4.4.14/net/nfc/ |
D | rawsock.c | 290 .shutdown = sock_no_shutdown, 310 .shutdown = sock_no_shutdown,
|
/linux-4.4.14/Documentation/watchdog/ |
D | watchdog-parameters.txt | 40 nowayout: Disable watchdog shutdown on close 148 nowayout: Disable watchdog shutdown on close 308 nowayout: Disable watchdog shutdown on close 340 nowayout: Disable watchdog shutdown on close
|
/linux-4.4.14/net/atm/ |
D | pvc.c | 122 .shutdown = pvc_shutdown,
|
/linux-4.4.14/include/linux/amba/ |
D | bus.h | 43 void (*shutdown)(struct amba_device *); member
|
/linux-4.4.14/include/net/ |
D | af_vsock.h | 145 int (*shutdown)(struct vsock_sock *, int); member
|
/linux-4.4.14/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.4.14/drivers/misc/ |
D | atmel_tclib.c | 191 .shutdown = tc_shutdown,
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | bcm63xx_udc.c | 1595 bool shutdown = udc->ep0_req_reset || udc->ep0_req_shutdown; in bcm63xx_ep0_one_round() local 1620 } else if (shutdown) { in bcm63xx_ep0_one_round() 1640 } else if (shutdown) { in bcm63xx_ep0_one_round() 1653 } else if (shutdown) { in bcm63xx_ep0_one_round() 1666 } else if (shutdown) { in bcm63xx_ep0_one_round() 1685 } else if (shutdown) { in bcm63xx_ep0_one_round() 1709 if (shutdown) in bcm63xx_ep0_one_round()
|
/linux-4.4.14/sound/drivers/pcsp/ |
D | pcsp.c | 225 .shutdown = pcsp_shutdown,
|
/linux-4.4.14/drivers/mailbox/ |
D | bcm2835-mailbox.c | 129 .shutdown = bcm2835_shutdown,
|
D | arm_mhu.c | 116 .shutdown = mhu_shutdown,
|
/linux-4.4.14/include/sound/ |
D | soc-dai.h | 183 void (*shutdown)(struct snd_pcm_substream *, member
|
D | hdaudio_ext.h | 202 void (*shutdown)(struct hdac_ext_device *dev); member
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | renesas,rsrc-card.txt | 54 shutdown().
|
/linux-4.4.14/sound/soc/pxa/ |
D | poodle.c | 135 .shutdown = poodle_shutdown,
|
/linux-4.4.14/include/drm/ |
D | drm_mipi_dsi.h | 229 void (*shutdown)(struct mipi_dsi_device *dsi); member
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | board-nokia770.c | 103 .shutdown = mipid_shutdown,
|
/linux-4.4.14/arch/avr32/oprofile/ |
D | op_model_avr32.c | 212 .shutdown = avr32_perf_counter_shutdown,
|