Searched refs:shutdown (Results 76 - 100 of 516) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/mach-visws/
H A Dvisws_apic.c127 .shutdown = disable_cobalt_irq,
171 .shutdown = disable_8259A_irq,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dehci-au1xxx.c166 * usb_ehci_hcd_au1xxx_remove - shutdown processing for Au1xxx-based HCDs
203 .shutdown = ehci_shutdown,
272 .shutdown = usb_hcd_platform_shutdown,
H A Dohci-ep93xx.c131 .shutdown = ohci_shutdown,
207 .shutdown = usb_hcd_platform_shutdown,
H A Dohci-lh7a404.c121 * usb_hcd_lh7a404_remove - shutdown processing for LH7A404-based HCDs
177 .shutdown = ohci_shutdown,
245 .shutdown = usb_hcd_platform_shutdown,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/irq/
H A Dhandle.c93 .shutdown = noop,
107 .shutdown = noop,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/boards/dreamcast/
H A Dirq.c108 .shutdown = shutdown_systemasic_irq,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dints.c64 .shutdown = m68k_irq_shutdown,
71 .shutdown = m68k_irq_shutdown,
273 if (contr->shutdown)
274 contr->shutdown(irq);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/sun3/
H A Dsun3ints.c95 .shutdown = m68k_irq_shutdown,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/brcm-boards/generic/
H A Dirq.c108 shutdown: disable_brcm_irq,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dof_device.h62 int (*shutdown)(struct of_device* dev); member in struct:of_platform_driver
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/ss/
H A Dsidtab.c32 s->shutdown = 0;
215 if (s->next_sid == UINT_MAX || s->shutdown) {
293 dst->shutdown = 0;
302 s->shutdown = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/soundbus/
H A Dcore.c138 if (dev->driver && drv->shutdown)
139 drv->shutdown(soundbus_dev);
171 .shutdown = soundbus_device_shutdown,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/fec_8xx/
H A Dfec_mii.c242 .shutdown = dm9161_shutdown,
251 .shutdown = lxt971_shutdown,
259 .shutdown = generic_shutdown,
351 if (fep->phy->shutdown == NULL)
354 (*fep->phy->shutdown) (dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/
H A De_os.h450 # define SHUTDOWN(fd) { shutdown((fd),0); closesocket(fd); }
451 # define SHUTDOWN2(fd) { shutdown((fd),2); closesocket(fd); }
481 # define SHUTDOWN(fd) { shutdown((fd),0); closesocket(fd); }
482 # define SHUTDOWN2(fd) { shutdown((fd),2); closesocket(fd); }
544 # define SHUTDOWN(fd) { shutdown((fd),0); closesocket((fd)); }
545 # define SHUTDOWN2(fd) { shutdown((fd),2); closesocket((fd)); }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/arm/
H A Dpxa2xx-ac97.c231 if (platform_ops && platform_ops->shutdown)
232 platform_ops->shutdown(substream, platform_ops->priv);
247 .shutdown = pxa2xx_ac97_pcm_shutdown,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/
H A De_os.h379 # define SHUTDOWN(fd) { shutdown((fd),0); closesocket(fd); }
380 # define SHUTDOWN2(fd) { shutdown((fd),2); closesocket(fd); }
456 # define SHUTDOWN(fd) { shutdown((fd),0); closesocket((fd)); }
457 # define SHUTDOWN2(fd) { shutdown((fd),2); closesocket((fd)); }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Dbio_ssl.c128 if (a->shutdown)
352 b->shutdown=(int)num;
375 ret=b->shutdown;
378 b->shutdown=(int)num;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bio/
H A Dbss_conn.c376 /* Only do a shutdown if things were established */
378 shutdown(bio->num,2);
391 if (a->shutdown)
558 ret=b->shutdown;
561 b->shutdown=(int)num;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/misc/
H A Dm68kspkr.c108 .shutdown = m68kspkr_shutdown,
H A Dpcspkr.c131 .shutdown = pcspkr_shutdown,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/bt8xx/
H A Dbt878.h142 int shutdown; member in struct:bt878
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbss_conn.c376 /* Only do a shutdown if things were established */
378 shutdown(bio->num,2);
391 if (a->shutdown)
558 ret=b->shutdown;
561 b->shutdown=(int)num;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dbio_ssl.c128 if (a->shutdown)
352 b->shutdown=(int)num;
375 ret=b->shutdown;
378 b->shutdown=(int)num;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/boards/se/73180/
H A Dirq.c67 .shutdown = shutdown_intreq_irq,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/cchips/hd6446x/hd64461/
H A Dsetup.c67 .shutdown = shutdown_hd64461_irq,

Completed in 228 milliseconds

1234567891011>>