/drivers/media/pci/cx23885/ |
D | cx23885-input.c | 113 params.shutdown = atomic_read(&dev->ir_input_stopping); in cx23885_input_rx_work_handler() 124 params.shutdown = atomic_read(&dev->ir_input_stopping); in cx23885_input_rx_work_handler() 152 params.shutdown = false; in cx23885_input_ir_start() 178 params.shutdown = false; in cx23885_input_ir_start() 232 while (params.shutdown == false) { in cx23885_input_ir_stop() 235 params.shutdown = true; in cx23885_input_ir_stop()
|
D | cx23888-ir.c | 745 state->rx_params.shutdown = true; in cx23888_ir_rx_shutdown() 759 if (p->shutdown) in cx23888_ir_rx_s_parameters() 767 o->shutdown = p->shutdown; in cx23888_ir_rx_s_parameters() 873 state->tx_params.shutdown = true; in cx23888_ir_tx_shutdown() 887 if (p->shutdown) in cx23888_ir_tx_s_parameters() 895 o->shutdown = p->shutdown; in cx23888_ir_tx_s_parameters() 1176 .shutdown = true, 1195 .shutdown = true,
|
/drivers/usb/host/ |
D | ehci-xilinx-of.c | 90 .shutdown = ehci_shutdown, 234 if (hcd->driver->shutdown) in ehci_hcd_xilinx_of_shutdown() 235 hcd->driver->shutdown(hcd); in ehci_hcd_xilinx_of_shutdown() 248 .shutdown = ehci_hcd_xilinx_of_shutdown,
|
D | ehci-grlib.c | 54 .shutdown = ehci_shutdown, 176 if (hcd->driver->shutdown) in ehci_hcd_grlib_shutdown() 177 hcd->driver->shutdown(hcd); in ehci_hcd_grlib_shutdown() 196 .shutdown = ehci_hcd_grlib_shutdown,
|
D | ohci-omap3.c | 89 .shutdown = ohci_shutdown, 238 if (hcd->driver->shutdown) in ohci_hcd_omap3_shutdown() 239 hcd->driver->shutdown(hcd); in ohci_hcd_omap3_shutdown() 252 .shutdown = ohci_hcd_omap3_shutdown,
|
D | ohci-ppc-of.c | 57 .shutdown = ohci_shutdown, 208 if (hcd->driver->shutdown) in ohci_hcd_ppc_of_shutdown() 209 hcd->driver->shutdown(hcd); in ohci_hcd_ppc_of_shutdown() 247 .shutdown = ohci_hcd_ppc_of_shutdown,
|
D | ehci-sh.c | 47 .shutdown = ehci_shutdown, 192 if (hcd->driver->shutdown) in ehci_hcd_sh_shutdown() 193 hcd->driver->shutdown(hcd); in ehci_hcd_sh_shutdown() 199 .shutdown = ehci_hcd_sh_shutdown,
|
D | ehci-ppc-of.c | 39 .shutdown = ehci_shutdown, 224 if (hcd->driver->shutdown) in ehci_hcd_ppc_of_shutdown() 225 hcd->driver->shutdown(hcd); in ehci_hcd_ppc_of_shutdown() 241 .shutdown = ehci_hcd_ppc_of_shutdown,
|
D | ehci-hub.c | 365 if (!HCD_HW_ACCESSIBLE(hcd) || ehci->shutdown) in ehci_bus_resume() 366 goto shutdown; in ehci_bus_resume() 418 if (ehci->shutdown) in ehci_bus_resume() 419 goto shutdown; in ehci_bus_resume() 437 if (ehci->shutdown) in ehci_bus_resume() 438 goto shutdown; in ehci_bus_resume() 459 if (ehci->shutdown) in ehci_bus_resume() 460 goto shutdown; in ehci_bus_resume() 480 if (ehci->shutdown) in ehci_bus_resume() 481 goto shutdown; in ehci_bus_resume() [all …]
|
D | ohci-sa1111.c | 96 .shutdown = ohci_shutdown, 243 hcd->driver->shutdown(hcd); in ohci_hcd_sa1111_shutdown() 256 .shutdown = ohci_hcd_sa1111_shutdown,
|
D | ohci-exynos.c | 84 .shutdown = ohci_shutdown, 245 if (hcd->driver->shutdown) in exynos_ohci_shutdown() 246 hcd->driver->shutdown(hcd); in exynos_ohci_shutdown() 326 .shutdown = exynos_ohci_shutdown,
|
D | ehci-mv.c | 107 .shutdown = ehci_shutdown, 328 if (hcd->driver->shutdown) in mv_ehci_shutdown() 329 hcd->driver->shutdown(hcd); in mv_ehci_shutdown() 335 .shutdown = mv_ehci_shutdown,
|
D | ehci-omap.c | 278 if (hcd->driver->shutdown) in ehci_hcd_omap_shutdown() 279 hcd->driver->shutdown(hcd); in ehci_hcd_omap_shutdown() 292 .shutdown = ehci_hcd_omap_shutdown,
|
D | ehci-mxc.c | 205 if (hcd->driver->shutdown) in ehci_mxc_drv_shutdown() 206 hcd->driver->shutdown(hcd); in ehci_mxc_drv_shutdown() 214 .shutdown = ehci_mxc_drv_shutdown,
|
D | ehci-sead3.c | 67 .shutdown = ehci_shutdown, 179 .shutdown = usb_hcd_platform_shutdown,
|
D | ohci-tilegx.c | 73 .shutdown = ohci_shutdown, 199 .shutdown = ohci_hcd_tilegx_drv_shutdown,
|
/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()
|
/drivers/base/ |
D | syscore.c | 123 if (ops->shutdown) { in syscore_shutdown() 125 pr_info("PM: Calling %pF\n", ops->shutdown); in syscore_shutdown() 126 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,
|
/drivers/mmc/core/ |
D | bus.c | 132 if (dev->driver && drv->shutdown) in mmc_bus_shutdown() 133 drv->shutdown(card); in mmc_bus_shutdown() 135 if (host->bus_ops->shutdown) { in mmc_bus_shutdown() 136 ret = host->bus_ops->shutdown(host); in mmc_bus_shutdown() 203 .shutdown = mmc_bus_shutdown,
|
/drivers/spi/ |
D | spi-ti-ssp.c | 38 bool shutdown; member 234 if (hw->shutdown) in ti_ssp_spi_work() 281 if (hw->shutdown) { in ti_ssp_spi_transfer() 365 hw->shutdown = 1; in ti_ssp_spi_remove() 369 hw->shutdown = 0; in ti_ssp_spi_remove()
|
/drivers/staging/line6/ |
D | capture.c | 207 int i, index, length = 0, shutdown = 0; in audio_in_callback() local 227 shutdown = 1; in audio_in_callback() 257 shutdown = 1; in audio_in_callback() 261 if (!shutdown) { in audio_in_callback()
|
/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,
|
/drivers/pnp/ |
D | driver.c | 143 if (drv && drv->shutdown) in pnp_device_shutdown() 144 drv->shutdown(pnp_dev); in pnp_device_shutdown() 218 .shutdown = pnp_device_shutdown,
|
/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()
|