Searched refs:shutdown (Results 101 - 125 of 516) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/cchips/voyagergx/
H A Dirq.c73 .shutdown = shutdown_voyagergx_irq,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/v850/kernel/
H A Dsim.c78 .shutdown = irq_nop, /* shutdown */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-omap/
H A Dmailbox.c389 if (unlikely(mbox->ops->shutdown))
390 mbox->ops->shutdown(mbox);
404 if (unlikely(mbox->ops->shutdown))
405 mbox->ops->shutdown(mbox);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/oprofile/
H A Dcommon.c150 ops->shutdown = op_bfin_shutdown;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dirq.c137 .shutdown = shutdown_crisv10_irq,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dsetup_m32104ut.c70 .shutdown = shutdown_m32104ut_irq,
H A Dsetup_m32700ut.c76 .shutdown = shutdown_m32700ut_irq,
153 .shutdown = shutdown_m32700ut_pld_irq,
222 .shutdown = shutdown_m32700ut_lanpld_irq,
291 .shutdown = shutdown_m32700ut_lcdpld_irq,
H A Dsetup_oaks32r.c68 .shutdown = shutdown_oaks32r_irq,
H A Dsetup_usrv.c68 .shutdown = shutdown_mappi_irq,
141 .shutdown = shutdown_m32700ut_pld_irq,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/atari/
H A Dataints.c152 .shutdown = atari_shutdown_irq,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/au1000/pb1200/
H A Dirqmap.c148 .shutdown = pb1200_shutdown_irq,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dmacio.h132 int (*shutdown)(struct macio_dev* dev); member in struct:macio_driver
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dirq_i8259.c89 .shutdown = i8259a_disable_irq,
H A Dsys_rx164.c78 .shutdown = rx164_disable_irq,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/wanrouter/
H A Dwanmain.c394 * o call driver's shutdown() entry point
421 if (wandev->shutdown)
422 err=wandev->shutdown(wandev);
601 /* If last interface being deleted, shutdown card
610 if (!wandev->ndev && wandev->shutdown)
611 err = wandev->shutdown(wandev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/soundbus/
H A Dsoundbus.h193 int (*shutdown)(struct soundbus_dev* dev); member in struct:soundbus_driver
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_trans.c769 int shutdown; local
793 shutdown = XFS_FORCED_SHUTDOWN(mp) ? EIO : 0;
794 if (!(tp->t_flags & XFS_TRANS_DIRTY) || shutdown) {
806 if (commit_lsn == -1 && !shutdown)
807 shutdown = XFS_ERROR(EIO);
810 xfs_trans_free_items(tp, shutdown? XFS_TRANS_ABORT : 0);
814 return (shutdown);
906 shutdown = xfs_log_notify(mp, commit_iclog, &(tp->t_logcb));
938 if (shutdown)
1009 * the filesystem is in the middle of a forced shutdown
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/misc/
H A Dsparcspkr.c199 .shutdown = sparcspkr_shutdown,
240 .shutdown = sparcspkr_shutdown,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dreboot.c375 .shutdown = native_machine_shutdown,
388 machine_ops.shutdown();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Dhcd-pci.c154 * usb_hcd_pci_remove - shutdown processing for PCI-based HCDs
333 * dirty cases when swsusp fakes a suspend in "shutdown" mode.
406 * usb_hcd_pci_shutdown - shutdown host controller
407 * @dev: USB Host Controller being shutdown
417 if (hcd->driver->shutdown)
418 hcd->driver->shutdown(hcd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dehci-fsl.c143 * usb_hcd_fsl_remove - shutdown processing for FSL-based HCDs
300 .shutdown = ehci_shutdown,
345 .shutdown = usb_hcd_platform_shutdown,
H A Dehci-pci.c346 .shutdown = ehci_shutdown,
393 .shutdown = usb_hcd_pci_shutdown,
H A Dohci-at91.c176 * usb_hcd_at91_remove - shutdown processing for AT91-based HCDs
243 .shutdown = ohci_shutdown,
332 .shutdown = usb_hcd_platform_shutdown,
H A Dohci-au1xxx.c214 * usb_hcd_au1xxx_remove - shutdown processing for Au1xxx-based HCDs
272 .shutdown = ohci_shutdown,
339 .shutdown = usb_hcd_platform_shutdown,
H A Dohci-pci.c264 .shutdown = ohci_shutdown,
321 .shutdown = usb_hcd_pci_shutdown,

Completed in 239 milliseconds

1234567891011>>