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

1234567891011>>

/drivers/base/
H A Dsyscore.c118 * syscore_shutdown - Execute all the registered system core shutdown callbacks.
127 if (ops->shutdown) {
129 pr_info("PM: Calling %pF\n", ops->shutdown);
130 ops->shutdown();
H A Disa.c62 if (isa_driver->shutdown)
63 isa_driver->shutdown(dev, to_isa_dev(dev)->id);
91 .shutdown = isa_bus_shutdown,
H A Ddriver.c156 (drv->bus->shutdown && drv->shutdown))
/drivers/oprofile/
H A Doprof.c81 if (oprofile_ops.shutdown)
82 oprofile_ops.shutdown();
220 if (oprofile_ops.shutdown)
221 oprofile_ops.shutdown();
H A Dtimer_int.c114 ops->shutdown = oprofile_hrtimer_shutdown;
/drivers/ps3/
H A Dvuart.h48 void (*shutdown)(struct ps3_system_bus_device *); member in struct:ps3_vuart_port_driver
/drivers/usb/host/
H A Dehci-sh.c47 .shutdown = ehci_shutdown,
192 if (hcd->driver->shutdown)
193 hcd->driver->shutdown(hcd);
199 .shutdown = ehci_hcd_sh_shutdown,
H A Dohci-sa1111.c96 .shutdown = ohci_shutdown,
228 * ohci_hcd_sa1111_remove - shutdown processing for SA-1111-based HCDs
251 hcd->driver->shutdown(hcd);
264 .shutdown = ohci_hcd_sa1111_shutdown,
H A Dehci-grlib.c54 .shutdown = ehci_shutdown,
187 .shutdown = usb_hcd_platform_shutdown,
H A Dehci-octeon.c62 .shutdown = ehci_shutdown,
181 .shutdown = usb_hcd_platform_shutdown,
H A Dehci-sead3.c67 .shutdown = ehci_shutdown,
179 .shutdown = usb_hcd_platform_shutdown,
H A Dohci-octeon.c82 .shutdown = ohci_shutdown,
195 .shutdown = usb_hcd_platform_shutdown,
H A Dehci-mv.c107 .shutdown = ehci_shutdown,
321 if (hcd->driver->shutdown)
322 hcd->driver->shutdown(hcd);
328 .shutdown = mv_ehci_shutdown,
H A Dehci-ppc-of.c41 .shutdown = ehci_shutdown,
234 .shutdown = usb_hcd_platform_shutdown,
H A Dehci-tilegx.c72 .shutdown = ehci_shutdown,
210 .shutdown = ehci_hcd_tilegx_drv_shutdown,
H A Dehci-xilinx-of.c91 .shutdown = ehci_shutdown,
208 * ehci_hcd_xilinx_of_remove - shutdown hcd and release resources
236 .shutdown = usb_hcd_platform_shutdown,
H A Dohci-ppc-of.c59 .shutdown = ohci_shutdown,
229 .shutdown = usb_hcd_platform_shutdown,
H A Dohci-tilegx.c73 .shutdown = ohci_shutdown,
199 .shutdown = ohci_hcd_tilegx_drv_shutdown,
/drivers/media/pci/cx23885/
H A Dcx23885-input.c110 params.shutdown = atomic_read(&dev->ir_input_stopping);
121 params.shutdown = atomic_read(&dev->ir_input_stopping);
149 params.shutdown = false;
177 params.shutdown = false;
225 * It is shutdown this way in order to mitigate a race with
231 while (params.shutdown == false) {
234 params.shutdown = true;
/drivers/mmc/core/
H A Dbus.c134 if (dev->driver && drv->shutdown)
135 drv->shutdown(card);
137 if (host->bus_ops->shutdown) {
138 ret = host->bus_ops->shutdown(host);
140 pr_warn("%s: error %d during shutdown\n",
212 .shutdown = mmc_bus_shutdown,
H A Dcore.h29 int (*shutdown)(struct mmc_host *); member in struct:mmc_bus_ops
/drivers/virt/
H A DKconfig28 receiving the shutdown doorbell from a manager partition.
/drivers/media/pci/bt8xx/
H A Dbttv-if.c87 if(btv->shutdown) {
/drivers/s390/char/
H A Dhmcdrv_ftp.c27 * @shutdown: shutdown function
32 void (*shutdown)(void); member in struct:hmcdrv_ftp_ops
42 static unsigned hmcdrv_ftp_refcnt; /* start/shutdown reference counter */
295 .shutdown = diag_ftp_shutdown,
301 .shutdown = sclp_ftp_shutdown,
330 * hmcdrv_ftp_shutdown() - shutdown of HMC drive FTP functionality for a
339 hmcdrv_ftp_funcs->shutdown();
/drivers/leds/trigger/
H A Dledtrig-cpu.c91 .shutdown = ledtrig_cpu_syscore_shutdown,

Completed in 765 milliseconds

1234567891011>>