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

1234567891011>>

/drivers/base/
H A Dsyscore.c111 * syscore_shutdown - Execute all the registered system core shutdown callbacks.
120 if (ops->shutdown) {
122 pr_info("PM: Calling %pF\n", ops->shutdown);
123 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.c173 (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();
/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-grlib.c75 .shutdown = ehci_shutdown,
216 if (hcd->driver->shutdown)
217 hcd->driver->shutdown(hcd);
236 .shutdown = ehci_hcd_grlib_shutdown,
H A Dehci-xilinx-of.c113 .shutdown = ehci_shutdown,
244 * ehci_hcd_xilinx_of_remove - shutdown hcd and release resources
268 * ehci_hcd_xilinx_of_shutdown - shutdown the hcd
271 * Properly shutdown the hcd, call driver's shutdown routine.
277 if (hcd->driver->shutdown)
278 hcd->driver->shutdown(hcd);
293 .shutdown = ehci_hcd_xilinx_of_shutdown,
H A Dohci-omap3.c88 .shutdown = ohci_shutdown,
205 * ohci_hcd_omap3_remove - shutdown processing for OHCI HCDs
229 if (hcd->driver->shutdown)
230 hcd->driver->shutdown(hcd);
236 .shutdown = ohci_hcd_omap3_shutdown,
H A Dohci-ppc-of.c56 .shutdown = ohci_shutdown,
207 if (hcd->driver->shutdown)
208 hcd->driver->shutdown(hcd);
246 .shutdown = ohci_hcd_ppc_of_shutdown,
H A Dohci-sh.c51 .shutdown = ohci_shutdown,
134 .shutdown = usb_hcd_platform_shutdown,
H A Dohci-sa1111.c96 .shutdown = ohci_shutdown,
220 * ohci_hcd_sa1111_remove - shutdown processing for SA-1111-based HCDs
243 hcd->driver->shutdown(hcd);
256 .shutdown = ohci_hcd_sa1111_shutdown,
H A Dehci-ls1x.c47 .shutdown = ehci_shutdown,
152 .shutdown = usb_hcd_platform_shutdown,
H A Dohci-ppc-soc.c102 * usb_hcd_ppc_soc_remove - shutdown processing for On-Chip HCDs
156 .shutdown = ohci_shutdown,
204 .shutdown = usb_hcd_platform_shutdown,
H A Dohci-xls.c107 .shutdown = ohci_shutdown,
146 .shutdown = usb_hcd_platform_shutdown,
H A Dehci-mxc.c87 .shutdown = ehci_shutdown,
331 if (hcd->driver->shutdown)
332 hcd->driver->shutdown(hcd);
340 .shutdown = ehci_mxc_drv_shutdown,
H A Dehci-omap.c280 * ehci_hcd_omap_remove - shutdown processing for EHCI HCDs
314 if (hcd->driver->shutdown)
315 hcd->driver->shutdown(hcd);
321 .shutdown = ehci_hcd_omap_shutdown,
348 .shutdown = ehci_shutdown,
H A Dehci-ppc-of.c56 .shutdown = ehci_shutdown,
261 if (hcd->driver->shutdown)
262 hcd->driver->shutdown(hcd);
278 .shutdown = ehci_hcd_ppc_of_shutdown,
H A Dehci-sh.c67 .shutdown = ehci_shutdown,
229 if (hcd->driver->shutdown)
230 hcd->driver->shutdown(hcd);
236 .shutdown = ehci_hcd_sh_shutdown,
H A Dohci-exynos.c56 .shutdown = ohci_shutdown,
195 if (hcd->driver->shutdown)
196 hcd->driver->shutdown(hcd);
263 .shutdown = exynos_ohci_shutdown,
H A Dehci-octeon.c62 .shutdown = ehci_shutdown,
202 .shutdown = usb_hcd_platform_shutdown,
H A Dehci-platform.c60 .shutdown = ehci_shutdown,
190 .shutdown = usb_hcd_platform_shutdown,
H A Dehci-vt8500.c54 .shutdown = ehci_shutdown,
168 .shutdown = usb_hcd_platform_shutdown,
/drivers/media/video/cx23885/
H A Dcx23885-input.c110 params.shutdown = atomic_read(&dev->ir_input_stopping);
121 params.shutdown = atomic_read(&dev->ir_input_stopping);
148 params.shutdown = false;
173 params.shutdown = false;
221 * It is shutdown this way in order to mitigate a race with
227 while (params.shutdown == false) {
230 params.shutdown = true;
/drivers/virt/
H A DKconfig27 receiving the shutdown doorbell from a manager partition.
/drivers/media/video/bt8xx/
H A Dbttv-if.c87 if(btv->shutdown) {

Completed in 858 milliseconds

1234567891011>>