shutdown          267 arch/x86/kernel/i8259.c 	.shutdown = i8259A_shutdown,
shutdown          162 arch/x86/kernel/kvmclock.c 		machine_ops.shutdown  = kvm_shutdown;
shutdown          481 arch/x86/kernel/reboot.c 	.shutdown = native_machine_shutdown,
shutdown          497 arch/x86/kernel/reboot.c 	machine_ops.shutdown();
shutdown          519 arch/x86/kernel/visws_quirks.c 	.shutdown =	disable_cobalt_irq,
shutdown          563 arch/x86/kernel/visws_quirks.c 	.shutdown =	disable_8259A_irq,
shutdown          305 arch/x86/oprofile/nmi_int.c 	model->shutdown(msrs);
shutdown          505 arch/x86/oprofile/nmi_int.c 	ops->shutdown = nmi_shutdown;
shutdown          542 arch/x86/oprofile/op_model_amd.c 	.shutdown = &op_amd_shutdown
shutdown          708 arch/x86/oprofile/op_model_p4.c 	.shutdown = &p4_shutdown
shutdown          720 arch/x86/oprofile/op_model_p4.c 	.shutdown = &p4_shutdown
shutdown          191 arch/x86/oprofile/op_model_ppro.c 	.shutdown = &ppro_shutdown
shutdown           45 arch/x86/oprofile/op_x86_model.h 	void (*shutdown)(struct op_msrs const * const msrs);
shutdown         1388 arch/x86/xen/enlighten.c 	.shutdown = xen_machine_halt,
shutdown         1149 fs/jfs/jfs_logmgr.c 		goto shutdown;
shutdown         1163 fs/jfs/jfs_logmgr.c       shutdown:		/* unwind lbmLogInit() */
shutdown          801 fs/xfs/xfs_trans.c 	int			shutdown;
shutdown          825 fs/xfs/xfs_trans.c 	shutdown = XFS_FORCED_SHUTDOWN(mp) ? EIO : 0;
shutdown          826 fs/xfs/xfs_trans.c 	if (!(tp->t_flags & XFS_TRANS_DIRTY) || shutdown) {
shutdown          838 fs/xfs/xfs_trans.c 			if (commit_lsn == -1 && !shutdown)
shutdown          839 fs/xfs/xfs_trans.c 				shutdown = XFS_ERROR(EIO);
shutdown          842 fs/xfs/xfs_trans.c 		xfs_trans_free_items(tp, shutdown? XFS_TRANS_ABORT : 0);
shutdown          846 fs/xfs/xfs_trans.c 		return (shutdown);
shutdown          938 fs/xfs/xfs_trans.c 	shutdown = xfs_log_notify(mp, commit_iclog, &(tp->t_logcb));
shutdown          970 fs/xfs/xfs_trans.c 	if (shutdown)
shutdown          128 include/acpi/acpi_bus.h 	acpi_op_shutdown shutdown;
shutdown          104 include/asm-m68k/irq.h 	void (*shutdown)(unsigned int irq);
shutdown           10 include/asm-x86/reboot.h 	void (*shutdown)(void);
shutdown           33 include/linux/amba/bus.h 	void			(*shutdown)(struct amba_device *);
shutdown           61 include/linux/device.h 	void (*shutdown)(struct device *dev);
shutdown          128 include/linux/device.h 	void (*shutdown) (struct device *dev);
shutdown          165 include/linux/i2c.h 	void (*shutdown)(struct i2c_client *);
shutdown         1124 include/linux/ide.h 	void		(*shutdown)(ide_drive_t *);
shutdown          103 include/linux/irq.h 	void		(*shutdown)(unsigned int irq);
shutdown           15 include/linux/isa.h 	void (*shutdown)(struct device *, unsigned int);
shutdown          170 include/linux/net.h 	int		(*shutdown)  (struct socket *sock, int flags);
shutdown          307 include/linux/net.h SOCKCALL_WRAP(name, shutdown, (struct socket *sock, int flags), (sock, flags)) \
shutdown          332 include/linux/net.h 	.shutdown	= __lock_##name##_shutdown,	\
shutdown           44 include/linux/of_platform.h 	int	(*shutdown)(struct of_device* dev);
shutdown           55 include/linux/oprofile.h 	void (*shutdown)(void);
shutdown          411 include/linux/pci.h 	void (*shutdown) (struct pci_dev *dev);
shutdown           51 include/linux/platform_device.h 	void (*shutdown)(struct platform_device *);
shutdown          189 include/linux/serial_core.h 	void		(*shutdown)(struct uart_port *);
shutdown          171 include/linux/spi/spi.h 	void			(*shutdown)(struct spi_device *spi);
shutdown          191 include/linux/ssb/ssb.h 	void (*shutdown)(struct ssb_device *dev);
shutdown          149 include/linux/sunrpc/xprt.h 	unsigned char		shutdown   : 1,	/* being shut down */
shutdown           36 include/linux/sysdev.h 	int	(*shutdown)(struct sys_device *);
shutdown           75 include/linux/sysdev.h 	int	(*shutdown)(struct sys_device *);
shutdown          234 include/linux/tty_driver.h 	void (*shutdown)(struct tty_struct *tty);
shutdown          211 include/linux/usb/serial.h 	void (*shutdown)(struct usb_serial *serial);
shutdown          502 include/linux/wanrouter.h 	int (*shutdown) (struct wan_device *wandev);
shutdown          533 include/net/sock.h 	void			(*shutdown)(struct sock *sk, int how);
shutdown          141 include/sound/core.h 	int shutdown;			/* this card is going down */
shutdown          336 include/sound/soc.h 	void (*shutdown)(struct snd_pcm_substream *);
shutdown          103 kernel/irq/autoprobe.c 				desc->chip->shutdown(i);
shutdown          145 kernel/irq/autoprobe.c 			desc->chip->shutdown(i);
shutdown          190 kernel/irq/autoprobe.c 			desc->chip->shutdown(i);
shutdown          272 kernel/irq/chip.c 	if (!chip->shutdown)
shutdown          273 kernel/irq/chip.c 		chip->shutdown = chip->disable != default_disable ?
shutdown           91 kernel/irq/handle.c 	.shutdown	= noop,
shutdown          105 kernel/irq/handle.c 	.shutdown	= noop,
shutdown          534 kernel/irq/manage.c 				if (desc->chip->shutdown)
shutdown          535 kernel/irq/manage.c 					desc->chip->shutdown(irq);
shutdown         1851 net/appletalk/ddp.c 	.shutdown	= sock_no_shutdown,
shutdown          117 net/atm/pvc.c  	.shutdown =	pvc_shutdown,
shutdown          620 net/atm/svc.c  	.shutdown =	svc_shutdown,
shutdown         1976 net/ax25/af_ax25.c 	.shutdown	= ax25_shutdown,
shutdown          188 net/bluetooth/bnep/sock.c 	.shutdown	= sock_no_shutdown,
shutdown          183 net/bluetooth/cmtp/sock.c 	.shutdown	= sock_no_shutdown,
shutdown          614 net/bluetooth/hci_sock.c 	.shutdown	= sock_no_shutdown,
shutdown          234 net/bluetooth/hidp/sock.c 	.shutdown	= sock_no_shutdown,
shutdown         2460 net/bluetooth/l2cap.c 	.shutdown	= l2cap_sock_shutdown,
shutdown          931 net/bluetooth/rfcomm/sock.c 	.shutdown	= rfcomm_sock_shutdown,
shutdown          932 net/bluetooth/sco.c 	.shutdown	= sock_no_shutdown,
shutdown         1525 net/can/bcm.c  	.shutdown      = sock_no_shutdown,
shutdown          717 net/can/raw.c  	.shutdown      = sock_no_shutdown,
shutdown         2189 net/core/sock.c 		   proto_method_implemented(proto->shutdown),
shutdown          936 net/dccp/ipv4.c 	.shutdown		= dccp_shutdown,
shutdown          971 net/dccp/ipv4.c 	.shutdown	   = inet_shutdown,
shutdown         1136 net/dccp/ipv6.c 	.shutdown	   = dccp_shutdown,
shutdown         1168 net/dccp/ipv6.c 	.shutdown	   = inet_shutdown,
shutdown         2354 net/decnet/af_decnet.c 	.shutdown =	dn_shutdown,
shutdown          370 net/dsa/dsa.c  	.shutdown	= dsa_shutdown,
shutdown          764 net/econet/af_econet.c 	.shutdown =	sock_no_shutdown,
shutdown          761 net/ipv4/af_inet.c 		if (sk->sk_prot->shutdown)
shutdown          762 net/ipv4/af_inet.c 			sk->sk_prot->shutdown(sk, how);
shutdown          853 net/ipv4/af_inet.c 	.shutdown	   = inet_shutdown,
shutdown          879 net/ipv4/af_inet.c 	.shutdown	   = inet_shutdown,
shutdown          908 net/ipv4/af_inet.c 	.shutdown	   = inet_shutdown,
shutdown         2363 net/ipv4/tcp_ipv4.c 	.shutdown		= tcp_shutdown,
shutdown          480 net/ipv6/af_inet6.c 	.shutdown	   = inet_shutdown,		/* ok		*/
shutdown          506 net/ipv6/af_inet6.c 	.shutdown	   = inet_shutdown,		/* ok		*/
shutdown         1322 net/ipv6/raw.c 	.shutdown	   = inet_shutdown,		/* ok		*/
shutdown         2030 net/ipv6/tcp_ipv6.c 	.shutdown		= tcp_shutdown,
shutdown         1950 net/ipx/af_ipx.c 	.shutdown	= sock_no_shutdown, /* FIXME: support shutdown */
shutdown         2487 net/irda/af_irda.c 	.shutdown =	irda_shutdown,
shutdown         2511 net/irda/af_irda.c 	.shutdown =	irda_shutdown,
shutdown         2535 net/irda/af_irda.c 	.shutdown =	irda_shutdown,
shutdown         2560 net/irda/af_irda.c 	.shutdown =	irda_shutdown,
shutdown         1177 net/iucv/af_iucv.c 	.shutdown	= iucv_sock_shutdown,
shutdown         3607 net/key/af_key.c 	.shutdown	=	sock_no_shutdown,
shutdown         1113 net/llc/af_llc.c 	.shutdown    = llc_ui_shutdown,
shutdown         1905 net/netlink/af_netlink.c 	.shutdown =	sock_no_shutdown,
shutdown         1387 net/netrom/af_netrom.c 	.shutdown	=	sock_no_shutdown,
shutdown         1960 net/packet/af_packet.c 	.shutdown =	sock_no_shutdown,
shutdown         1981 net/packet/af_packet.c 	.shutdown =	sock_no_shutdown,
shutdown          319 net/phonet/socket.c 	.shutdown	= sock_no_shutdown,
shutdown          344 net/phonet/socket.c 	.shutdown	= sock_no_shutdown,
shutdown         1527 net/rose/af_rose.c 	.shutdown	=	sock_no_shutdown,
shutdown          763 net/rxrpc/af_rxrpc.c 	.shutdown	= sock_no_shutdown,
shutdown          955 net/sctp/ipv6.c 	.shutdown	   = inet_shutdown,
shutdown          915 net/sctp/protocol.c 	.shutdown	   = inet_shutdown,	/* Looks harmless.  */
shutdown         6711 net/sctp/socket.c 	.shutdown    =	sctp_shutdown,
shutdown         6743 net/sctp/socket.c 	.shutdown	= sctp_shutdown,
shutdown         1866 net/socket.c   			err = sock->ops->shutdown(sock, how);
shutdown         2449 net/socket.c   	return sock->ops->shutdown(sock, how);
shutdown          380 net/sunrpc/svc.c 	serv->sv_shutdown  = shutdown;
shutdown          432 net/sunrpc/svc.c 	return __svc_create(prog, bufsize, /*npools*/1, family, shutdown);
shutdown          444 net/sunrpc/svc.c 	serv = __svc_create(prog, bufsize, npools, family, shutdown);
shutdown          201 net/sunrpc/xprt.c 	if (!test_bit(XPRT_CLOSE_WAIT, &xprt->state) || xprt->shutdown) {
shutdown          468 net/sunrpc/xprt.c 	if (unlikely(xprt->shutdown))
shutdown          643 net/sunrpc/xprt.c 	if (!list_empty(&xprt->recv) || xprt->shutdown)
shutdown         1076 net/sunrpc/xprt.c 	xprt->shutdown = 1;
shutdown          235 net/sunrpc/xprtrdma/transport.c 	if (!xprt->shutdown) {
shutdown          833 net/sunrpc/xprtsock.c 	if (xprt->shutdown)
shutdown         1092 net/sunrpc/xprtsock.c 	if (xprt->shutdown)
shutdown         1491 net/sunrpc/xprtsock.c 	if (xprt->shutdown || !xprt_bound(xprt))
shutdown         1532 net/sunrpc/xprtsock.c 	if (xprt->shutdown || !xprt_bound(xprt))
shutdown         1636 net/sunrpc/xprtsock.c 	if (xprt->shutdown || !xprt_bound(xprt))
shutdown         1696 net/sunrpc/xprtsock.c 	if (xprt->shutdown || !xprt_bound(xprt))
shutdown         1789 net/tipc/socket.c 	.shutdown	= shutdown,
shutdown         1810 net/tipc/socket.c 	.shutdown	= shutdown,
shutdown         1831 net/tipc/socket.c 	.shutdown	= shutdown,
shutdown          517 net/unix/af_unix.c 	.shutdown =	unix_shutdown,
shutdown          538 net/unix/af_unix.c 	.shutdown =	unix_shutdown,
shutdown          559 net/unix/af_unix.c 	.shutdown =	unix_shutdown,
shutdown          523 net/wanrouter/wanmain.c 	if (wandev->shutdown)
shutdown          524 net/wanrouter/wanmain.c 		err=wandev->shutdown(wandev);
shutdown          686 net/wanrouter/wanmain.c 	if (!wandev->ndev && wandev->shutdown)
shutdown          687 net/wanrouter/wanmain.c 		err = wandev->shutdown(wandev);
shutdown         1600 net/x25/af_x25.c 	.shutdown =	sock_no_shutdown,
shutdown           28 security/selinux/ss/sidtab.c 	s->shutdown = 0;
shutdown          185 security/selinux/ss/sidtab.c 		if (s->next_sid == UINT_MAX || s->shutdown) {
shutdown          267 security/selinux/ss/sidtab.c 	dst->shutdown = 0;
shutdown          276 security/selinux/ss/sidtab.c 	s->shutdown = 1;
shutdown           28 security/selinux/ss/sidtab.h 	unsigned char shutdown;
shutdown          125 sound/aoa/soundbus/core.c 	if (dev->driver && drv->shutdown)
shutdown          126 sound/aoa/soundbus/core.c 		drv->shutdown(soundbus_dev);
shutdown          158 sound/aoa/soundbus/core.c 	.shutdown	= soundbus_device_shutdown,
shutdown          436 sound/aoa/soundbus/i2sbus/i2sbus-core.c 	.shutdown = i2sbus_shutdown,
shutdown          193 sound/aoa/soundbus/soundbus.h 	int	(*shutdown)(struct soundbus_dev* dev);
shutdown           89 sound/arm/pxa2xx-ac97.c 	if (platform_ops && platform_ops->shutdown)
shutdown           90 sound/arm/pxa2xx-ac97.c 		platform_ops->shutdown(substream, platform_ops->priv);
shutdown          105 sound/arm/pxa2xx-ac97.c 	.shutdown		= pxa2xx_ac97_pcm_shutdown,
shutdown           65 sound/arm/pxa2xx-pcm.c 	client->shutdown(substream);
shutdown           25 sound/arm/pxa2xx-pcm.h 	void (*shutdown)(struct snd_pcm_substream *);
shutdown          331 sound/core/init.c 	if (card->shutdown) {
shutdown          335 sound/core/init.c 	card->shutdown = 1;
shutdown          742 sound/core/init.c 	if (card->shutdown) {
shutdown          831 sound/core/init.c 		if (card->shutdown) {
shutdown         2437 sound/core/oss/pcm_oss.c 	if (!pcm->card->shutdown)
shutdown          223 sound/drivers/pcsp/pcsp.c 	.shutdown	= pcsp_shutdown,
shutdown         1027 sound/ppc/snd_ps3.c 	.shutdown = snd_ps3_driver_remove,
shutdown          770 sound/soc/at32/at32-ssc.c 		 .shutdown = at32_ssc_shutdown,
shutdown          801 sound/soc/at32/at32-ssc.c 		 .shutdown = at32_ssc_shutdown,
shutdown          832 sound/soc/at32/at32-ssc.c 		 .shutdown = at32_ssc_shutdown,
shutdown          721 sound/soc/at91/at91-ssc.c 			.shutdown = at91_ssc_shutdown,
shutdown          748 sound/soc/at91/at91-ssc.c 			.shutdown = at91_ssc_shutdown,
shutdown          774 sound/soc/at91/at91-ssc.c 			.shutdown = at91_ssc_shutdown,
shutdown          299 sound/soc/blackfin/bf5xx-i2s.c 		.shutdown  = bf5xx_i2s_shutdown,
shutdown          517 sound/soc/codecs/ssm2602.c 		.shutdown = ssm2602_shutdown,
shutdown          480 sound/soc/codecs/tlv320aic23.c 		.shutdown = tlv320aic23_shutdown,
shutdown          561 sound/soc/codecs/uda1380.c 		.shutdown = uda1380_pcm_shutdown,
shutdown          580 sound/soc/codecs/uda1380.c 		.shutdown = uda1380_pcm_shutdown,
shutdown          599 sound/soc/codecs/uda1380.c 		.shutdown = uda1380_pcm_shutdown,
shutdown          463 sound/soc/codecs/wm8731.c 		.shutdown = wm8731_shutdown,
shutdown         1516 sound/soc/codecs/wm8903.c 		 .shutdown = wm8903_shutdown,
shutdown         1080 sound/soc/codecs/wm9713.c 		.shutdown = wm9713_voiceshutdown,},
shutdown          579 sound/soc/fsl/fsl_ssi.c 		.shutdown = fsl_ssi_shutdown,
shutdown          484 sound/soc/fsl/mpc5200_psc_i2s.c 		.shutdown = psc_i2s_shutdown,
shutdown          119 sound/soc/omap/n810.c 	.shutdown = n810_shutdown,
shutdown          459 sound/soc/omap/omap-mcbsp.c 		.shutdown = omap_mcbsp_dai_shutdown,		\
shutdown           97 sound/soc/omap/osk5912.c 	.shutdown = osk_shutdown,
shutdown          175 sound/soc/pxa/corgi.c 	.shutdown = corgi_shutdown,
shutdown          150 sound/soc/pxa/poodle.c 	.shutdown = poodle_shutdown,
shutdown          354 sound/soc/pxa/pxa2xx-i2s.c 		.shutdown = pxa2xx_i2s_shutdown,
shutdown          667 sound/soc/s3c24xx/neo1973_wm8753.c 	.shutdown =       lm4857_shutdown,
shutdown          354 sound/soc/sh/ssi.c 		.shutdown	= ssi_shutdown,
shutdown          383 sound/soc/sh/ssi.c 		.shutdown	= ssi_shutdown,
shutdown          249 sound/soc/soc-core.c 	if (machine->ops && machine->ops->shutdown)
shutdown          250 sound/soc/soc-core.c 		machine->ops->shutdown(substream);
shutdown          257 sound/soc/soc-core.c 	if (cpu_dai->ops.shutdown)
shutdown          258 sound/soc/soc-core.c 		cpu_dai->ops.shutdown(substream);
shutdown          348 sound/soc/soc-core.c 	if (cpu_dai->ops.shutdown)
shutdown          349 sound/soc/soc-core.c 		cpu_dai->ops.shutdown(substream);
shutdown          351 sound/soc/soc-core.c 	if (codec_dai->ops.shutdown)
shutdown          352 sound/soc/soc-core.c 		codec_dai->ops.shutdown(substream);
shutdown          354 sound/soc/soc-core.c 	if (machine->ops && machine->ops->shutdown)
shutdown          355 sound/soc/soc-core.c 		machine->ops->shutdown(substream);
shutdown          774 sound/usb/usbaudio.c 	if (!force && subs->stream->chip->shutdown) /* to be sure... */
shutdown          843 sound/usb/usbaudio.c 	if (subs->stream->chip->shutdown)
shutdown         1517 sound/usb/usbaudio.c 	if (!subs->stream->chip->shutdown)
shutdown         3400 sound/usb/usbaudio.c 	if (!chip->shutdown)
shutdown         3407 sound/usb/usbaudio.c 	if (!chip->shutdown)
shutdown         3602 sound/usb/usbaudio.c 			if (usb_chip[i]->shutdown) {
shutdown         3679 sound/usb/usbaudio.c 	chip->shutdown = 1;
shutdown          127 sound/usb/usbaudio.h 	int shutdown;
shutdown          281 sound/usb/usbmidi.c 	if (ep->urb_active || ep->umidi->chip->shutdown) {
shutdown          876 sound/usb/usbmidi.c 		if (port->ep->umidi->chip->shutdown) {
shutdown          569 sound/usb/usx2y/us122l.c 	us122l->chip.shutdown = 1;
shutdown          434 sound/usb/usx2y/usbusx2y.c 		usX2Y->chip.shutdown = 1;