Searched refs:shutdown (Results 26 - 50 of 386) sorted by relevance

1234567891011>>

/drivers/usb/host/
H A Dehci-xls.c114 .shutdown = ehci_shutdown,
157 .shutdown = usb_hcd_platform_shutdown,
H A Dohci-au1xxx.c64 .shutdown = ohci_shutdown,
225 .shutdown = usb_hcd_platform_shutdown,
H A Dohci-ep93xx.c135 .shutdown = ohci_shutdown,
205 .shutdown = usb_hcd_platform_shutdown,
H A Dohci-octeon.c82 .shutdown = ohci_shutdown,
207 .shutdown = usb_hcd_platform_shutdown,
H A Dohci-platform.c64 .shutdown = ohci_shutdown,
188 .shutdown = usb_hcd_platform_shutdown,
H A Dehci-mv.c127 .shutdown = ehci_shutdown,
378 if (hcd->driver->shutdown)
379 hcd->driver->shutdown(hcd);
385 .shutdown = mv_ehci_shutdown,
H A Dehci-s5p.c46 .shutdown = ehci_shutdown,
201 if (hcd->driver->shutdown)
202 hcd->driver->shutdown(hcd);
305 .shutdown = s5p_ehci_shutdown,
H A Dohci-ssb.c74 .shutdown = ohci_shutdown,
96 if (hcd->driver->shutdown)
97 hcd->driver->shutdown(hcd);
/drivers/mfd/
H A Dwm831x-i2c.c98 .shutdown = wm831x_i2c_shutdown,
H A Dwm831x-spi.c103 .shutdown = wm831x_spi_shutdown,
/drivers/oprofile/
H A Dtimer_int.c114 ops->shutdown = oprofile_hrtimer_shutdown;
H A Dnmi_timer_int.c163 ops->shutdown = nmi_timer_shutdown;
/drivers/staging/line6/
H A Dcapture.c207 int i, index, length = 0, shutdown = 0; local
237 shutdown = 1;
267 shutdown = 1;
271 if (!shutdown) {
/drivers/staging/usbip/
H A Dusbip_event.c36 * NOTE: shutdown must come first.
40 ud->eh_ops.shutdown(ud);
/drivers/bluetooth/
H A Dbcm203x.c69 atomic_t shutdown; member in struct:bcm203x_data
161 if (atomic_read(&data->shutdown))
264 atomic_inc(&data->shutdown);
/drivers/pnp/
H A Ddriver.c143 if (drv && drv->shutdown)
144 drv->shutdown(pnp_dev);
218 .shutdown = pnp_device_shutdown,
/drivers/spi/
H A Dspi-ti-ssp.c38 bool shutdown; member in struct:ti_ssp_spi
234 if (hw->shutdown)
281 if (hw->shutdown) {
365 hw->shutdown = 1;
369 hw->shutdown = 0;
/drivers/media/video/cx23885/
H A Dcx23888-ir.c746 state->rx_params.shutdown = true;
760 if (p->shutdown)
768 o->shutdown = p->shutdown;
874 state->tx_params.shutdown = true;
888 if (p->shutdown)
896 o->shutdown = p->shutdown;
1177 .shutdown = true,
1196 .shutdown
[all...]
/drivers/media/video/cx25840/
H A Dcx25840-ir.c758 ir_state->rx_params.shutdown = true;
775 if (p->shutdown)
786 o->shutdown = p->shutdown;
948 ir_state->tx_params.shutdown = true;
965 if (p->shutdown)
975 o->shutdown = p->shutdown;
1199 .shutdown = true,
1218 .shutdown
[all...]
/drivers/ide/
H A Dide.c150 if (dev->driver && drv->shutdown)
151 drv->shutdown(drive);
160 .shutdown = generic_ide_shutdown,
/drivers/input/misc/
H A Dixp4xx-beeper.c169 .shutdown = ixp4xx_spkr_shutdown,
H A Dm68kspkr.c108 .shutdown = m68kspkr_shutdown,
H A Dpcspkr.c135 .shutdown = pcspkr_shutdown,
/drivers/media/dvb/bt8xx/
H A Dbt878.h136 int shutdown; member in struct:bt878
/drivers/s390/cio/
H A Dcss.h73 * @shutdown: called at device shutdown
89 void (*shutdown)(struct subchannel *); member in struct:css_driver

Completed in 988 milliseconds

1234567891011>>