shutdown          174 arch/alpha/oprofile/common.c 	ops->shutdown = op_axp_shutdown;
shutdown          205 arch/arm/include/asm/ecard.h 	void			(*shutdown)(struct expansion_card *);
shutdown          100 arch/arm/mach-omap1/board-nokia770.c 	.shutdown = mipid_shutdown,
shutdown          440 arch/arm/mach-omap2/board-n8x0.c 	.shutdown			= n8x0_mmc_shutdown,
shutdown           21 arch/arm/mach-pxa/include/mach/audio.h 	void (*shutdown)(struct snd_pcm_substream *, void *);
shutdown          182 arch/arm/mach-pxa/mainstone.c 	.shutdown	= mst_audio_shutdown,
shutdown          365 arch/arm/mach-pxa/tosa.c 	.shutdown		= tosa_irda_shutdown,
shutdown          404 arch/arm/mach-pxa/trizeps4.c 	.shutdown		= trizeps4_irda_shutdown,
shutdown         1087 arch/arm/mach-rpc/ecard.c 		if (drv->shutdown)
shutdown         1088 arch/arm/mach-rpc/ecard.c 			drv->shutdown(ec);
shutdown         1135 arch/arm/mach-rpc/ecard.c 	.shutdown	= ecard_drv_shutdown,
shutdown          127 arch/arm/mach-sa1100/collie.c 	.shutdown = collie_ir_shutdown,
shutdown          118 arch/arm/mach-sa1100/h3100.c 	.shutdown	= h3100_irda_shutdown,
shutdown          126 arch/arm/mach-sa1100/h3600.c 	.shutdown	= h3600_irda_shutdown,
shutdown          153 arch/c6x/platforms/timer64.c 	.set_state_shutdown	= shutdown,
shutdown           46 arch/mips/include/asm/cdmm.h 	void			(*shutdown)(struct mips_cdmm_device *);
shutdown           29 arch/mips/include/asm/gio_device.h 	void (*shutdown)(struct gio_device *);
shutdown          161 arch/mips/sgi-ip22/ip22-gio.c 	if (dev->driver && drv->shutdown)
shutdown          162 arch/mips/sgi-ip22/ip22-gio.c 		drv->shutdown(gio_dev);
shutdown          386 arch/mips/sgi-ip22/ip22-gio.c 	.shutdown  = gio_device_shutdown,
shutdown          132 arch/powerpc/include/asm/macio.h 	int	(*shutdown)(struct macio_dev* dev);
shutdown           46 arch/powerpc/include/asm/pci-bridge.h 	void		(*shutdown)(struct pci_controller *hose);
shutdown          382 arch/powerpc/include/asm/ps3.h 	int (*shutdown)(struct ps3_system_bus_device *);
shutdown          230 arch/powerpc/oprofile/common.c 	ops->shutdown = op_powerpc_shutdown;
shutdown          109 arch/powerpc/platforms/44x/warp.c 	struct dtm_shutdown *shutdown;
shutdown          111 arch/powerpc/platforms/44x/warp.c 	shutdown = kmalloc(sizeof(struct dtm_shutdown), GFP_KERNEL);
shutdown          112 arch/powerpc/platforms/44x/warp.c 	if (shutdown == NULL)
shutdown          115 arch/powerpc/platforms/44x/warp.c 	shutdown->func = func;
shutdown          116 arch/powerpc/platforms/44x/warp.c 	shutdown->arg = arg;
shutdown          118 arch/powerpc/platforms/44x/warp.c 	list_add(&shutdown->list, &dtm_shutdown_list);
shutdown          125 arch/powerpc/platforms/44x/warp.c 	struct dtm_shutdown *shutdown;
shutdown          127 arch/powerpc/platforms/44x/warp.c 	list_for_each_entry(shutdown, &dtm_shutdown_list, list)
shutdown          128 arch/powerpc/platforms/44x/warp.c 		if (shutdown->func == func && shutdown->arg == arg) {
shutdown          129 arch/powerpc/platforms/44x/warp.c 			list_del(&shutdown->list);
shutdown          130 arch/powerpc/platforms/44x/warp.c 			kfree(shutdown);
shutdown          139 arch/powerpc/platforms/44x/warp.c 	struct dtm_shutdown *shutdown;
shutdown          147 arch/powerpc/platforms/44x/warp.c 	list_for_each_entry(shutdown, &dtm_shutdown_list, list)
shutdown          148 arch/powerpc/platforms/44x/warp.c 		shutdown->func(shutdown->arg);
shutdown          434 arch/powerpc/platforms/cell/axon_msi.c 	.shutdown	= axon_msi_shutdown,
shutdown          750 arch/powerpc/platforms/cell/spu_base.c 	.shutdown = spu_shutdown,
shutdown          339 arch/powerpc/platforms/powernv/opal-imc.c 	.shutdown = opal_imc_counters_shutdown,
shutdown         3640 arch/powerpc/platforms/powernv/pci-ioda.c 	.shutdown		= pnv_pci_ioda_shutdown,
shutdown         3650 arch/powerpc/platforms/powernv/pci-ioda.c 	.shutdown		= pnv_pci_ioda_shutdown,
shutdown         3658 arch/powerpc/platforms/powernv/pci-ioda.c 	.shutdown		= pnv_pci_ioda_shutdown,
shutdown          909 arch/powerpc/platforms/powernv/pci.c 		if (hose->controller_ops.shutdown)
shutdown          910 arch/powerpc/platforms/powernv/pci.c 			hose->controller_ops.shutdown(hose);
shutdown          428 arch/powerpc/platforms/ps3/system-bus.c 	if (drv->shutdown)
shutdown          429 arch/powerpc/platforms/ps3/system-bus.c 		drv->shutdown(dev);
shutdown          476 arch/powerpc/platforms/ps3/system-bus.c 	.shutdown = ps3_system_bus_shutdown,
shutdown          382 arch/powerpc/platforms/pseries/ibmebus.c 	if (dev->driver && drv->shutdown)
shutdown          383 arch/powerpc/platforms/pseries/ibmebus.c 		drv->shutdown(of_dev);
shutdown          431 arch/powerpc/platforms/pseries/ibmebus.c 	.shutdown  = ibmebus_bus_device_shutdown,
shutdown         1506 arch/powerpc/sysdev/xive/common.c 	xive_ops->shutdown();
shutdown          474 arch/powerpc/sysdev/xive/native.c 	.shutdown		= xive_native_shutdown,
shutdown          655 arch/powerpc/sysdev/xive/spapr.c 	.shutdown		= xive_spapr_shutdown,
shutdown           50 arch/powerpc/sysdev/xive/xive-internal.h 	void	(*shutdown)(void);
shutdown          143 arch/s390/include/asm/ccwdev.h 	void (*shutdown) (struct ccw_device *);
shutdown           52 arch/s390/include/asm/ccwgroup.h 	void (*shutdown)(struct ccwgroup_device *);
shutdown           13 arch/sh/include/asm/reboot.h 	void (*shutdown)(void);
shutdown           70 arch/sh/kernel/reboot.c 	.shutdown	= native_machine_shutdown,
shutdown           85 arch/sh/kernel/reboot.c 	machine_ops.shutdown();
shutdown          366 arch/sparc/include/asm/vio.h 	void (*shutdown)(struct vio_dev *dev);
shutdown          163 arch/um/drivers/port_user.c 	shutdown(3, SHUT_RD);
shutdown          194 arch/um/drivers/port_user.c 	shutdown(socket[0], SHUT_RDWR);
shutdown          196 arch/um/drivers/port_user.c 	shutdown(socket[1], SHUT_RDWR);
shutdown          203 arch/um/os-Linux/drivers/ethertap_user.c 	if (shutdown(pri->data_fd, SHUT_RDWR) < 0)
shutdown          207 arch/um/os-Linux/drivers/ethertap_user.c 	if (shutdown(pri->control_fd, SHUT_RDWR) < 0)
shutdown          496 arch/um/os-Linux/file.c 	err = shutdown(fd, what);
shutdown           13 arch/x86/include/asm/reboot.h 	void (*shutdown)(void);
shutdown         2063 arch/x86/kernel/cpu/mce/core.c 	.shutdown	= mce_syscore_shutdown,
shutdown          300 arch/x86/kernel/cpu/mshyperv.c 	machine_ops.shutdown = hv_machine_shutdown;
shutdown          274 arch/x86/kernel/i8259.c 	.shutdown = i8259A_shutdown,
shutdown          349 arch/x86/kernel/kvmclock.c 	machine_ops.shutdown  = kvm_shutdown;
shutdown          761 arch/x86/kernel/reboot.c 	.shutdown = native_machine_shutdown,
shutdown          777 arch/x86/kernel/reboot.c 	machine_ops.shutdown();
shutdown          220 arch/x86/kernel/tboot.c 	void (*shutdown)(void);
shutdown          242 arch/x86/kernel/tboot.c 	shutdown = (void(*)(void))(unsigned long)tboot->shutdown_entry;
shutdown          243 arch/x86/kernel/tboot.c 	shutdown();
shutdown          514 arch/x86/oprofile/nmi_int.c 	model->shutdown(msrs);
shutdown          756 arch/x86/oprofile/nmi_int.c 	ops->shutdown		= nmi_shutdown;
shutdown          538 arch/x86/oprofile/op_model_amd.c 	.shutdown		= &op_amd_shutdown,
shutdown          710 arch/x86/oprofile/op_model_p4.c 	.shutdown		= &p4_shutdown
shutdown          722 arch/x86/oprofile/op_model_p4.c 	.shutdown		= &p4_shutdown
shutdown          196 arch/x86/oprofile/op_model_ppro.c 	.shutdown		= &ppro_shutdown
shutdown          244 arch/x86/oprofile/op_model_ppro.c 	.shutdown		= &ppro_shutdown
shutdown           50 arch/x86/oprofile/op_x86_model.h 	void		(*shutdown)(struct op_msrs const * const msrs);
shutdown          208 arch/x86/xen/enlighten_hvm.c 	machine_ops.shutdown = xen_hvm_shutdown;
shutdown         1095 arch/x86/xen/enlighten_pv.c 	.shutdown = xen_machine_halt,
shutdown          341 crypto/af_alg.c 	.shutdown	=	sock_no_shutdown,
shutdown          363 crypto/algif_aead.c 	.shutdown	=	sock_no_shutdown,
shutdown          459 crypto/algif_aead.c 	.shutdown	=	sock_no_shutdown,
shutdown          281 crypto/algif_hash.c 	.shutdown	=	sock_no_shutdown,
shutdown          388 crypto/algif_hash.c 	.shutdown	=	sock_no_shutdown,
shutdown          103 crypto/algif_rng.c 	.shutdown	=	sock_no_shutdown,
shutdown          194 crypto/algif_skcipher.c 	.shutdown	=	sock_no_shutdown,
shutdown          290 crypto/algif_skcipher.c 	.shutdown	=	sock_no_shutdown,
shutdown          190 drivers/acpi/evged.c 	.shutdown = ged_shutdown,
shutdown          322 drivers/amba/bus.c 	drv->shutdown(to_amba_device(dev));
shutdown          340 drivers/amba/bus.c 	SETFN(shutdown);
shutdown          598 drivers/ata/ahci.c 	.shutdown		= ahci_shutdown_one,
shutdown          105 drivers/ata/ahci_platform.c 	.shutdown = ahci_platform_shutdown,
shutdown          606 drivers/ata/pata_icside.c 	.shutdown	= pata_icside_shutdown,
shutdown         1052 drivers/ata/pata_octeon_cf.c 		.shutdown = octeon_cf_shutdown
shutdown         3223 drivers/base/core.c 		if (dev->bus && dev->bus->shutdown) {
shutdown         3226 drivers/base/core.c 			dev->bus->shutdown(dev);
shutdown         3227 drivers/base/core.c 		} else if (dev->driver && dev->driver->shutdown) {
shutdown         3230 drivers/base/core.c 			dev->driver->shutdown(dev);
shutdown          159 drivers/base/driver.c 	    (drv->bus->shutdown && drv->shutdown))
shutdown           63 drivers/base/isa.c 	if (isa_driver && isa_driver->shutdown)
shutdown           64 drivers/base/isa.c 		isa_driver->shutdown(dev, to_isa_dev(dev)->id);
shutdown           92 drivers/base/isa.c 	.shutdown	= isa_bus_shutdown,
shutdown          723 drivers/base/platform.c 	if (drv->shutdown)
shutdown          724 drivers/base/platform.c 		drv->shutdown(dev);
shutdown          739 drivers/base/platform.c 	drv->driver.shutdown = platform_drv_shutdown;
shutdown          123 drivers/base/syscore.c 		if (ops->shutdown) {
shutdown          125 drivers/base/syscore.c 				pr_info("PM: Calling %pS\n", ops->shutdown);
shutdown          126 drivers/base/syscore.c 			ops->shutdown();
shutdown         4364 drivers/block/mtip32xx/mtip32xx.c 	.shutdown		= mtip_pci_shutdown,
shutdown          993 drivers/block/nbd.c 	if (sock->ops->shutdown == sock_no_shutdown) {
shutdown          539 drivers/block/ps3disk.c 	.shutdown	= ps3disk_remove,
shutdown          833 drivers/block/ps3vram.c 	.shutdown	= ps3vram_remove,
shutdown         1080 drivers/block/rsxx/core.c 	.shutdown	= rsxx_pci_shutdown,
shutdown         3460 drivers/block/skd_main.c 	.shutdown	= skd_pci_shutdown,
shutdown           54 drivers/bluetooth/bcm203x.c 	atomic_t		shutdown;
shutdown          146 drivers/bluetooth/bcm203x.c 	if (atomic_read(&data->shutdown))
shutdown          240 drivers/bluetooth/bcm203x.c 	atomic_inc(&data->shutdown);
shutdown          962 drivers/bluetooth/btmtksdio.c 	hdev->shutdown = btmtksdio_shutdown;
shutdown         1008 drivers/bluetooth/btmtkuart.c 	hdev->shutdown = btmtkuart_shutdown;
shutdown         3752 drivers/bluetooth/btusb.c 		hdev->shutdown = btusb_shutdown_intel;
shutdown         3765 drivers/bluetooth/btusb.c 		hdev->shutdown = btusb_shutdown_intel_new;
shutdown         3781 drivers/bluetooth/btusb.c 		hdev->shutdown = btusb_mtk_shutdown;
shutdown         3814 drivers/bluetooth/btusb.c 		hdev->shutdown = btrtl_shutdown_realtek;
shutdown           92 drivers/bluetooth/hci_bcm.c 	struct gpio_desc	*shutdown;
shutdown          951 drivers/bluetooth/hci_bcm.c 	gpiod_set_value_cansleep(dev->shutdown, powered);
shutdown         1012 drivers/bluetooth/hci_bcm.c 	dev->shutdown = devm_gpiod_get_optional(dev->dev, "shutdown",
shutdown         1014 drivers/bluetooth/hci_bcm.c 	if (IS_ERR(dev->shutdown))
shutdown         1015 drivers/bluetooth/hci_bcm.c 		return PTR_ERR(dev->shutdown);
shutdown         1399 drivers/bluetooth/hci_bcm.c 	if (!bcmdev->shutdown) {
shutdown         1260 drivers/bluetooth/hci_qca.c 		hu->hdev->shutdown = qca_power_off;
shutdown          271 drivers/bus/fsl-mc/fsl-mc-bus.c 	mc_drv->shutdown(mc_dev);
shutdown          296 drivers/bus/fsl-mc/fsl-mc-bus.c 	if (mc_driver->shutdown)
shutdown          297 drivers/bus/fsl-mc/fsl-mc-bus.c 		mc_driver->driver.shutdown = fsl_mc_driver_shutdown;
shutdown          207 drivers/bus/mips_cdmm.c BUILD_PERCPU_HELPER(void, shutdown) /* void mips_cdmm_shutdown(struct device) */
shutdown          229 drivers/bus/mips_cdmm.c 	if (drv->shutdown)
shutdown          230 drivers/bus/mips_cdmm.c 		drv->drv.shutdown = mips_cdmm_shutdown;
shutdown         1313 drivers/char/ipmi/ipmi_msghandler.c 	if (user->handler->shutdown)
shutdown         1314 drivers/char/ipmi/ipmi_msghandler.c 		user->handler->shutdown(user->handler_data);
shutdown         3518 drivers/char/ipmi/ipmi_msghandler.c 	if (intf->handlers->shutdown)
shutdown         3519 drivers/char/ipmi/ipmi_msghandler.c 		intf->handlers->shutdown(intf->send_info);
shutdown         3616 drivers/char/ipmi/ipmi_msghandler.c 	if (intf->handlers->shutdown)
shutdown         3617 drivers/char/ipmi/ipmi_msghandler.c 		intf->handlers->shutdown(intf->send_info);
shutdown         1222 drivers/char/ipmi/ipmi_si_intf.c 	.shutdown               = shutdown_smi,
shutdown         1878 drivers/char/ipmi/ipmi_ssif.c 	ssif_info->handlers.shutdown = shutdown_ssif;
shutdown         2346 drivers/char/pcmcia/synclink_cs.c 	shutdown(info, tty);
shutdown         2434 drivers/char/pcmcia/synclink_cs.c 	shutdown(info, tty);
shutdown         4048 drivers/char/pcmcia/synclink_cs.c 	shutdown(info, tty);
shutdown          426 drivers/char/ps3flash.c 	.shutdown	= ps3flash_remove,
shutdown         1475 drivers/char/sonypi.c 	.shutdown	= sonypi_shutdown,
shutdown          357 drivers/char/tpm/tpm_ftpm_tee.c 	.shutdown = ftpm_tee_shutdown,
shutdown          663 drivers/crypto/cavium/cpt/cptpf_main.c 	.shutdown = cpt_shutdown,
shutdown          855 drivers/crypto/cavium/cpt/cptvf_main.c 	.shutdown = cptvf_shutdown,
shutdown          585 drivers/crypto/cavium/nitrox/nitrox_main.c 	.shutdown = nitrox_shutdown,
shutdown          574 drivers/crypto/chelsio/chtls/chtls_main.c 	chtls_cpl_prot.shutdown		= chtls_shutdown;
shutdown         1649 drivers/crypto/ux500/cryp/cryp_core.c 	.shutdown = ux500_cryp_shutdown,
shutdown         1929 drivers/crypto/ux500/hash/hash_core.c 	.shutdown = ux500_hash_shutdown,
shutdown          484 drivers/devfreq/exynos-bus.c 	.shutdown	= exynos_bus_shutdown,
shutdown         2149 drivers/dma/at_hdmac.c 	.shutdown	= at_dma_shutdown,
shutdown          196 drivers/dma/dw/platform.c 	.shutdown       = dw_shutdown,
shutdown         1321 drivers/dma/ioat/init.c 	.shutdown	= ioat_shutdown,
shutdown          971 drivers/dma/qcom/hidma.c 	.shutdown = hidma_shutdown,
shutdown         1965 drivers/dma/sh/rcar-dmac.c 	.shutdown	= rcar_dmac_shutdown,
shutdown          905 drivers/dma/sh/usb-dmac.c 	.shutdown	= usb_dmac_shutdown,
shutdown         1275 drivers/dma/txx9dmac.c 	.shutdown	= txx9dmac_shutdown,
shutdown          625 drivers/firmware/qcom_scm.c 	.shutdown = qcom_scm_shutdown,
shutdown          301 drivers/firmware/raspberrypi.c 	.shutdown	= rpi_firmware_shutdown,
shutdown          778 drivers/gpio/gpio-brcmstb.c 	.shutdown = brcmstb_gpio_shutdown,
shutdown          429 drivers/gpio/gpio-pcf857x.c 	.shutdown = pcf857x_shutdown,
shutdown          791 drivers/gpu/drm/amd/amdgpu/amdgpu.h 	bool				shutdown;
shutdown         2581 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 	adev->shutdown = false;
shutdown         2945 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 	adev->shutdown = true;
shutdown         1469 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c 	.shutdown = amdgpu_pci_shutdown,
shutdown          149 drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c 	if (!ih->enabled || adev->shutdown)
shutdown         1114 drivers/gpu/drm/drm_mipi_dsi.c 	drv->shutdown(dsi);
shutdown         1134 drivers/gpu/drm/drm_mipi_dsi.c 	if (drv->shutdown)
shutdown         1135 drivers/gpu/drm/drm_mipi_dsi.c 		drv->driver.shutdown = mipi_dsi_drv_shutdown;
shutdown         1593 drivers/gpu/drm/omapdrm/dss/dss.c 	.shutdown	= dss_shutdown,
shutdown          565 drivers/gpu/drm/panel/panel-innolux-p079zca.c 	.shutdown = innolux_panel_shutdown,
shutdown          513 drivers/gpu/drm/panel/panel-jdi-lt070me05000.c 	.shutdown = jdi_panel_shutdown,
shutdown          469 drivers/gpu/drm/panel/panel-kingdisplay-kd097d04.c 	.shutdown = kingdisplay_panel_shutdown,
shutdown          248 drivers/gpu/drm/panel/panel-osd-osd101t2587-53ts.c 	.shutdown = osd101t2587_panel_shutdown,
shutdown          311 drivers/gpu/drm/panel/panel-panasonic-vvx10f034n00.c 	.shutdown = wuxga_nt_panel_shutdown,
shutdown          662 drivers/gpu/drm/panel/panel-raydium-rm67191.c 	.shutdown = rad_panel_shutdown,
shutdown          414 drivers/gpu/drm/panel/panel-rocktech-jh057n00900.c 	.shutdown = jh057n_shutdown,
shutdown          364 drivers/gpu/drm/panel/panel-seiko-43wvf1g.c 	.shutdown = seiko_panel_shutdown,
shutdown          442 drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c 	.shutdown = sharp_panel_shutdown,
shutdown          345 drivers/gpu/drm/panel/panel-sharp-ls043t1le01.c 	.shutdown = sharp_nt_panel_shutdown,
shutdown         3473 drivers/gpu/drm/panel/panel-simple.c 	.shutdown = panel_simple_platform_shutdown,
shutdown         3767 drivers/gpu/drm/panel/panel-simple.c 	.shutdown = panel_simple_dsi_shutdown,
shutdown         7568 drivers/gpu/drm/radeon/cik.c 	if (!rdev->ih.enabled || rdev->shutdown)
shutdown         4718 drivers/gpu/drm/radeon/evergreen.c 	if (!rdev->ih.enabled || rdev->shutdown)
shutdown          779 drivers/gpu/drm/radeon/r100.c 	if (rdev->shutdown) {
shutdown         4105 drivers/gpu/drm/radeon/r600.c 	if (!rdev->ih.enabled || rdev->shutdown)
shutdown         2388 drivers/gpu/drm/radeon/radeon.h 	bool				shutdown;
shutdown         1296 drivers/gpu/drm/radeon/radeon_device.c 	rdev->shutdown = false;
shutdown         1531 drivers/gpu/drm/radeon/radeon_device.c 	rdev->shutdown = true;
shutdown          669 drivers/gpu/drm/radeon/radeon_drv.c 	.shutdown = radeon_pci_shutdown,
shutdown         6260 drivers/gpu/drm/radeon/si.c 	if (!rdev->ih.enabled || rdev->shutdown)
shutdown         1219 drivers/gpu/drm/rockchip/cdn-dp-core.c 	.shutdown = cdn_dp_shutdown,
shutdown          458 drivers/gpu/drm/rockchip/rockchip_drm_drv.c 	.shutdown = rockchip_drm_platform_shutdown,
shutdown           37 drivers/gpu/drm/tilcdc/tilcdc_crtc.c 	bool shutdown;
shutdown          451 drivers/gpu/drm/tilcdc/tilcdc_crtc.c 	if (tilcdc_crtc->enabled || tilcdc_crtc->shutdown) {
shutdown          492 drivers/gpu/drm/tilcdc/tilcdc_crtc.c static void tilcdc_crtc_off(struct drm_crtc *crtc, bool shutdown)
shutdown          499 drivers/gpu/drm/tilcdc/tilcdc_crtc.c 	if (shutdown)
shutdown          500 drivers/gpu/drm/tilcdc/tilcdc_crtc.c 		tilcdc_crtc->shutdown = true;
shutdown          298 drivers/gpu/drm/tiny/hx8357d.c 	.shutdown = hx8357d_shutdown,
shutdown          464 drivers/gpu/drm/tiny/ili9225.c 	.shutdown = ili9225_shutdown,
shutdown          262 drivers/gpu/drm/tiny/ili9341.c 	.shutdown = ili9341_shutdown,
shutdown          288 drivers/gpu/drm/tiny/mi0283qt.c 	.shutdown = mi0283qt_shutdown,
shutdown         1206 drivers/gpu/drm/tiny/repaper.c 	.shutdown = repaper_shutdown,
shutdown          418 drivers/gpu/drm/tiny/st7586.c 	.shutdown = st7586_shutdown,
shutdown          240 drivers/gpu/drm/tiny/st7735r.c 	.shutdown = st7735r_shutdown,
shutdown         1008 drivers/gpu/drm/vc4/vc4_hdmi.c 	.shutdown = vc4_hdmi_audio_shutdown,
shutdown          638 drivers/gpu/host1x/bus.c 	if (driver->shutdown)
shutdown          639 drivers/gpu/host1x/bus.c 		driver->shutdown(device);
shutdown          674 drivers/gpu/host1x/bus.c 	driver->driver.shutdown = host1x_device_shutdown;
shutdown          162 drivers/greybus/core.c 	.shutdown =	greybus_shutdown,
shutdown         1275 drivers/hid/i2c-hid/i2c-hid-core.c 	.shutdown	= i2c_hid_shutdown,
shutdown          939 drivers/hv/vmbus_drv.c 	if (drv->shutdown)
shutdown          940 drivers/hv/vmbus_drv.c 		drv->shutdown(dev);
shutdown         1023 drivers/hv/vmbus_drv.c 	.shutdown =		vmbus_shutdown,
shutdown          588 drivers/hwmon/gpio-fan.c 	.shutdown	= gpio_fan_shutdown,
shutdown         1953 drivers/i2c/busses/i2c-i801.c 	.shutdown	= i801_shutdown,
shutdown          459 drivers/i2c/i2c-core-base.c 	if (driver->shutdown)
shutdown          460 drivers/i2c/i2c-core-base.c 		driver->shutdown(client);
shutdown          507 drivers/i2c/i2c-core-base.c 	.shutdown	= i2c_device_shutdown,
shutdown          670 drivers/ide/icside.c 	.shutdown	= icside_shutdown,
shutdown          175 drivers/ide/ide-gd.c 	.shutdown		= ide_gd_shutdown,
shutdown          150 drivers/ide/ide.c 	if (dev->driver && drv->shutdown)
shutdown          151 drivers/ide/ide.c 		drv->shutdown(drive);
shutdown          160 drivers/ide/ide.c 	.shutdown	= generic_ide_shutdown,
shutdown         1412 drivers/infiniband/hw/hfi1/init.c 	.shutdown = shutdown_one,
shutdown         1179 drivers/infiniband/hw/qib/qib_init.c 	.shutdown = qib_shutdown_one,
shutdown         1954 drivers/input/keyboard/applespi.c 	.shutdown	= applespi_shutdown,
shutdown         1014 drivers/input/keyboard/gpio_keys.c 	.shutdown	= gpio_keys_shutdown,
shutdown          267 drivers/input/keyboard/mcs_touchkey.c 	.shutdown       = mcs_touchkey_shutdown,
shutdown          145 drivers/input/misc/apanel.c 	.shutdown	= &apanel_shutdown,
shutdown          195 drivers/input/misc/axp20x-pek.c DEVICE_ATTR(shutdown, 0644, axp20x_show_attr_shutdown,
shutdown          118 drivers/input/misc/cm109.c 	unsigned shutdown:1;
shutdown          409 drivers/input/misc/cm109.c 	if (likely(!dev->shutdown)) {
shutdown          456 drivers/input/misc/cm109.c 	if (likely(!dev->shutdown)) {
shutdown          517 drivers/input/misc/cm109.c 	dev->shutdown = 1;
shutdown          528 drivers/input/misc/cm109.c 	dev->shutdown = 0;
shutdown          180 drivers/input/misc/ixp4xx-beeper.c 	.shutdown	= ixp4xx_spkr_shutdown,
shutdown          101 drivers/input/misc/m68kspkr.c 	.shutdown	= m68kspkr_shutdown,
shutdown          132 drivers/input/misc/pcspkr.c 	.shutdown	= pcspkr_shutdown,
shutdown          442 drivers/input/misc/pmic8xxx-pwrkey.c 	.shutdown	= pmic8xxx_pwrkey_shutdown,
shutdown          266 drivers/input/misc/sparcspkr.c 	.shutdown	= sparcspkr_shutdown,
shutdown          346 drivers/input/misc/sparcspkr.c 	.shutdown	= sparcspkr_shutdown,
shutdown          106 drivers/input/misc/yealink.c 	unsigned int shutdown:1;
shutdown          439 drivers/input/misc/yealink.c 	if (!yld->shutdown) {
shutdown          461 drivers/input/misc/yealink.c 		if (!yld->shutdown)
shutdown          467 drivers/input/misc/yealink.c 		if (!yld->shutdown)
shutdown          533 drivers/input/misc/yealink.c 	yld->shutdown = 1;
shutdown          543 drivers/input/misc/yealink.c 	yld->shutdown = 0;
shutdown         1596 drivers/input/serio/i8042.c 	.shutdown	= i8042_shutdown,
shutdown         1021 drivers/input/serio/serio.c 	.shutdown	= serio_shutdown,
shutdown         3707 drivers/iommu/arm-smmu-v3.c 	.shutdown = arm_smmu_device_shutdown,
shutdown         2244 drivers/iommu/arm-smmu.c 	.shutdown = arm_smmu_device_shutdown,
shutdown         1302 drivers/iommu/rockchip-iommu.c 	.shutdown = rk_iommu_shutdown,
shutdown          663 drivers/ipack/devices/ipoctal.c 	.shutdown =		ipoctal_shutdown,
shutdown          225 drivers/irqchip/irq-i8259.c 	.shutdown = i8259A_shutdown,
shutdown          583 drivers/isdn/mISDN/socket.c 	.shutdown	= sock_no_shutdown,
shutdown          740 drivers/isdn/mISDN/socket.c 	.shutdown	= sock_no_shutdown,
shutdown          318 drivers/leds/leds-gpio.c 	.shutdown	= gpio_led_shutdown,
shutdown          744 drivers/leds/leds-lm3533.c 	.shutdown	= lm3533_led_shutdown,
shutdown          260 drivers/leds/leds-wm8350.c 	.shutdown = wm8350_led_shutdown,
shutdown          110 drivers/leds/trigger/ledtrig-cpu.c 	.shutdown	= ledtrig_cpu_syscore_shutdown,
shutdown          108 drivers/macintosh/macio_asic.c 	if (dev->driver && drv->shutdown)
shutdown          109 drivers/macintosh/macio_asic.c 		drv->shutdown(macio_dev);
shutdown          140 drivers/macintosh/macio_asic.c        .shutdown = macio_device_shutdown,
shutdown          595 drivers/macintosh/rack-meter.c 	.shutdown = rackmeter_shutdown,
shutdown          105 drivers/mailbox/arm_mhu.c 	.shutdown = mhu_shutdown,
shutdown          140 drivers/mailbox/armada-37xx-rwtm-mailbox.c 	.shutdown	= a37xx_mbox_shutdown,
shutdown         1451 drivers/mailbox/bcm-flexrm-mailbox.c 	.shutdown	= flexrm_shutdown,
shutdown         1422 drivers/mailbox/bcm-pdc-mailbox.c 	.shutdown = pdc_shutdown
shutdown          123 drivers/mailbox/bcm2835-mailbox.c 	.shutdown	= bcm2835_shutdown,
shutdown          218 drivers/mailbox/hi6220-mailbox.c 	.shutdown     = hi6220_mbox_shutdown,
shutdown          242 drivers/mailbox/imx-mailbox.c 	.shutdown = imx_mu_shutdown,
shutdown          280 drivers/mailbox/mailbox-altera.c 	.shutdown = altera_mbox_shutdown,
shutdown          385 drivers/mailbox/mailbox-sti.c 	.shutdown	= sti_mbox_shutdown_chan,
shutdown          167 drivers/mailbox/mailbox-xgene-slimpro.c 	.shutdown = slimpro_mbox_shutdown,
shutdown          443 drivers/mailbox/mailbox.c 	if (chan->mbox->ops->shutdown)
shutdown          444 drivers/mailbox/mailbox.c 		chan->mbox->ops->shutdown(chan);
shutdown          438 drivers/mailbox/mtk-cmdq-mailbox.c 	.shutdown = cmdq_mbox_shutdown,
shutdown          597 drivers/mailbox/omap-mailbox.c 	.shutdown       = omap_mbox_chan_shutdown,
shutdown          111 drivers/mailbox/platform_mhu.c 	.shutdown = platform_mhu_shutdown,
shutdown          104 drivers/mailbox/rockchip-mailbox.c 	.shutdown	= rockchip_mbox_shutdown,
shutdown          201 drivers/mailbox/stm32-ipcc.c 	.shutdown	= stm32_ipcc_shutdown,
shutdown          363 drivers/mailbox/tegra-hsp.c 	.shutdown = tegra_hsp_doorbell_shutdown,
shutdown          490 drivers/mailbox/tegra-hsp.c 	.shutdown = tegra_hsp_mailbox_shutdown,
shutdown          648 drivers/mailbox/ti-msgmgr.c 	.shutdown = ti_msgmgr_queue_shutdown,
shutdown          389 drivers/mailbox/zynqmp-ipi-mailbox.c 	.shutdown = zynqmp_ipi_shutdown,
shutdown          101 drivers/mcb/mcb-core.c 	if (mdrv && mdrv->shutdown)
shutdown          102 drivers/mcb/mcb-core.c 		mdrv->shutdown(mdev);
shutdown          165 drivers/mcb/mcb-core.c 	.shutdown = mcb_shutdown,
shutdown          740 drivers/media/i2c/cx25840/cx25840-ir.c 	ir_state->rx_params.shutdown = true;
shutdown          757 drivers/media/i2c/cx25840/cx25840-ir.c 	if (p->shutdown)
shutdown          768 drivers/media/i2c/cx25840/cx25840-ir.c 	o->shutdown = p->shutdown;
shutdown          928 drivers/media/i2c/cx25840/cx25840-ir.c 	ir_state->tx_params.shutdown = true;
shutdown          945 drivers/media/i2c/cx25840/cx25840-ir.c 	if (p->shutdown)
shutdown          955 drivers/media/i2c/cx25840/cx25840-ir.c 	o->shutdown = p->shutdown;
shutdown         1178 drivers/media/i2c/cx25840/cx25840-ir.c 	.shutdown = true,
shutdown         1197 drivers/media/i2c/cx25840/cx25840-ir.c 	.shutdown = true,
shutdown          422 drivers/media/pci/bt8xx/bt878.c 	bt->shutdown = 0;
shutdown          524 drivers/media/pci/bt8xx/bt878.c 	bt->shutdown = 1;
shutdown          124 drivers/media/pci/bt8xx/bt878.h 	int shutdown;
shutdown         4237 drivers/media/pci/bt8xx/bttv-driver.c 	btv->shutdown=1;
shutdown           75 drivers/media/pci/bt8xx/bttv-if.c 	if(btv->shutdown) {
shutdown          376 drivers/media/pci/bt8xx/bttvp.h 	int shutdown;
shutdown         1961 drivers/media/pci/cx23885/cx23885-cards.c 		params.shutdown = false;
shutdown         1964 drivers/media/pci/cx23885/cx23885-cards.c 		params.shutdown = true;
shutdown          109 drivers/media/pci/cx23885/cx23885-input.c 		params.shutdown = atomic_read(&dev->ir_input_stopping);
shutdown          120 drivers/media/pci/cx23885/cx23885-input.c 		params.shutdown = atomic_read(&dev->ir_input_stopping);
shutdown          156 drivers/media/pci/cx23885/cx23885-input.c 		params.shutdown = false;
shutdown          184 drivers/media/pci/cx23885/cx23885-input.c 		params.shutdown = false;
shutdown          238 drivers/media/pci/cx23885/cx23885-input.c 	while (params.shutdown == false) {
shutdown          241 drivers/media/pci/cx23885/cx23885-input.c 		params.shutdown = true;
shutdown          726 drivers/media/pci/cx23885/cx23888-ir.c 	state->rx_params.shutdown = true;
shutdown          740 drivers/media/pci/cx23885/cx23888-ir.c 	if (p->shutdown)
shutdown          748 drivers/media/pci/cx23885/cx23888-ir.c 	o->shutdown = p->shutdown;
shutdown          854 drivers/media/pci/cx23885/cx23888-ir.c 	state->tx_params.shutdown = true;
shutdown          868 drivers/media/pci/cx23885/cx23888-ir.c 	if (p->shutdown)
shutdown          876 drivers/media/pci/cx23885/cx23888-ir.c 	o->shutdown = p->shutdown;
shutdown         1130 drivers/media/pci/cx23885/cx23888-ir.c 	.shutdown = true,
shutdown         1149 drivers/media/pci/cx23885/cx23888-ir.c 	.shutdown = true,
shutdown         1222 drivers/media/pci/ngene/ngene-cards.c 	.shutdown    = ngene_shutdown,
shutdown         1178 drivers/media/rc/ene_ir.c 	.shutdown = ene_shutdown,
shutdown          663 drivers/media/rc/fintek-cir.c 	.shutdown	= fintek_shutdown,
shutdown         1691 drivers/media/rc/ite-cir.c 	.shutdown	= ite_shutdown,
shutdown          232 drivers/media/rc/meson-ir.c 	.shutdown	= meson_ir_shutdown,
shutdown         1142 drivers/media/rc/nuvoton-cir.c 	.shutdown	= nvt_shutdown,
shutdown         1197 drivers/media/rc/winbond-cir.c 	.shutdown = wbcir_shutdown
shutdown          495 drivers/media/usb/cx231xx/cx231xx-audio.c 	if (dev->adev.users == 0 && dev->adev.shutdown == 1) {
shutdown          498 drivers/media/usb/cx231xx/cx231xx-audio.c 		dev->adev.shutdown = 0;
shutdown          417 drivers/media/usb/cx231xx/cx231xx.h 	int users, shutdown;
shutdown         1926 drivers/memory/emif.c 	.shutdown	= emif_shutdown,
shutdown         1359 drivers/message/fusion/mptfc.c 	.shutdown	= mptscsih_shutdown,
shutdown         5378 drivers/message/fusion/mptsas.c 	.shutdown	= mptsas_shutdown,
shutdown         1558 drivers/message/fusion/mptspi.c 	.shutdown	= mptscsih_shutdown,
shutdown           66 drivers/mfd/ab8500-sysctrl.c 		goto shutdown;
shutdown           82 drivers/mfd/ab8500-sysctrl.c shutdown:
shutdown         1066 drivers/mfd/asic3.c 	.shutdown	= asic3_shutdown,
shutdown          518 drivers/mfd/da9150-core.c 	.shutdown	= da9150_shutdown,
shutdown          618 drivers/mfd/intel_soc_pmic_bxtwc.c 	.shutdown = bxtwc_shutdown,
shutdown          176 drivers/mfd/intel_soc_pmic_chtdc_ti.c 	.shutdown = chtdc_ti_shutdown,
shutdown          225 drivers/mfd/intel_soc_pmic_chtwc.c 	.shutdown = cht_wc_shutdown,
shutdown          189 drivers/mfd/intel_soc_pmic_core.c 	.shutdown = intel_soc_pmic_shutdown,
shutdown          543 drivers/mfd/rk808.c 	.shutdown = rk8xx_syscore_shutdown,
shutdown          549 drivers/mfd/sec-core.c 	.shutdown = sec_pmic_shutdown,
shutdown          195 drivers/misc/atmel_tclib.c 	.shutdown = tc_shutdown,
shutdown         1700 drivers/misc/cardreader/rtsx_pcr.c 	.shutdown = rtsx_pci_shutdown,
shutdown          506 drivers/misc/cxl/of.c 	.shutdown = cxl_of_shutdown,
shutdown         2096 drivers/misc/cxl/pci.c 	.shutdown = cxl_remove,
shutdown          512 drivers/misc/mei/pci-me.c 	.shutdown = mei_me_shutdown,
shutdown          401 drivers/misc/mei/pci-txe.c 	.shutdown = mei_txe_shutdown,
shutdown          291 drivers/misc/mic/card/mic_x100.c 	.shutdown = mic_platform_shutdown,
shutdown           65 drivers/misc/ocxl/pci.c 	.shutdown = ocxl_remove,
shutdown          772 drivers/misc/pti.c 	.shutdown = pti_port_shutdown,
shutdown         3009 drivers/mmc/core/block.c 	.shutdown	= mmc_blk_shutdown,
shutdown          134 drivers/mmc/core/bus.c 	if (dev->driver && drv->shutdown)
shutdown          135 drivers/mmc/core/bus.c 		drv->shutdown(card);
shutdown          137 drivers/mmc/core/bus.c 	if (host->bus_ops->shutdown) {
shutdown          138 drivers/mmc/core/bus.c 		ret = host->bus_ops->shutdown(host);
shutdown          209 drivers/mmc/core/bus.c 	.shutdown	= mmc_bus_shutdown,
shutdown           36 drivers/mmc/core/bus.h 	void (*shutdown)(struct mmc_card *card);
shutdown           29 drivers/mmc/core/core.h 	int (*shutdown)(struct mmc_host *);
shutdown         2192 drivers/mmc/core/mmc.c 	.shutdown = mmc_shutdown,
shutdown         3252 drivers/mmc/core/mmc_test.c 	.shutdown	= mmc_test_shutdown,
shutdown         1262 drivers/mmc/core/sd.c 	.shutdown = mmc_sd_suspend,
shutdown         1010 drivers/mmc/core/sdio_uart.c 	.shutdown = sdio_uart_shutdown,
shutdown         1824 drivers/mmc/host/s3cmci.c 	.shutdown	= s3cmci_shutdown,
shutdown          601 drivers/mtd/maps/physmap-core.c 	.shutdown	= physmap_flash_shutdown,
shutdown          133 drivers/mtd/maps/pxa2xx-flash.c 	.shutdown	= pxa2xx_flash_shutdown,
shutdown          123 drivers/mtd/maps/rbtx4939-flash.c 	.shutdown	= rbtx4939_flash_shutdown,
shutdown          607 drivers/mtd/nand/onenand/omap2.c 	.shutdown	= omap2_onenand_shutdown,
shutdown         1068 drivers/mtd/nand/raw/r852.c 	.shutdown	= r852_shutdown,
shutdown         5145 drivers/mtd/spi-nor/spi-nor.c 	.shutdown = spi_nor_shutdown,
shutdown          802 drivers/mtd/ubi/ubi.h 	int (*func)(struct ubi_device *ubi, struct ubi_work *wrk, int shutdown);
shutdown          577 drivers/mtd/ubi/wl.c 			int shutdown);
shutdown          655 drivers/mtd/ubi/wl.c 				int shutdown)
shutdown          668 drivers/mtd/ubi/wl.c 	if (shutdown)
shutdown         1197 drivers/mtd/ubi/wl.c 			  int shutdown)
shutdown         1201 drivers/mtd/ubi/wl.c 	if (shutdown) {
shutdown         1270 drivers/net/dsa/bcm_sf2.c 	.shutdown = bcm_sf2_sw_shutdown,
shutdown         1292 drivers/net/dsa/microchip/ksz8795.c 	.shutdown = ksz8795_reset_switch,
shutdown           77 drivers/net/dsa/microchip/ksz8795_spi.c 	if (dev && dev->dev_ops->shutdown)
shutdown           78 drivers/net/dsa/microchip/ksz8795_spi.c 		dev->dev_ops->shutdown(dev);
shutdown           97 drivers/net/dsa/microchip/ksz8795_spi.c 	.shutdown = ksz8795_spi_shutdown,
shutdown         1608 drivers/net/dsa/microchip/ksz9477.c 	.shutdown = ksz9477_reset_switch,
shutdown           68 drivers/net/dsa/microchip/ksz9477_i2c.c 	if (dev && dev->dev_ops->shutdown)
shutdown           69 drivers/net/dsa/microchip/ksz9477_i2c.c 		dev->dev_ops->shutdown(dev);
shutdown           95 drivers/net/dsa/microchip/ksz9477_i2c.c 	.shutdown = ksz9477_i2c_shutdown,
shutdown           76 drivers/net/dsa/microchip/ksz9477_spi.c 	if (dev && dev->dev_ops->shutdown)
shutdown           77 drivers/net/dsa/microchip/ksz9477_spi.c 		dev->dev_ops->shutdown(dev);
shutdown           99 drivers/net/dsa/microchip/ksz9477_spi.c 	.shutdown = ksz9477_spi_shutdown,
shutdown          142 drivers/net/dsa/microchip/ksz_common.h 	int (*shutdown)(struct ksz_device *dev);
shutdown         3663 drivers/net/ethernet/amazon/ena/ena_netdev.c static void __ena_shutoff(struct pci_dev *pdev, bool shutdown)
shutdown         3684 drivers/net/ethernet/amazon/ena/ena_netdev.c 	if (shutdown) {
shutdown         3780 drivers/net/ethernet/amazon/ena/ena_netdev.c 	.shutdown	= ena_shutdown,
shutdown          738 drivers/net/ethernet/apm/xgene-v2/main.c 	.shutdown = xge_shutdown,
shutdown         1017 drivers/net/ethernet/apm/xgene/xgene_enet_hw.c 	.shutdown = xgene_gport_shutdown,
shutdown         2148 drivers/net/ethernet/apm/xgene/xgene_enet_main.c 	pdata->port_ops->shutdown(pdata);
shutdown         2176 drivers/net/ethernet/apm/xgene/xgene_enet_main.c 	.shutdown = xgene_enet_shutdown,
shutdown          166 drivers/net/ethernet/apm/xgene/xgene_enet_main.h 	void (*shutdown)(struct xgene_enet_pdata *pdata);
shutdown           63 drivers/net/ethernet/apm/xgene/xgene_enet_sgmac.c 	u32 data, shutdown;
shutdown           66 drivers/net/ethernet/apm/xgene/xgene_enet_sgmac.c 	shutdown = xgene_enet_rd_diag_csr(p, ENET_CFG_MEM_RAM_SHUTDOWN_ADDR);
shutdown           69 drivers/net/ethernet/apm/xgene/xgene_enet_sgmac.c 	if (!shutdown && data == ~0U) {
shutdown          605 drivers/net/ethernet/apm/xgene/xgene_enet_sgmac.c 	.shutdown	= xgene_enet_shutdown
shutdown          531 drivers/net/ethernet/apm/xgene/xgene_enet_xgmac.c 	.shutdown = xgene_enet_shutdown,
shutdown          369 drivers/net/ethernet/aquantia/atlantic/aq_pci_func.c 	.shutdown = aq_pci_shutdown,
shutdown         2787 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 	.shutdown = atl1c_shutdown,
shutdown         2550 drivers/net/ethernet/atheros/atl1e/atl1e_main.c 	.shutdown = atl1e_shutdown,
shutdown         3123 drivers/net/ethernet/atheros/atlx/atl1.c 	.shutdown = atl1_shutdown,
shutdown         1680 drivers/net/ethernet/atheros/atlx/atl2.c 	.shutdown = atl2_shutdown,
shutdown         8848 drivers/net/ethernet/broadcom/bnx2.c 	.shutdown	= bnx2_shutdown,
shutdown         14476 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	.shutdown    = bnx2x_shutdown,
shutdown         12112 drivers/net/ethernet/broadcom/bnxt/bnxt.c 	.shutdown	= bnxt_shutdown,
shutdown         18324 drivers/net/ethernet/broadcom/tg3.c 	.shutdown	= tg3_shutdown,
shutdown         2333 drivers/net/ethernet/cavium/thunder/nicvf_main.c 	.shutdown = nicvf_shutdown,
shutdown         6260 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	.shutdown = shutdown_one,
shutdown         3465 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c 	.shutdown	= cxgb4vf_pci_shutdown,
shutdown         6247 drivers/net/ethernet/emulex/benet/be_main.c 	.shutdown = be_shutdown,
shutdown          102 drivers/net/ethernet/freescale/fs_enet/fs_enet.h 	void (*shutdown) (struct net_device * dev);
shutdown         2064 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 	.shutdown = hns3_shutdown,
shutdown         1164 drivers/net/ethernet/huawei/hinic/hinic_main.c 	.shutdown       = hinic_shutdown,
shutdown         3163 drivers/net/ethernet/intel/e100.c 	.shutdown =     e100_shutdown,
shutdown          192 drivers/net/ethernet/intel/e1000/e1000_main.c 	.shutdown = e1000_shutdown,
shutdown         7590 drivers/net/ethernet/intel/e1000e/netdev.c 	.shutdown = e1000_shutdown,
shutdown         15762 drivers/net/ethernet/intel/i40e/i40e_main.c 	.shutdown = i40e_shutdown,
shutdown         3955 drivers/net/ethernet/intel/iavf/iavf_main.c 	.shutdown = iavf_shutdown,
shutdown          235 drivers/net/ethernet/intel/igb/igb_main.c 	.shutdown = igb_shutdown,
shutdown         2976 drivers/net/ethernet/intel/igbvf/netdev.c 	.shutdown	= igbvf_shutdown,
shutdown         11493 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	.shutdown = ixgbe_shutdown,
shutdown         4884 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 	.shutdown	= ixgbevf_shutdown,
shutdown         3280 drivers/net/ethernet/jme.c 	.shutdown       = jme_shutdown,
shutdown         3266 drivers/net/ethernet/marvell/mv643xx_eth.c 	.shutdown	= mv643xx_eth_shutdown,
shutdown         1594 drivers/net/ethernet/marvell/pxa168_eth.c 	.shutdown = pxa168_eth_shutdown,
shutdown         4144 drivers/net/ethernet/marvell/skge.c 	.shutdown =	skge_shutdown,
shutdown         5266 drivers/net/ethernet/marvell/sky2.c 	.shutdown = sky2_shutdown,
shutdown         4419 drivers/net/ethernet/mellanox/mlx4/main.c 	.shutdown	= mlx4_shutdown,
shutdown         1623 drivers/net/ethernet/mellanox/mlx5/core/main.c 	.shutdown	= shutdown,
shutdown         3041 drivers/net/ethernet/microchip/lan743x_main.c 	.shutdown = lan743x_pcidev_shutdown,
shutdown          868 drivers/net/ethernet/netronome/nfp/nfp_main.c 	.shutdown		= nfp_pci_shutdown,
shutdown          326 drivers/net/ethernet/netronome/nfp/nfp_netvf_main.c 	.shutdown    = nfp_netvf_pci_remove,
shutdown         6435 drivers/net/ethernet/nvidia/forcedeth.c 	.shutdown	= nv_shutdown,
shutdown         2720 drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c 	.shutdown = pch_gbe_shutdown,
shutdown         3460 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c 	.shutdown = netxen_nic_shutdown,
shutdown          211 drivers/net/ethernet/qlogic/qede/qede_main.c 	.shutdown = qede_shutdown,
shutdown         1746 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h 	int (*shutdown)(struct pci_dev *);
shutdown         2021 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h 	return adapter->nic_ops->shutdown(pdev);
shutdown          258 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c 	.shutdown		= qlcnic_83xx_shutdown,
shutdown          568 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c 	.shutdown		= qlcnic_82xx_shutdown,
shutdown         4270 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c 	.shutdown = qlcnic_shutdown,
shutdown           90 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c 	.shutdown		= qlcnic_sriov_vf_shutdown,
shutdown          768 drivers/net/ethernet/qualcomm/emac/emac.c 	.shutdown = emac_shutdown,
shutdown         7272 drivers/net/ethernet/realtek/r8169_main.c 	.shutdown	= rtl_shutdown,
shutdown         1852 drivers/net/ethernet/toshiba/ps3_gelic_net.c 	.shutdown = ps3_gelic_driver_remove,
shutdown         2582 drivers/net/ethernet/via/via-rhine.c 	.shutdown	= rhine_shutdown_pci,
shutdown         1912 drivers/net/ethernet/xilinx/xilinx_axienet_main.c 	.shutdown = axienet_shutdown,
shutdown           49 drivers/net/ieee802154/atusb.c 	int shutdown;			/* non-zero if shutting down */
shutdown          240 drivers/net/ieee802154/atusb.c 	if (atusb->shutdown)
shutdown          338 drivers/net/ieee802154/atusb.c 	if (!atusb->shutdown)
shutdown         1032 drivers/net/ieee802154/atusb.c 	atusb->shutdown = 0;
shutdown         1130 drivers/net/ieee802154/atusb.c 	atusb->shutdown = 1;
shutdown         2037 drivers/net/phy/sfp.c 	.shutdown = sfp_shutdown,
shutdown         1114 drivers/net/ppp/pppoe.c 	.shutdown	= sock_no_shutdown,
shutdown          619 drivers/net/ppp/pptp.c 	.shutdown   = sock_no_shutdown,
shutdown         1323 drivers/net/thunderbolt.c 	.shutdown = tbnet_shutdown,
shutdown         3790 drivers/net/vmxnet3/vmxnet3_drv.c 	.shutdown	= vmxnet3_shutdown_device,
shutdown         6551 drivers/net/wireless/intel/ipw2x00/ipw2100.c 	.shutdown = ipw2100_shutdown,
shutdown         11941 drivers/net/wireless/intel/ipw2x00/ipw2200.c 	.shutdown = ipw_pci_shutdown,
shutdown          535 drivers/net/wireless/intersil/hostap/hostap_cs.c 	local->shutdown = 0;
shutdown          564 drivers/net/wireless/intersil/hostap/hostap_cs.c 		iface->local->shutdown = 1;
shutdown         2640 drivers/net/wireless/intersil/hostap/hostap_hw.c 			if (local->shutdown)
shutdown          707 drivers/net/wireless/intersil/hostap/hostap_wlan.h 	int shutdown;
shutdown          433 drivers/net/wireless/marvell/mwifiex/pcie.c 	.shutdown = mwifiex_pcie_shutdown,
shutdown         1203 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h 	bool shutdown;
shutdown         5095 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c 	if (!priv->shutdown) {
shutdown         5818 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c 	priv->shutdown = false;
shutdown         5868 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c 	priv->shutdown = true;
shutdown         1539 drivers/net/wireless/rsi/rsi_91x_sdio.c 		.shutdown   = rsi_shutdown,
shutdown           58 drivers/nfc/nfcsim.c 	u8 shutdown;
shutdown          119 drivers/nfc/nfcsim.c 	link->shutdown = 1;
shutdown          152 drivers/nfc/nfcsim.c 	if (link->shutdown) {
shutdown          138 drivers/nvdimm/bus.c 	if (nd_drv && nd_drv->shutdown) {
shutdown          139 drivers/nvdimm/bus.c 		nd_drv->shutdown(dev);
shutdown          291 drivers/nvdimm/bus.c 	.shutdown = nvdimm_bus_shutdown,
shutdown          619 drivers/nvdimm/pmem.c 	.shutdown = nd_pmem_shutdown,
shutdown           84 drivers/nvme/host/pci.c static void nvme_dev_disable(struct nvme_dev *dev, bool shutdown);
shutdown         1398 drivers/nvme/host/pci.c static void nvme_disable_admin_queue(struct nvme_dev *dev, bool shutdown)
shutdown         1402 drivers/nvme/host/pci.c 	if (shutdown)
shutdown         2415 drivers/nvme/host/pci.c static void nvme_dev_disable(struct nvme_dev *dev, bool shutdown)
shutdown         2437 drivers/nvme/host/pci.c 	if (!dead && shutdown && freeze)
shutdown         2444 drivers/nvme/host/pci.c 		nvme_disable_admin_queue(dev, shutdown);
shutdown         2461 drivers/nvme/host/pci.c 	if (shutdown) {
shutdown         2469 drivers/nvme/host/pci.c static int nvme_disable_prepare_reset(struct nvme_dev *dev, bool shutdown)
shutdown         2473 drivers/nvme/host/pci.c 	nvme_dev_disable(dev, shutdown);
shutdown         3145 drivers/nvme/host/pci.c 	.shutdown	= nvme_shutdown,
shutdown         1888 drivers/nvme/host/rdma.c static void nvme_rdma_shutdown_ctrl(struct nvme_rdma_ctrl *ctrl, bool shutdown)
shutdown         1893 drivers/nvme/host/rdma.c 	nvme_rdma_teardown_io_queues(ctrl, shutdown);
shutdown         1895 drivers/nvme/host/rdma.c 	if (shutdown)
shutdown         1899 drivers/nvme/host/rdma.c 	nvme_rdma_teardown_admin_queue(ctrl, shutdown);
shutdown         1926 drivers/nvme/host/tcp.c static void nvme_tcp_teardown_ctrl(struct nvme_ctrl *ctrl, bool shutdown)
shutdown         1931 drivers/nvme/host/tcp.c 	nvme_tcp_teardown_io_queues(ctrl, shutdown);
shutdown         1933 drivers/nvme/host/tcp.c 	if (shutdown)
shutdown         1937 drivers/nvme/host/tcp.c 	nvme_tcp_teardown_admin_queue(ctrl, shutdown);
shutdown          147 drivers/oprofile/nmi_timer_int.c 	ops->shutdown		= nmi_timer_shutdown;
shutdown           81 drivers/oprofile/oprof.c 	if (oprofile_ops.shutdown)
shutdown           82 drivers/oprofile/oprof.c 		oprofile_ops.shutdown();
shutdown          220 drivers/oprofile/oprof.c 	if (oprofile_ops.shutdown)
shutdown          221 drivers/oprofile/oprof.c 		oprofile_ops.shutdown();
shutdown          315 drivers/oprofile/oprofile_perf.c 	ops->shutdown		= oprofile_perf_stop;
shutdown          116 drivers/oprofile/timer_int.c 	ops->shutdown		= oprofile_hrtimer_shutdown;
shutdown          945 drivers/pci/controller/dwc/pci-dra7xx.c 	.shutdown = dra7xx_pcie_shutdown,
shutdown         1256 drivers/pci/controller/dwc/pci-imx6.c 	.shutdown = imx6_pcie_shutdown,
shutdown         1719 drivers/pci/controller/dwc/pcie-tegra194.c 	.shutdown = tegra_pcie_dw_shutdown,
shutdown          563 drivers/pci/controller/pcie-cadence-ep.c 	.shutdown = cdns_pcie_ep_shutdown,
shutdown          360 drivers/pci/controller/pcie-cadence-host.c 	.shutdown = cdns_pcie_shutdown,
shutdown          148 drivers/pci/controller/pcie-iproc-platform.c 	.shutdown = iproc_pcie_pltfm_shutdown,
shutdown          483 drivers/pci/pci-driver.c 	if (drv && drv->shutdown)
shutdown          484 drivers/pci/pci-driver.c 		drv->shutdown(pci_dev);
shutdown         1661 drivers/pci/pci-driver.c 	.shutdown	= pci_device_shutdown,
shutdown          593 drivers/pci/pcie/portdrv_core.c 	new->driver.shutdown = pcie_port_shutdown_service;
shutdown          206 drivers/pci/pcie/portdrv_pci.c 	.shutdown	= pcie_portdrv_remove,
shutdown          863 drivers/perf/arm_smmuv3_pmu.c 	.shutdown = smmu_pmu_shutdown,
shutdown          947 drivers/pinctrl/sprd/pinctrl-sprd-sc9860.c 	.shutdown = sprd_pinctrl_shutdown,
shutdown         1242 drivers/pinctrl/tegra/pinctrl-tegra210.c 	FUNCTION(shutdown),
shutdown         1446 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(shutdown,             SHUTDOWN,   RSVD1,  RSVD2, RSVD3, 0x3178, N,   N,       N,       0xac8, 12,      5,       20,      5,       -1,     -1,     -1,     -1),
shutdown         2112 drivers/platform/x86/acer-wmi.c 	.shutdown = acer_platform_shutdown,
shutdown          279 drivers/platform/x86/thinkpad_acpi.c 	void (*shutdown) (void);
shutdown          991 drivers/platform/x86/thinkpad_acpi.c 		if (ibm->shutdown)
shutdown          992 drivers/platform/x86/thinkpad_acpi.c 			(ibm->shutdown)();
shutdown         1001 drivers/platform/x86/thinkpad_acpi.c 	.shutdown = tpacpi_shutdown_handler,
shutdown         4625 drivers/platform/x86/thinkpad_acpi.c 	.shutdown = bluetooth_shutdown,
shutdown         4813 drivers/platform/x86/thinkpad_acpi.c 	.shutdown = wan_shutdown,
shutdown         7154 drivers/platform/x86/thinkpad_acpi.c 	.shutdown = brightness_shutdown,
shutdown         7922 drivers/platform/x86/thinkpad_acpi.c 	.shutdown = volume_shutdown,
shutdown          148 drivers/pnp/driver.c 	if (drv && drv->shutdown)
shutdown          149 drivers/pnp/driver.c 		drv->shutdown(pnp_dev);
shutdown          262 drivers/pnp/driver.c 	.shutdown = pnp_device_shutdown,
shutdown         1014 drivers/power/avs/smartreflex.c 	.shutdown	= omap_sr_shutdown,
shutdown           38 drivers/power/reset/sc27xx-poweroff.c 	.shutdown = sc27xx_poweroff_shutdown,
shutdown          658 drivers/power/supply/ltc2941-battery-gauge.c 	.shutdown	= ltc294x_i2c_shutdown,
shutdown         1220 drivers/ps3/ps3-lpm.c 	.shutdown	= ps3_lpm_remove,
shutdown          738 drivers/ps3/ps3-sys-manager.c 	.shutdown = ps3_sys_manager_shutdown,
shutdown         1180 drivers/ps3/ps3-vuart.c 	if (drv->shutdown)
shutdown         1181 drivers/ps3/ps3-vuart.c 		drv->shutdown(dev);
shutdown         1235 drivers/ps3/ps3-vuart.c 	drv->core.shutdown = ps3_vuart_shutdown;
shutdown         1024 drivers/ps3/ps3av.c 	.shutdown = ps3av_shutdown,
shutdown           36 drivers/ps3/vuart.h 	void (*shutdown)(struct ps3_system_bus_device *);
shutdown         2995 drivers/rapidio/devices/tsi721.c 	.shutdown	= tsi721_shutdown,
shutdown          137 drivers/rapidio/rio-driver.c 	if (rdrv && rdrv->shutdown)
shutdown          138 drivers/rapidio/rio-driver.c 		rdrv->shutdown(rdev);
shutdown          239 drivers/rapidio/rio-driver.c 	.shutdown = rio_device_shutdown,
shutdown          358 drivers/rapidio/switches/idt_gen3.c 	.shutdown = idtg3_shutdown,
shutdown          354 drivers/regulator/act8945a-regulator.c 	.shutdown = act8945a_pmic_shutdown,
shutdown          521 drivers/regulator/tps62360-regulator.c 	.shutdown = tps62360_shutdown,
shutdown         1261 drivers/regulator/tps65910-regulator.c 	.shutdown = tps65910_shutdown,
shutdown          531 drivers/rtc/rtc-at91rm9200.c 	.shutdown	= at91_rtc_shutdown,
shutdown          537 drivers/rtc/rtc-at91sam9.c 	.shutdown	= at91_rtc_shutdown,
shutdown         1352 drivers/rtc/rtc-cmos.c 	.shutdown	= cmos_pnp_shutdown,
shutdown         1442 drivers/rtc/rtc-cmos.c 	.shutdown	= cmos_platform_shutdown,
shutdown          285 drivers/rtc/rtc-coh901331.c 	.shutdown = coh901331_shutdown,
shutdown          525 drivers/rtc/rtc-max8997.c 	.shutdown	= max8997_rtc_shutdown,
shutdown          510 drivers/rtc/rtc-mrst.c 	.shutdown	= vrtc_mrst_platform_shutdown,
shutdown         1030 drivers/rtc/rtc-omap.c 	.shutdown	= omap_rtc_shutdown,
shutdown          483 drivers/rtc/rtc-spear.c 	.shutdown = spear_rtc_shutdown,
shutdown          407 drivers/rtc/rtc-tegra.c 	.shutdown = tegra_rtc_shutdown,
shutdown          646 drivers/rtc/rtc-twl.c 	.shutdown	= twl_rtc_shutdown,
shutdown         6670 drivers/s390/block/dasd_eckd.c 	.shutdown    = dasd_generic_shutdown,
shutdown           33 drivers/s390/char/hmcdrv_ftp.c 	void (*shutdown)(void);
shutdown          296 drivers/s390/char/hmcdrv_ftp.c 		.shutdown = diag_ftp_shutdown,
shutdown          302 drivers/s390/char/hmcdrv_ftp.c 		.shutdown = sclp_ftp_shutdown,
shutdown          340 drivers/s390/char/hmcdrv_ftp.c 		hmcdrv_ftp_funcs->shutdown();
shutdown          484 drivers/s390/cio/ccwgroup.c 	if (gdrv->shutdown)
shutdown          485 drivers/s390/cio/ccwgroup.c 		gdrv->shutdown(gdev);
shutdown          559 drivers/s390/cio/ccwgroup.c 	.shutdown = ccwgroup_shutdown,
shutdown          163 drivers/s390/cio/chsc_sch.c 	.shutdown = chsc_subchannel_shutdown,
shutdown         1448 drivers/s390/cio/css.c 	if (sch->driver && sch->driver->shutdown)
shutdown         1449 drivers/s390/cio/css.c 		sch->driver->shutdown(sch);
shutdown         1537 drivers/s390/cio/css.c 	.shutdown = css_shutdown,
shutdown           90 drivers/s390/cio/css.h 	void (*shutdown)(struct subchannel *);
shutdown          188 drivers/s390/cio/device.c 	.shutdown = io_subchannel_shutdown,
shutdown         1796 drivers/s390/cio/device.c 	if (cdev->drv && cdev->drv->shutdown)
shutdown         1797 drivers/s390/cio/device.c 		cdev->drv->shutdown(cdev);
shutdown         2036 drivers/s390/cio/device.c 	.shutdown = ccw_device_shutdown,
shutdown          370 drivers/s390/cio/eadm_sch.c 	.shutdown = eadm_subchannel_shutdown,
shutdown          276 drivers/s390/cio/vfio_ccw_drv.c 	.shutdown = vfio_ccw_sch_shutdown,
shutdown         5835 drivers/s390/net/qeth_core_main.c 	.shutdown = qeth_core_shutdown,
shutdown          337 drivers/s390/scsi/zfcp_ccw.c 	.shutdown    = zfcp_ccw_shutdown,
shutdown         2310 drivers/scsi/3w-9xxx.c 	.shutdown	= twa_shutdown
shutdown         1868 drivers/scsi/3w-sas.c 	.shutdown	= twl_shutdown
shutdown         2414 drivers/scsi/3w-xxxx.c 	.shutdown	= tw_shutdown,
shutdown         2097 drivers/scsi/aacraid/linit.c 	.shutdown	= aac_shutdown,
shutdown          223 drivers/scsi/arcmsr/arcmsr_hba.c 	.shutdown		= arcmsr_shutdown,
shutdown         3947 drivers/scsi/cxlflash/main.c 	.shutdown = cxlflash_remove,
shutdown         9074 drivers/scsi/hpsa.c 	.shutdown = hpsa_shutdown,
shutdown         1685 drivers/scsi/hptiop.c 	.shutdown   = hptiop_shutdown,
shutdown         10780 drivers/scsi/ipr.c 	.shutdown = ipr_shutdown,
shutdown         13574 drivers/scsi/lpfc/lpfc_init.c 	.shutdown	= lpfc_pci_remove_one,
shutdown         4604 drivers/scsi/megaraid.c 	.shutdown	= megaraid_shutdown,
shutdown          297 drivers/scsi/megaraid/megaraid_mbox.c 	.shutdown	= megaraid_mbox_shutdown,
shutdown         8475 drivers/scsi/megaraid/megaraid_sas_base.c 	.shutdown = megasas_shutdown,
shutdown         2046 drivers/scsi/mesh.c 	.shutdown	= mesh_shutdown,
shutdown         11000 drivers/scsi/mpt3sas/mpt3sas_scsih.c 	.shutdown	= scsih_shutdown,
shutdown         2656 drivers/scsi/mvumi.c 	.shutdown = mvumi_shutdown,
shutdown         5853 drivers/scsi/pmcraid.c 	.shutdown = pmcraid_shutdown
shutdown         3149 drivers/scsi/qedf/qedf_main.c 	.shutdown = qedf_shutdown,
shutdown         7213 drivers/scsi/qla2xxx/qla_os.c 	.shutdown	= qla2x00_shutdown,
shutdown          573 drivers/scsi/sd.c 		.shutdown	= sd_shutdown,
shutdown         8446 drivers/scsi/smartpqi/smartpqi_init.c 	.shutdown = pqi_shutdown,
shutdown         2008 drivers/scsi/stex.c 	.shutdown	= stex_shutdown,
shutdown          166 drivers/scsi/ufs/tc-dwc-g210-pci.c 	.shutdown = tc_dwc_g210_pci_shutdown,
shutdown           97 drivers/scsi/ufs/tc-dwc-g210-pltfrm.c 	.shutdown = ufshcd_pltfrm_shutdown,
shutdown          596 drivers/scsi/ufs/ufs-hisi.c 	.shutdown = ufshcd_pltfrm_shutdown,
shutdown          366 drivers/scsi/ufs/ufs-mediatek.c 	.shutdown   = ufshcd_pltfrm_shutdown,
shutdown         1663 drivers/scsi/ufs/ufs-qcom.c 	.shutdown = ufshcd_pltfrm_shutdown,
shutdown          215 drivers/scsi/ufs/ufshcd-pci.c 	.shutdown = ufshcd_pci_shutdown,
shutdown         1592 drivers/scsi/vmw_pvscsi.c 	.shutdown       = pvscsi_shutdown,
shutdown          547 drivers/siox/siox-core.c 	sdriver->shutdown(sdevice);
shutdown          898 drivers/siox/siox-core.c 	if (sdriver->shutdown)
shutdown          899 drivers/siox/siox-core.c 		sdriver->driver.shutdown = siox_driver_shutdown;
shutdown          492 drivers/soc/amlogic/meson-ee-pwrc.c 	.shutdown = meson_ee_pwrc_shutdown,
shutdown          370 drivers/soc/amlogic/meson-gx-pwrc-vpu.c 	.shutdown = meson_gx_pwrc_vpu_shutdown,
shutdown          135 drivers/soundwire/bus_type.c 	if (drv->shutdown)
shutdown          136 drivers/soundwire/bus_type.c 		drv->shutdown(slave);
shutdown          162 drivers/soundwire/bus_type.c 	if (drv->shutdown)
shutdown          163 drivers/soundwire/bus_type.c 		drv->driver.shutdown = sdw_drv_shutdown;
shutdown          818 drivers/soundwire/intel.c 	.shutdown = intel_shutdown,
shutdown          825 drivers/soundwire/intel.c 	.shutdown = intel_shutdown,
shutdown          240 drivers/spi/spi-ath79.c 	.shutdown	= ath79_spi_shutdown,
shutdown          762 drivers/spi/spi-mem.c 	if (memdrv->shutdown)
shutdown          763 drivers/spi/spi-mem.c 		memdrv->shutdown(mem);
shutdown          781 drivers/spi/spi-mem.c 	memdrv->spidrv.shutdown = spi_mem_shutdown;
shutdown          430 drivers/spi/spi.c 	sdrv->shutdown(to_spi_device(dev));
shutdown          449 drivers/spi/spi.c 	if (sdrv->shutdown)
shutdown          450 drivers/spi/spi.c 		sdrv->driver.shutdown = spi_drv_shutdown;
shutdown          279 drivers/ssb/main.c 	if (ssb_drv && ssb_drv->shutdown)
shutdown          280 drivers/ssb/main.c 		ssb_drv->shutdown(ssb_dev);
shutdown          391 drivers/ssb/main.c 	.shutdown	= ssb_device_shutdown,
shutdown         3217 drivers/staging/emxx_udc/emxx_udc.c 	.shutdown	= nbu2ss_drv_shutdown,
shutdown         1504 drivers/staging/fwserial/fwserial.c 	.shutdown =		fwtty_port_shutdown,
shutdown          475 drivers/staging/greybus/arche-apb-ctrl.c 	.shutdown	= arche_apb_ctrl_shutdown,
shutdown          637 drivers/staging/greybus/arche-platform.c 	.shutdown	= arche_platform_shutdown,
shutdown          677 drivers/staging/greybus/audio_codec.c 	.shutdown = gbcodec_shutdown,
shutdown          815 drivers/staging/greybus/uart.c 	.shutdown =		gb_tty_port_shutdown,
shutdown         5023 drivers/staging/qlge/qlge_main.c 	.shutdown = qlge_shutdown,
shutdown         1995 drivers/staging/rtl8192e/rtllib.h void rtllib_stop_protocol(struct rtllib_device *ieee, u8 shutdown);
shutdown         2003 drivers/staging/rtl8192e/rtllib.h 				  u8 mesh_flag, u8 shutdown);
shutdown         2843 drivers/staging/rtl8192e/rtllib_softmac.c 				  u8 shutdown)
shutdown         2847 drivers/staging/rtl8192e/rtllib_softmac.c 	rtllib_stop_protocol(ieee, shutdown);
shutdown         2853 drivers/staging/rtl8192e/rtllib_softmac.c void rtllib_stop_protocol(struct rtllib_device *ieee, u8 shutdown)
shutdown         2858 drivers/staging/rtl8192e/rtllib_softmac.c 	if (shutdown) {
shutdown         2881 drivers/staging/rtl8192e/rtllib_softmac.c 	if (shutdown) {
shutdown         1008 drivers/staging/rts5208/rtsx.c 	.shutdown = rtsx_shutdown,
shutdown         2312 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c 		goto shutdown;
shutdown         2319 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c 		goto shutdown;
shutdown         2358 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c shutdown:
shutdown          406 drivers/target/iscsi/iscsi_target.c 	bool shutdown)
shutdown          424 drivers/target/iscsi/iscsi_target.c 	if (tpg_np && shutdown) {
shutdown         4490 drivers/target/iscsi/iscsi_target.c 		l_conn->sock->ops->shutdown(l_conn->sock, RCV_SHUTDOWN);
shutdown          172 drivers/target/iscsi/iscsi_target_tpg.c 	bool shutdown)
shutdown          179 drivers/target/iscsi/iscsi_target_tpg.c 	if (shutdown)
shutdown          181 drivers/target/iscsi/iscsi_target_tpg.c 	iscsit_reset_np_thread(tpg_np->tpg_np, tpg_np, tpg, shutdown);
shutdown          186 drivers/target/iscsi/iscsi_target_tpg.c 	bool shutdown)
shutdown          197 drivers/target/iscsi/iscsi_target_tpg.c 		iscsit_clear_tpg_np_login_thread(tpg_np, tpg, shutdown);
shutdown          762 drivers/target/iscsi/iscsi_target_util.c void iscsit_free_cmd(struct iscsi_cmd *cmd, bool shutdown)
shutdown          769 drivers/target/iscsi/iscsi_target_util.c 	__iscsit_free_cmd(cmd, shutdown);
shutdown          771 drivers/target/iscsi/iscsi_target_util.c 		rc = transport_generic_free_cmd(se_cmd, shutdown);
shutdown          772 drivers/target/iscsi/iscsi_target_util.c 		if (!rc && shutdown && se_cmd->se_sess) {
shutdown          773 drivers/target/iscsi/iscsi_target_util.c 			__iscsit_free_cmd(cmd, shutdown);
shutdown          111 drivers/thunderbolt/domain.c 	if (driver->shutdown)
shutdown          112 drivers/thunderbolt/domain.c 		driver->shutdown(svc);
shutdown          307 drivers/thunderbolt/domain.c 	.shutdown = tb_service_shutdown,
shutdown         1038 drivers/thunderbolt/nhi.c 	if (nhi->ops && nhi->ops->shutdown)
shutdown         1039 drivers/thunderbolt/nhi.c 		nhi->ops->shutdown(nhi);
shutdown           48 drivers/thunderbolt/nhi.h 	void (*shutdown)(struct tb_nhi *nhi);
shutdown          177 drivers/thunderbolt/nhi_ops.c 	.shutdown = icl_nhi_shutdown,
shutdown         1364 drivers/tty/amiserial.c 	shutdown(tty, state);
shutdown         1447 drivers/tty/amiserial.c 	shutdown(tty, info);
shutdown         3032 drivers/tty/cyclades.c 	.shutdown = cy_do_close,
shutdown         3038 drivers/tty/cyclades.c 	.shutdown = cy_do_close,
shutdown          664 drivers/tty/ehv_bytechan.c 	.shutdown = ehv_bc_tty_port_shutdown,
shutdown          232 drivers/tty/goldfish.c 	.shutdown = goldfish_tty_shutdown
shutdown         1270 drivers/tty/isicom.c 	.shutdown		= isicom_shutdown,
shutdown          755 drivers/tty/mips_ejtag_fdc.c 	.shutdown	= mips_ejtag_fdc_tty_port_shutdown,
shutdown          415 drivers/tty/moxa.c 	.shutdown = moxa_shutdown,
shutdown         2340 drivers/tty/mxser.c 	.shutdown = mxser_shutdown_port,
shutdown         1822 drivers/tty/nozomi.c 	.shutdown = ntty_shutdown,
shutdown          347 drivers/tty/serial/21285.c 	.shutdown	= serial21285_shutdown,
shutdown          334 drivers/tty/serial/8250/8250_aspeed_vuart.c 	port.port.shutdown = aspeed_vuart_shutdown;
shutdown         1059 drivers/tty/serial/8250/8250_core.c 		if (up->port.shutdown)
shutdown         1060 drivers/tty/serial/8250/8250_core.c 			uart->port.shutdown = up->port.shutdown;
shutdown          228 drivers/tty/serial/8250/8250_exar.c 	port->port.shutdown = exar_shutdown;
shutdown          521 drivers/tty/serial/8250/8250_mtk.c 	uart.port.shutdown = mtk8250_shutdown;
shutdown         1191 drivers/tty/serial/8250/8250_omap.c 	up.port.shutdown = omap_8250_shutdown;
shutdown         2407 drivers/tty/serial/8250/8250_port.c 	if (port->shutdown)
shutdown         2408 drivers/tty/serial/8250/8250_port.c 		port->shutdown(port);
shutdown         3055 drivers/tty/serial/8250/8250_port.c 	.shutdown	= serial8250_shutdown,
shutdown          288 drivers/tty/serial/altera_jtaguart.c 	.shutdown	= altera_jtaguart_shutdown,
shutdown          426 drivers/tty/serial/altera_uart.c 	.shutdown	= altera_uart_shutdown,
shutdown          554 drivers/tty/serial/amba-pl010.c 	.shutdown	= pl010_shutdown,
shutdown         2147 drivers/tty/serial/amba-pl011.c 	.shutdown	= pl011_shutdown,
shutdown         2179 drivers/tty/serial/amba-pl011.c 	.shutdown	= sbsa_uart_shutdown,
shutdown          338 drivers/tty/serial/apbuart.c 	.shutdown = apbuart_shutdown,
shutdown          505 drivers/tty/serial/ar933x_uart.c 	.shutdown	= ar933x_uart_shutdown,
shutdown          473 drivers/tty/serial/arc_uart.c 	.shutdown	= arc_serial_shutdown,
shutdown         2463 drivers/tty/serial/atmel_serial.c 	.shutdown	= atmel_shutdown,
shutdown          646 drivers/tty/serial/bcm63xx_uart.c 	.shutdown	= bcm_uart_shutdown,
shutdown          346 drivers/tty/serial/clps711x.c 	.shutdown	= uart_clps711x_shutdown,
shutdown         1128 drivers/tty/serial/cpm_uart/cpm_uart_core.c 	.shutdown	= cpm_uart_shutdown,
shutdown          376 drivers/tty/serial/digicolor-usart.c 	.shutdown	= digicolor_uart_shutdown,
shutdown          752 drivers/tty/serial/dz.c 	.shutdown	= dz_shutdown,
shutdown          501 drivers/tty/serial/efm32-uart.c 	.shutdown = efm32_uart_shutdown,
shutdown          565 drivers/tty/serial/fsl_linflexuart.c 	.shutdown	= linflex_shutdown,
shutdown         2036 drivers/tty/serial/fsl_lpuart.c 	.shutdown	= lpuart_shutdown,
shutdown         2060 drivers/tty/serial/fsl_lpuart.c 	.shutdown	= lpuart32_shutdown,
shutdown         1080 drivers/tty/serial/icom.c 	shutdown(ICOM_PORT);
shutdown         1283 drivers/tty/serial/icom.c 	.shutdown = icom_close,
shutdown          599 drivers/tty/serial/ifx6x60.c 	.shutdown = ifx_port_shutdown,
shutdown         1359 drivers/tty/serial/ifx6x60.c 	.shutdown = ifx_spi_spi_shutdown,
shutdown         1902 drivers/tty/serial/imx.c 	.shutdown	= imx_uart_shutdown,
shutdown          944 drivers/tty/serial/ip22zilog.c 	.shutdown	=	ip22zilog_shutdown,
shutdown          349 drivers/tty/serial/jsm/jsm_tty.c 	.shutdown	= jsm_tty_close,
shutdown          231 drivers/tty/serial/kgdb_nmi.c 	.shutdown	= kgdb_nmi_tty_shutdown,
shutdown          592 drivers/tty/serial/lantiq.c 	.shutdown =	lqasc_shutdown,
shutdown          623 drivers/tty/serial/lpc32xx_hs.c 	.shutdown	= serial_lpc32xx_shutdown,
shutdown          718 drivers/tty/serial/max3100.c 	.shutdown	= max3100_shutdown,
shutdown         1149 drivers/tty/serial/max310x.c 	.shutdown	= max310x_shutdown,
shutdown          473 drivers/tty/serial/mcf.c 	.shutdown	= mcf_shutdown,
shutdown          783 drivers/tty/serial/men_z135_uart.c 	.shutdown = men_z135_shutdown,
shutdown          438 drivers/tty/serial/meson_uart.c 	.shutdown	= meson_uart_shutdown,
shutdown          399 drivers/tty/serial/milbeaut_usio.c 	.shutdown	= mlb_usio_shutdown,
shutdown         1357 drivers/tty/serial/mpc52xx_uart.c 	.shutdown	= mpc52xx_uart_shutdown,
shutdown          423 drivers/tty/serial/mps2-uart.c 	.shutdown = mps2_uart_shutdown,
shutdown         1524 drivers/tty/serial/msm_serial.c 	.shutdown = msm_shutdown,
shutdown          435 drivers/tty/serial/mux.c 	.shutdown =		mux_shutdown,
shutdown          583 drivers/tty/serial/mvebu-uart.c 	.shutdown	= mvebu_uart_shutdown,
shutdown         1327 drivers/tty/serial/mxs-auart.c 	.shutdown       = mxs_auart_shutdown,
shutdown         1460 drivers/tty/serial/omap-serial.c 	.shutdown	= serial_omap_shutdown,
shutdown          472 drivers/tty/serial/owl-uart.c 	.shutdown = owl_uart_shutdown,
shutdown         1598 drivers/tty/serial/pch_uart.c 	.shutdown = pch_uart_shutdown,
shutdown          683 drivers/tty/serial/pic32_uart.c 	.shutdown	= pic32_uart_shutdown,
shutdown         1377 drivers/tty/serial/pmac_zilog.c 	.shutdown	=	pmz_shutdown,
shutdown          640 drivers/tty/serial/pnx8xxx_uart.c 	.shutdown	= pnx8xxx_shutdown,
shutdown          771 drivers/tty/serial/pxa.c 	.shutdown	= serial_pxa_shutdown,
shutdown         1231 drivers/tty/serial/qcom_geni_serial.c 	.shutdown = qcom_geni_serial_shutdown,
shutdown         1251 drivers/tty/serial/qcom_geni_serial.c 	.shutdown = qcom_geni_serial_shutdown,
shutdown          567 drivers/tty/serial/rda-uart.c 	.shutdown       = rda_uart_shutdown,
shutdown          589 drivers/tty/serial/rp2.c 	.shutdown	= rp2_uart_shutdown,
shutdown          607 drivers/tty/serial/sa1100.c 	.shutdown	= sa1100_shutdown,
shutdown         1504 drivers/tty/serial/samsung.c 	.shutdown	= s3c24xx_serial_shutdown,
shutdown          764 drivers/tty/serial/sb1250-duart.c 	.shutdown	= sbd_shutdown,
shutdown         1116 drivers/tty/serial/sc16is7xx.c 	.shutdown	= sc16is7xx_shutdown,
shutdown          825 drivers/tty/serial/sccnxp.c 	.shutdown	= sccnxp_shutdown,
shutdown         1399 drivers/tty/serial/serial-tegra.c 	.shutdown	= tegra_uart_shutdown,
shutdown         1703 drivers/tty/serial/serial_core.c 		uport->ops->shutdown(uport);
shutdown         2196 drivers/tty/serial/serial_core.c 		ops->shutdown(uport);
shutdown         2503 drivers/tty/serial/serial_core.c 	.shutdown	= uart_tty_port_shutdown,
shutdown          853 drivers/tty/serial/serial_txx9.c 	.shutdown	= serial_txx9_shutdown,
shutdown         2769 drivers/tty/serial/sh-sci.c 	.shutdown	= sci_shutdown,
shutdown          874 drivers/tty/serial/sifive.c 	.shutdown	= sifive_serial_shutdown,
shutdown         1073 drivers/tty/serial/sirfsoc_uart.c 	.shutdown	= sirfsoc_uart_shutdown,
shutdown          934 drivers/tty/serial/sprd_serial.c 	.shutdown = sprd_shutdown,
shutdown          706 drivers/tty/serial/st-asc.c 	.shutdown	= asc_shutdown,
shutdown          907 drivers/tty/serial/stm32-usart.c 	.shutdown	= stm32_shutdown,
shutdown          388 drivers/tty/serial/sunhv.c 	.shutdown	= sunhv_shutdown,
shutdown          833 drivers/tty/serial/sunsab.c 	.shutdown	= sunsab_shutdown,
shutdown          972 drivers/tty/serial/sunsu.c 	.shutdown	= sunsu_shutdown,
shutdown         1060 drivers/tty/serial/sunzilog.c 	.shutdown	=	sunzilog_shutdown,
shutdown          142 drivers/tty/serial/tegra-tcu.c 	.shutdown = tegra_tcu_uart_shutdown,
shutdown          395 drivers/tty/serial/timbuart.c 	.shutdown = timbuart_shutdown,
shutdown          432 drivers/tty/serial/uartlite.c 	.shutdown	= ulite_shutdown,
shutdown         1095 drivers/tty/serial/ucc_uart.c 	.shutdown       = qe_uart_shutdown,
shutdown          681 drivers/tty/serial/vr41xx_siu.c 	.shutdown	= siu_shutdown,
shutdown          597 drivers/tty/serial/vt8500_serial.c 	.shutdown	= vt8500_shutdown,
shutdown         1109 drivers/tty/serial/xilinx_uartps.c 	.shutdown	= cdns_uart_shutdown,
shutdown         1059 drivers/tty/serial/zs.c 	.shutdown	= zs_shutdown,
shutdown         3086 drivers/tty/synclink.c 	shutdown(info);
shutdown         3192 drivers/tty/synclink.c 	shutdown(info);
shutdown         7720 drivers/tty/synclink.c 	shutdown(info);
shutdown          442 drivers/tty/synclink_gt.c static void shutdown(struct slgt_info *info);
shutdown          733 drivers/tty/synclink_gt.c 	shutdown(info);
shutdown          754 drivers/tty/synclink_gt.c 	shutdown(info);
shutdown         1564 drivers/tty/synclink_gt.c 	shutdown(info);
shutdown          560 drivers/tty/synclinkmp.c static void shutdown(SLMP_INFO *info);
shutdown          820 drivers/tty/synclinkmp.c 	shutdown(info);
shutdown          848 drivers/tty/synclinkmp.c 	shutdown(info);
shutdown         1690 drivers/tty/synclinkmp.c 	shutdown(info);
shutdown         1509 drivers/tty/tty_io.c 	if (tty->ops->shutdown)
shutdown         1510 drivers/tty/tty_io.c 		tty->ops->shutdown(tty);
shutdown          329 drivers/tty/tty_port.c 		if (port->ops->shutdown)
shutdown          330 drivers/tty/tty_port.c 			port->ops->shutdown(port);
shutdown         3442 drivers/tty/vt/vt.c 	.shutdown = con_shutdown,
shutdown           62 drivers/uio/uio_fsl_elbc_gpcm.c 	void (*shutdown)(struct uio_info *info, bool init_err);
shutdown          212 drivers/uio/uio_fsl_elbc_gpcm.c 		priv->shutdown = netx5152_shutdown;
shutdown          428 drivers/uio/uio_fsl_elbc_gpcm.c 	if (priv->shutdown)
shutdown          429 drivers/uio/uio_fsl_elbc_gpcm.c 		priv->shutdown(info, true);
shutdown          447 drivers/uio/uio_fsl_elbc_gpcm.c 	if (priv->shutdown)
shutdown          448 drivers/uio/uio_fsl_elbc_gpcm.c 		priv->shutdown(info, false);
shutdown          628 drivers/usb/chipidea/ci_hdrc_imx.c 	.shutdown = ci_hdrc_imx_shutdown,
shutdown         1097 drivers/usb/class/cdc-acm.c 	.shutdown = acm_port_shutdown,
shutdown          362 drivers/usb/core/hcd-pci.c 			hcd->driver->shutdown) {
shutdown          363 drivers/usb/core/hcd-pci.c 		hcd->driver->shutdown(hcd);
shutdown         2916 drivers/usb/core/hcd.c 	if (hcd->driver->shutdown)
shutdown         2917 drivers/usb/core/hcd.c 		hcd->driver->shutdown(hcd);
shutdown          318 drivers/usb/core/port.c 	.shutdown = usb_port_shutdown,
shutdown          565 drivers/usb/dwc2/platform.c 	.shutdown = dwc2_driver_shutdown,
shutdown         2022 drivers/usb/gadget/udc/at91_udc.c 	.shutdown	= at91udc_shutdown,
shutdown         1583 drivers/usb/gadget/udc/bcm63xx_udc.c 	bool shutdown = udc->ep0_req_reset || udc->ep0_req_shutdown;
shutdown         1608 drivers/usb/gadget/udc/bcm63xx_udc.c 		} else if (shutdown) {
shutdown         1628 drivers/usb/gadget/udc/bcm63xx_udc.c 		} else if (shutdown) {
shutdown         1641 drivers/usb/gadget/udc/bcm63xx_udc.c 		} else if (shutdown) {
shutdown         1654 drivers/usb/gadget/udc/bcm63xx_udc.c 		} else if (shutdown) {
shutdown         1673 drivers/usb/gadget/udc/bcm63xx_udc.c 		} else if (shutdown) {
shutdown         1697 drivers/usb/gadget/udc/bcm63xx_udc.c 			if (shutdown)
shutdown         3270 drivers/usb/gadget/udc/lpc32xx_udc.c 	.shutdown	= lpc32xx_udc_shutdown,
shutdown         2052 drivers/usb/gadget/udc/mv_u3d_core.c 	.shutdown	= mv_u3d_shutdown,
shutdown         2412 drivers/usb/gadget/udc/mv_udc_core.c 	.shutdown	= mv_udc_shutdown,
shutdown         3865 drivers/usb/gadget/udc/net2280.c 	.shutdown =	net2280_shutdown,
shutdown         3172 drivers/usb/gadget/udc/pch_udc.c 	.shutdown =	pch_udc_shutdown,
shutdown         2533 drivers/usb/gadget/udc/pxa25x_udc.c 	.shutdown	= pxa25x_udc_shutdown,
shutdown         2556 drivers/usb/gadget/udc/pxa27x_udc.c 	.shutdown	= pxa_udc_shutdown,
shutdown         2010 drivers/usb/gadget/udc/snps_udc_core.c 	shutdown(dev, NULL);
shutdown          494 drivers/usb/host/bcma-hcd.c 	.shutdown	= bcma_hcd_shutdown,
shutdown          221 drivers/usb/host/ehci-atmel.c 	.shutdown	= usb_hcd_platform_shutdown,
shutdown          335 drivers/usb/host/ehci-exynos.c 	.shutdown	= usb_hcd_platform_shutdown,
shutdown          719 drivers/usb/host/ehci-fsl.c 	.shutdown = usb_hcd_platform_shutdown,
shutdown           41 drivers/usb/host/ehci-grlib.c 	.shutdown		= ehci_shutdown,
shutdown          174 drivers/usb/host/ehci-grlib.c 	.shutdown	= usb_hcd_platform_shutdown,
shutdown          368 drivers/usb/host/ehci-hcd.c 	ehci->shutdown = true;
shutdown          819 drivers/usb/host/ehci-hcd.c 		ehci->shutdown = true;
shutdown         1128 drivers/usb/host/ehci-hcd.c 	if (ehci->shutdown)
shutdown         1143 drivers/usb/host/ehci-hcd.c 		if (ehci->shutdown)
shutdown         1164 drivers/usb/host/ehci-hcd.c 	if (ehci->shutdown)
shutdown         1204 drivers/usb/host/ehci-hcd.c 	.shutdown =		ehci_shutdown,
shutdown          385 drivers/usb/host/ehci-hub.c 	if (!HCD_HW_ACCESSIBLE(hcd) || ehci->shutdown)
shutdown          386 drivers/usb/host/ehci-hub.c 		goto shutdown;
shutdown          438 drivers/usb/host/ehci-hub.c 	if (ehci->shutdown)
shutdown          439 drivers/usb/host/ehci-hub.c 		goto shutdown;
shutdown          457 drivers/usb/host/ehci-hub.c 		if (ehci->shutdown)
shutdown          458 drivers/usb/host/ehci-hub.c 			goto shutdown;
shutdown          482 drivers/usb/host/ehci-hub.c 		if (ehci->shutdown)
shutdown          483 drivers/usb/host/ehci-hub.c 			goto shutdown;
shutdown          502 drivers/usb/host/ehci-hub.c 	if (ehci->shutdown)
shutdown          503 drivers/usb/host/ehci-hub.c 		goto shutdown;
shutdown          510 drivers/usb/host/ehci-hub.c  shutdown:
shutdown          263 drivers/usb/host/ehci-mv.c 	if (hcd->driver->shutdown)
shutdown          264 drivers/usb/host/ehci-mv.c 		hcd->driver->shutdown(hcd);
shutdown          275 drivers/usb/host/ehci-mv.c 	.shutdown = mv_ehci_shutdown,
shutdown          186 drivers/usb/host/ehci-mxc.c 	.shutdown = usb_hcd_platform_shutdown,
shutdown          182 drivers/usb/host/ehci-npcm7xx.c 	.shutdown	= usb_hcd_platform_shutdown,
shutdown          275 drivers/usb/host/ehci-omap.c 	.shutdown		= usb_hcd_platform_shutdown,
shutdown          347 drivers/usb/host/ehci-orion.c 	.shutdown	= usb_hcd_platform_shutdown,
shutdown          392 drivers/usb/host/ehci-pci.c 	.shutdown = 	usb_hcd_pci_shutdown,
shutdown          366 drivers/usb/host/ehci-platform.c 	.shutdown	= usb_hcd_platform_shutdown,
shutdown          259 drivers/usb/host/ehci-pmcmsp.c 	.shutdown		= ehci_shutdown,
shutdown           42 drivers/usb/host/ehci-ppc-of.c 	.shutdown		= ehci_shutdown,
shutdown          235 drivers/usb/host/ehci-ppc-of.c 	.shutdown	= usb_hcd_platform_shutdown,
shutdown           66 drivers/usb/host/ehci-ps3.c 	.shutdown		= ehci_shutdown,
shutdown          255 drivers/usb/host/ehci-ps3.c 	.shutdown = ps3_ehci_remove,
shutdown           44 drivers/usb/host/ehci-sh.c 	.shutdown			= ehci_shutdown,
shutdown          176 drivers/usb/host/ehci-sh.c 	if (hcd->driver->shutdown)
shutdown          177 drivers/usb/host/ehci-sh.c 		hcd->driver->shutdown(hcd);
shutdown          183 drivers/usb/host/ehci-sh.c 	.shutdown	= ehci_hcd_sh_shutdown,
shutdown          154 drivers/usb/host/ehci-spear.c 	.shutdown	= usb_hcd_platform_shutdown,
shutdown          334 drivers/usb/host/ehci-st.c 	.shutdown	= usb_hcd_platform_shutdown,
shutdown          543 drivers/usb/host/ehci-tegra.c 	if (hcd->driver->shutdown)
shutdown          544 drivers/usb/host/ehci-tegra.c 		hcd->driver->shutdown(hcd);
shutdown          550 drivers/usb/host/ehci-tegra.c 	.shutdown	= tegra_ehci_hcd_shutdown,
shutdown           77 drivers/usb/host/ehci-xilinx-of.c 	.shutdown		= ehci_shutdown,
shutdown          222 drivers/usb/host/ehci-xilinx-of.c 	.shutdown	= usb_hcd_platform_shutdown,
shutdown          137 drivers/usb/host/ehci.h 	bool			shutdown:1;
shutdown         4817 drivers/usb/host/fotg210-hcd.c 	fotg210->shutdown = true;
shutdown         5236 drivers/usb/host/fotg210-hcd.c 		fotg210->shutdown = true;
shutdown         5519 drivers/usb/host/fotg210-hcd.c 	.shutdown		= fotg210_shutdown,
shutdown          101 drivers/usb/host/fotg210.h 	bool			shutdown:1;
shutdown          661 drivers/usb/host/ohci-at91.c 	.shutdown	= usb_hcd_platform_shutdown,
shutdown          537 drivers/usb/host/ohci-da8xx.c 	.shutdown 	= usb_hcd_platform_shutdown,
shutdown          236 drivers/usb/host/ohci-exynos.c 	if (hcd->driver->shutdown)
shutdown          237 drivers/usb/host/ohci-exynos.c 		hcd->driver->shutdown(hcd);
shutdown          302 drivers/usb/host/ohci-exynos.c 	.shutdown	= exynos_ohci_shutdown,
shutdown         1198 drivers/usb/host/ohci-hcd.c 	.shutdown =             ohci_shutdown,
shutdown          461 drivers/usb/host/ohci-omap.c 	.shutdown	= usb_hcd_platform_shutdown,
shutdown          296 drivers/usb/host/ohci-pci.c 	.shutdown =	usb_hcd_pci_shutdown,
shutdown          327 drivers/usb/host/ohci-platform.c 	.shutdown	= usb_hcd_platform_shutdown,
shutdown           60 drivers/usb/host/ohci-ppc-of.c 	.shutdown = 		ohci_shutdown,
shutdown          230 drivers/usb/host/ohci-ppc-of.c 	.shutdown	= usb_hcd_platform_shutdown,
shutdown           53 drivers/usb/host/ohci-ps3.c 	.shutdown		= ohci_shutdown,
shutdown          240 drivers/usb/host/ohci-ps3.c 	.shutdown = ps3_ohci_remove,
shutdown          592 drivers/usb/host/ohci-pxa27x.c 	.shutdown	= usb_hcd_platform_shutdown,
shutdown          458 drivers/usb/host/ohci-s3c2410.c 	.shutdown	= usb_hcd_platform_shutdown,
shutdown           95 drivers/usb/host/ohci-sa1111.c 	.shutdown =		ohci_shutdown,
shutdown          257 drivers/usb/host/ohci-sa1111.c 		hcd->driver->shutdown(hcd);
shutdown          266 drivers/usb/host/ohci-sa1111.c 		.shutdown = ohci_hcd_sa1111_shutdown,
shutdown           60 drivers/usb/host/ohci-sm501.c 	.shutdown =		ohci_shutdown,
shutdown          257 drivers/usb/host/ohci-sm501.c 	.shutdown	= usb_hcd_platform_shutdown,
shutdown          312 drivers/usb/host/ohci-st.c 	.shutdown	= usb_hcd_platform_shutdown,
shutdown          164 drivers/usb/host/ohci-tmio.c 	.shutdown =		ohci_shutdown,
shutdown          360 drivers/usb/host/ohci-tmio.c 	.shutdown	= usb_hcd_platform_shutdown,
shutdown         4039 drivers/usb/host/oxu210hp-hcd.c 	.shutdown =		oxu_shutdown,
shutdown         4318 drivers/usb/host/oxu210hp-hcd.c 	.shutdown	= oxu_drv_shutdown,
shutdown          259 drivers/usb/host/ssb-hcd.c 	.shutdown	= ssb_hcd_shutdown,
shutdown          189 drivers/usb/host/uhci-grlib.c 	.shutdown	= uhci_hcd_grlib_shutdown,
shutdown          302 drivers/usb/host/uhci-pci.c 	.shutdown =	uhci_shutdown,
shutdown          186 drivers/usb/host/uhci-platform.c 	.shutdown	= uhci_hcd_platform_shutdown,
shutdown          560 drivers/usb/host/xhci-pci.c 	.shutdown = 	usb_hcd_pci_shutdown,
shutdown          574 drivers/usb/host/xhci-pci.c 	xhci_pci_hc_driver.shutdown = xhci_pci_shutdown;
shutdown          450 drivers/usb/host/xhci-plat.c 	.shutdown = usb_hcd_platform_shutdown,
shutdown         5311 drivers/usb/host/xhci.c 	.shutdown =		xhci_shutdown,
shutdown         2145 drivers/usb/isp1760/isp1760-hcd.c 	.shutdown		= isp1760_shutdown,
shutdown          184 drivers/usb/isp1760/isp1760-if.c 	.shutdown =     isp1761_pci_shutdown,
shutdown           65 drivers/usb/phy/phy-am335x.c 	am_phy->usb_phy_gen.phy.shutdown = am335x_shutdown;
shutdown          330 drivers/usb/phy/phy-generic.c 	nop->phy.shutdown	= usb_gen_phy_shutdown;
shutdown           86 drivers/usb/phy/phy-keystone.c 	k_phy->usb_phy_gen.phy.shutdown = keystone_usbphy_shutdown;
shutdown          793 drivers/usb/phy/phy-mxs-usb.c 	mxs_phy->phy.shutdown		= mxs_phy_shutdown;
shutdown          711 drivers/usb/serial/usb-serial.c 	.shutdown		= serial_port_shutdown,
shutdown           44 drivers/usb/storage/uas.c 	unsigned shutdown:1;
shutdown         1007 drivers/usb/storage/uas.c 	devinfo->shutdown = 0;
shutdown         1100 drivers/usb/storage/uas.c 	if (devinfo->shutdown)
shutdown         1126 drivers/usb/storage/uas.c 	if (devinfo->shutdown)
shutdown         1227 drivers/usb/storage/uas.c 	devinfo->shutdown = 1;
shutdown         1242 drivers/usb/storage/uas.c 	.drvwrap.driver.shutdown = uas_shutdown,
shutdown          257 drivers/usb/usbip/stub_dev.c 	sdev->ud.eh_ops.shutdown = stub_shutdown_connection;
shutdown          276 drivers/usb/usbip/usbip_common.h 		void (*shutdown)(struct usbip_device *);
shutdown           78 drivers/usb/usbip/usbip_event.c 			ud->eh_ops.shutdown(ud);
shutdown         1104 drivers/usb/usbip/vhci_hcd.c 	vdev->ud.eh_ops.shutdown = vhci_shutdown_connection;
shutdown          578 drivers/usb/usbip/vudc_dev.c 	ud->eh_ops.shutdown = vudc_shutdown;
shutdown           40 drivers/vfio/virqfd.c 	queue_work(vfio_irqfd_cleanup_wq, &virqfd->shutdown);
shutdown           87 drivers/vfio/virqfd.c 	struct virqfd *virqfd = container_of(work, struct virqfd, shutdown);
shutdown          125 drivers/vfio/virqfd.c 	INIT_WORK(&virqfd->shutdown, virqfd_shutdown);
shutdown          804 drivers/vhost/vsock.c 		.shutdown                 = virtio_transport_shutdown,
shutdown          559 drivers/video/backlight/ams369fg06.c 	.shutdown	= ams369fg06_shutdown,
shutdown          258 drivers/video/backlight/l4f00242t03.c 	.shutdown	= l4f00242t03_shutdown,
shutdown          400 drivers/video/backlight/lm3533_bl.c 	.shutdown	= lm3533_bl_shutdown,
shutdown          425 drivers/video/backlight/lms501kf03.c 	.shutdown	= lms501kf03_shutdown,
shutdown          300 drivers/video/backlight/ltv350qv.c 	.shutdown	= ltv350qv_shutdown,
shutdown          721 drivers/video/backlight/pwm_bl.c 	.shutdown	= pwm_backlight_shutdown,
shutdown          441 drivers/video/backlight/tdo24m.c 	.shutdown	= tdo24m_shutdown,
shutdown          255 drivers/video/backlight/vgg2432a4.c 	.shutdown	= vgg2432a4_shutdown,
shutdown         3236 drivers/video/fbdev/atafb.c 	.shutdown	= atafb_shutdown,
shutdown          191 drivers/video/fbdev/omap2/omapfb/dss/core.c 	.shutdown	= omap_dss_shutdown,
shutdown         1254 drivers/video/fbdev/ps3fb.c 	.shutdown	= ps3fb_shutdown,
shutdown          291 drivers/watchdog/acquirewdt.c 	.shutdown	= acq_shutdown,
shutdown          299 drivers/watchdog/advantechwdt.c 	.shutdown	= advwdt_shutdown,
shutdown          314 drivers/watchdog/ar7_wdt.c 	.shutdown = ar7_wdt_shutdown,
shutdown          309 drivers/watchdog/at91rm9200_wdt.c 	.shutdown	= at91wdt_shutdown,
shutdown          321 drivers/watchdog/ath79_wdt.c 	.shutdown	= ath79_wdt_shutdown,
shutdown          302 drivers/watchdog/bcm63xx_wdt.c 	.shutdown = bcm63xx_wdt_shutdown,
shutdown          255 drivers/watchdog/geodewdt.c 	.shutdown	= geodewdt_shutdown,
shutdown          336 drivers/watchdog/ib700wdt.c 	.shutdown	= ibwdt_shutdown,
shutdown          423 drivers/watchdog/imx2_wdt.c 	.shutdown	= imx2_wdt_shutdown,
shutdown          216 drivers/watchdog/mena21_wdt.c 	.shutdown = a21_wdt_shutdown,
shutdown          176 drivers/watchdog/menf21bmc_wdt.c 	.shutdown	= menf21bmc_wdt_shutdown,
shutdown          178 drivers/watchdog/mt7621_wdt.c 	.shutdown	= mt7621_wdt_shutdown,
shutdown          472 drivers/watchdog/nv_tco.c 	.shutdown	= nv_tco_shutdown,
shutdown          365 drivers/watchdog/omap_wdt.c 	.shutdown	= omap_wdt_shutdown,
shutdown          667 drivers/watchdog/orion_wdt.c 	.shutdown	= orion_wdt_shutdown,
shutdown          989 drivers/watchdog/pcwd.c 	.shutdown	= pcwd_isa_shutdown,
shutdown          314 drivers/watchdog/rc32434_wdt.c 	.shutdown	= rc32434_wdt_shutdown,
shutdown          728 drivers/watchdog/s3c2410_wdt.c 	.shutdown	= s3c2410wdt_shutdown,
shutdown          450 drivers/watchdog/sch311x_wdt.c 	.shutdown	= sch311x_wdt_shutdown,
shutdown          303 drivers/watchdog/shwdt.c 	.shutdown	= sh_wdt_shutdown,
shutdown          163 drivers/watchdog/txx9wdt.c 	.shutdown = txx9wdt_shutdown,
shutdown          201 drivers/xen/xenbus/xenbus_probe_backend.c 		.shutdown	= xenbus_dev_shutdown,
shutdown          149 drivers/xen/xenbus/xenbus_probe_frontend.c 		.shutdown	= xenbus_dev_shutdown,
shutdown         1133 fs/jfs/jfs_logmgr.c 		goto shutdown;
shutdown         1147 fs/jfs/jfs_logmgr.c       shutdown:		/* unwind lbmLogInit() */
shutdown           39 fs/notify/group.c 	group->shutdown = true;
shutdown          322 fs/notify/mark.c 		if (atomic_dec_and_test(&group->user_waits) && group->shutdown)
shutdown           96 fs/notify/notification.c 	if (group->shutdown) {
shutdown          270 fs/xfs/xfs_log.c 			goto shutdown;
shutdown          284 fs/xfs/xfs_log.c 			goto shutdown;
shutdown          289 fs/xfs/xfs_log.c shutdown:
shutdown          294 include/drm/drm_mipi_dsi.h 	void (*shutdown)(struct mipi_dsi_device *dsi);
shutdown           79 include/linux/amba/bus.h 	void			(*shutdown)(struct amba_device *);
shutdown          308 include/linux/bcma/bcma.h 	void (*shutdown)(struct bcma_device *dev);
shutdown          127 include/linux/device.h 	void (*shutdown)(struct device *dev);
shutdown          383 include/linux/device.h 	void (*shutdown) (struct device *dev);
shutdown           43 include/linux/fsl/mc.h 	void (*shutdown)(struct fsl_mc_device *dev);
shutdown          172 include/linux/fsnotify_backend.h 	bool shutdown;		/* group is being shut down, don't queue more events */
shutdown          271 include/linux/host1x.h 	void (*shutdown)(struct host1x_device *device);
shutdown         1161 include/linux/hyperv.h 	void (*shutdown)(struct hv_device *);
shutdown          266 include/linux/i2c.h 	void (*shutdown)(struct i2c_client *client);
shutdown         1074 include/linux/ide.h 	void		(*shutdown)(ide_drive_t *);
shutdown          107 include/linux/ipmi.h 	void (*shutdown)(void *handler_data);
shutdown           89 include/linux/ipmi_smi.h 	void (*shutdown)(void *send_info);
shutdown           17 include/linux/isa.h 	void (*shutdown)(struct device *, unsigned int);
shutdown           59 include/linux/kvm_irqfd.h 	struct work_struct shutdown;
shutdown           50 include/linux/mailbox_controller.h 	void (*shutdown)(struct mbox_chan *chan);
shutdown           98 include/linux/mcb.h 	void (*shutdown)(struct mcb_device *mdev);
shutdown           30 include/linux/nd.h 	void (*shutdown)(struct device *dev);
shutdown          163 include/linux/net.h 	int		(*shutdown)  (struct socket *sock, int flags);
shutdown           57 include/linux/oprofile.h 	void (*shutdown)(void);
shutdown          835 include/linux/pci.h 	void (*shutdown)(struct pci_dev *dev);
shutdown           15 include/linux/platform_data/irda-pxaficp.h 	void (*shutdown)(struct device *dev);
shutdown           12 include/linux/platform_data/irda-sa11x0.h 	void (*shutdown)(struct device *);
shutdown           21 include/linux/platform_data/lcd-mipid.h 	void	(*shutdown)(struct mipid_platform_data *pdata);
shutdown           29 include/linux/platform_data/mmc-omap.h 	void (*shutdown)(struct device *dev);
shutdown          193 include/linux/platform_device.h 	void (*shutdown)(struct platform_device *);
shutdown          380 include/linux/pnp.h 	void (*shutdown) (struct pnp_dev *dev);
shutdown          461 include/linux/rio.h 	void (*shutdown)(struct rio_dev *dev);
shutdown           50 include/linux/serial_core.h 	void		(*shutdown)(struct uart_port *);
shutdown          126 include/linux/serial_core.h 	void			(*shutdown)(struct uart_port *port);
shutdown           40 include/linux/siox.h 	void (*shutdown)(struct siox_device *sdevice);
shutdown           88 include/linux/slimbus.h 	void	(*shutdown)(struct slim_device *sl);
shutdown          575 include/linux/soundwire/sdw.h 	void (*shutdown)(struct sdw_slave *sdw);
shutdown          287 include/linux/spi/spi-mem.h 	void (*shutdown)(struct spi_mem *mem);
shutdown          263 include/linux/spi/spi.h 	void			(*shutdown)(struct spi_device *spi);
shutdown          324 include/linux/ssb/ssb.h 	void (*shutdown)(struct ssb_device *dev);
shutdown           17 include/linux/syscore_ops.h 	void (*shutdown)(void);
shutdown          399 include/linux/thunderbolt.h 	void (*shutdown)(struct tb_service *svc);
shutdown          213 include/linux/tty.h 	void (*shutdown)(struct tty_port *port);
shutdown          261 include/linux/tty_driver.h 	void (*shutdown)(struct tty_struct *tty);
shutdown          287 include/linux/usb/hcd.h 	void	(*shutdown) (struct usb_hcd *hcd);
shutdown          127 include/linux/usb/phy.h 	void	(*shutdown)(struct usb_phy *x);
shutdown          194 include/linux/usb/phy.h 	if (x && x->shutdown)
shutdown          195 include/linux/usb/phy.h 		x->shutdown(x);
shutdown          188 include/linux/vfio.h 	struct work_struct	shutdown;
shutdown          546 include/media/v4l2-subdev.h 	bool shutdown;
shutdown          144 include/net/af_vsock.h 	int (*shutdown)(struct vsock_sock *, int);
shutdown          440 include/net/bluetooth/hci_core.h 	int (*shutdown)(struct hci_dev *hdev);
shutdown         1090 include/net/sock.h 	void			(*shutdown)(struct sock *sk, int how);
shutdown           67 include/sound/ac97/codec.h 	void			(*shutdown)(struct ac97_codec_device *);
shutdown          114 include/sound/core.h 	int shutdown;			/* this card is going down */
shutdown           57 include/sound/hda_codec.h 	unsigned int shutdown :1;	/* being unloaded */
shutdown          227 include/sound/hdaudio.h 	void (*shutdown)(struct hdac_device *dev);
shutdown          218 include/sound/soc-dai.h 	void (*shutdown)(struct snd_pcm_substream *,
shutdown          251 include/sound/soc-dai.h 	int (*shutdown)(struct snd_compr_stream *,
shutdown          721 include/sound/soc.h 	void (*shutdown)(struct snd_pcm_substream *);
shutdown          730 include/sound/soc.h 	void (*shutdown)(struct snd_compr_stream *);
shutdown          640 kernel/irq/generic-chip.c 	.shutdown = irq_gc_shutdown,
shutdown           85 kernel/rcu/rcuperf.c torture_param(bool, shutdown, RCUPERF_SHUTDOWN,
shutdown          452 kernel/rcu/rcuperf.c 				if (shutdown) {
shutdown          480 kernel/rcu/rcuperf.c 		 perf_type, tag, nrealreaders, nrealwriters, verbose, shutdown);
shutdown          644 kernel/rcu/rcuperf.c 	if (shutdown) {
shutdown          248 kernel/sys_ni.c COND_SYSCALL(shutdown);
shutdown         1873 net/appletalk/ddp.c 	.shutdown	= sock_no_shutdown,
shutdown          123 net/atm/pvc.c  	.shutdown =	pvc_shutdown,
shutdown          646 net/atm/svc.c  	.shutdown =	svc_shutdown,
shutdown         1948 net/ax25/af_ax25.c 	.shutdown	= ax25_shutdown,
shutdown          184 net/bluetooth/bnep/sock.c 	.shutdown	= sock_no_shutdown,
shutdown          187 net/bluetooth/cmtp/sock.c 	.shutdown	= sock_no_shutdown,
shutdown         1672 net/bluetooth/hci_core.c 		if (hdev->shutdown)
shutdown         1673 net/bluetooth/hci_core.c 			hdev->shutdown(hdev);
shutdown         1982 net/bluetooth/hci_sock.c 	.shutdown	= sock_no_shutdown,
shutdown          235 net/bluetooth/hidp/sock.c 	.shutdown	= sock_no_shutdown,
shutdown         1664 net/bluetooth/l2cap_sock.c 	.shutdown	= l2cap_sock_shutdown,
shutdown         1038 net/bluetooth/rfcomm/sock.c 	.shutdown	= rfcomm_sock_shutdown,
shutdown          145 net/bluetooth/rfcomm/tty.c 	.shutdown = rfcomm_dev_shutdown,
shutdown         1196 net/bluetooth/sco.c 	.shutdown	= sco_sock_shutdown,
shutdown          982 net/caif/caif_socket.c 	.shutdown = sock_no_shutdown,
shutdown         1003 net/caif/caif_socket.c 	.shutdown = sock_no_shutdown,
shutdown         1650 net/can/bcm.c  	.shutdown      = sock_no_shutdown,
shutdown         1202 net/can/j1939/socket.c 	.shutdown = sock_no_shutdown,
shutdown          857 net/can/raw.c  	.shutdown      = sock_no_shutdown,
shutdown          606 net/ceph/messenger.c 		rc = con->sock->ops->shutdown(con->sock, SHUT_RDWR);
shutdown         3533 net/core/sock.c 		   proto_method_implemented(proto->shutdown),
shutdown          955 net/dccp/ipv4.c 	.shutdown		= dccp_shutdown,
shutdown          993 net/dccp/ipv4.c 	.shutdown	   = inet_shutdown,
shutdown         1043 net/dccp/ipv6.c 	.shutdown	   = dccp_shutdown,
shutdown         1077 net/dccp/ipv6.c 	.shutdown	   = inet_shutdown,
shutdown         2329 net/decnet/af_decnet.c 	.shutdown =	dn_shutdown,
shutdown          419 net/ieee802154/socket.c 	.shutdown	   = sock_no_shutdown,
shutdown          982 net/ieee802154/socket.c 	.shutdown	   = sock_no_shutdown,
shutdown          878 net/ipv4/af_inet.c 		if (sk->sk_prot->shutdown)
shutdown          879 net/ipv4/af_inet.c 			sk->sk_prot->shutdown(sk, how);
shutdown          996 net/ipv4/af_inet.c 	.shutdown	   = inet_shutdown,
shutdown         1032 net/ipv4/af_inet.c 	.shutdown	   = inet_shutdown,
shutdown         1065 net/ipv4/af_inet.c 	.shutdown	   = inet_shutdown,
shutdown         2583 net/ipv4/tcp_ipv4.c 	.shutdown		= tcp_shutdown,
shutdown          613 net/ipv6/af_inet6.c 	.shutdown	   = inet_shutdown,		/* ok		*/
shutdown          647 net/ipv6/af_inet6.c 	.shutdown	   = inet_shutdown,		/* ok		*/
shutdown         1372 net/ipv6/raw.c 	.shutdown	   = inet_shutdown,		/* ok		*/
shutdown         2017 net/ipv6/tcp_ipv6.c 	.shutdown		= tcp_shutdown,
shutdown          476 net/iucv/af_iucv.c 	u8 shutdown = 0;
shutdown          482 net/iucv/af_iucv.c 		shutdown = sk->sk_shutdown;
shutdown          490 net/iucv/af_iucv.c 	if (shutdown)
shutdown          491 net/iucv/af_iucv.c 		sk->sk_shutdown = shutdown;
shutdown         2394 net/iucv/af_iucv.c 	.shutdown	= iucv_sock_shutdown,
shutdown         1910 net/kcm/kcmsock.c 	.shutdown =	sock_no_shutdown,
shutdown         1931 net/kcm/kcmsock.c 	.shutdown =	sock_no_shutdown,
shutdown         3736 net/key/af_key.c 	.shutdown	=	sock_no_shutdown,
shutdown          634 net/l2tp/l2tp_ip.c 	.shutdown	   = inet_shutdown,
shutdown          767 net/l2tp/l2tp_ip6.c 	.shutdown	   = inet_shutdown,
shutdown         1677 net/l2tp/l2tp_ppp.c 	.shutdown	= sock_no_shutdown,
shutdown         1200 net/llc/af_llc.c 	.shutdown    = llc_ui_shutdown,
shutdown         2677 net/netlink/af_netlink.c 	.shutdown =	sock_no_shutdown,
shutdown         1331 net/netrom/af_netrom.c 	.shutdown	=	sock_no_shutdown,
shutdown          903 net/nfc/llcp_sock.c 	.shutdown       = sock_no_shutdown,
shutdown          923 net/nfc/llcp_sock.c 	.shutdown       = sock_no_shutdown,
shutdown          278 net/nfc/rawsock.c 	.shutdown       = sock_no_shutdown,
shutdown          298 net/nfc/rawsock.c 	.shutdown       = sock_no_shutdown,
shutdown         4526 net/packet/af_packet.c 	.shutdown =	sock_no_shutdown,
shutdown         4548 net/packet/af_packet.c 	.shutdown =	sock_no_shutdown,
shutdown          441 net/phonet/socket.c 	.shutdown	= sock_no_shutdown,
shutdown          466 net/phonet/socket.c 	.shutdown	= sock_no_shutdown,
shutdown         1030 net/qrtr/qrtr.c 	.shutdown	= sock_no_shutdown,
shutdown          652 net/rds/af_rds.c 	.shutdown =	sock_no_shutdown,
shutdown          211 net/rds/tcp_connect.c 		sock->ops->shutdown(sock, RCV_SHUTDOWN | SEND_SHUTDOWN);
shutdown         1448 net/rose/af_rose.c 	.shutdown	=	sock_no_shutdown,
shutdown          920 net/rxrpc/af_rxrpc.c 	.shutdown	= rxrpc_shutdown,
shutdown         1028 net/sctp/ipv6.c 	.shutdown	   = inet_shutdown,
shutdown         1031 net/sctp/protocol.c 	.shutdown	   = inet_shutdown,	/* Looks harmless.  */
shutdown         9509 net/sctp/socket.c 	.shutdown    =	sctp_shutdown,
shutdown         9551 net/sctp/socket.c 	.shutdown	= sctp_shutdown,
shutdown         1956 net/smc/af_smc.c 	.shutdown	= smc_shutdown,
shutdown         2160 net/socket.c   			err = sock->ops->shutdown(sock, how);
shutdown         2166 net/socket.c   SYSCALL_DEFINE2(shutdown, int, fd, int, how)
shutdown         3804 net/socket.c   	return sock->ops->shutdown(sock, how);
shutdown          184 net/sunrpc/rpcb_clnt.c 	int shutdown = 0;
shutdown          192 net/sunrpc/rpcb_clnt.c 		shutdown = !sn->rpcb_users;
shutdown          196 net/sunrpc/rpcb_clnt.c 	if (shutdown) {
shutdown         3174 net/tipc/socket.c 	.shutdown	= tipc_shutdown,
shutdown         3195 net/tipc/socket.c 	.shutdown	= tipc_shutdown,
shutdown         3216 net/tipc/socket.c 	.shutdown	= tipc_shutdown,
shutdown          697 net/unix/af_unix.c 	.shutdown =	unix_shutdown,
shutdown          723 net/unix/af_unix.c 	.shutdown =	unix_shutdown,
shutdown          748 net/unix/af_unix.c 	.shutdown =	unix_shutdown,
shutdown          421 net/vmw_vsock/af_vsock.c 	return transport->shutdown(vsock_sk(sk), mode);
shutdown         1081 net/vmw_vsock/af_vsock.c 	.shutdown = vsock_shutdown,
shutdown         1837 net/vmw_vsock/af_vsock.c 	.shutdown = vsock_shutdown,
shutdown          833 net/vmw_vsock/hyperv_transport.c 	.shutdown                 = hvs_shutdown,
shutdown          551 net/vmw_vsock/virtio_transport.c 		.shutdown                 = virtio_transport_shutdown,
shutdown         2105 net/vmw_vsock/vmci_transport.c 	.shutdown = vmci_transport_shutdown,
shutdown         1743 net/x25/af_x25.c 	.shutdown =	sock_no_shutdown,
shutdown         1057 net/xdp/xsk.c  	.shutdown	= sock_no_shutdown,
shutdown          124 sound/aoa/soundbus/core.c 	if (dev->driver && drv->shutdown)
shutdown          125 sound/aoa/soundbus/core.c 		drv->shutdown(soundbus_dev);
shutdown          135 sound/aoa/soundbus/core.c 	.shutdown	= soundbus_device_shutdown,
shutdown          440 sound/aoa/soundbus/i2sbus/core.c 	.shutdown = i2sbus_shutdown,
shutdown          190 sound/aoa/soundbus/soundbus.h 	int	(*shutdown)(struct soundbus_dev* dev);
shutdown           97 sound/arm/pxa2xx-ac97.c 	if (platform_ops && platform_ops->shutdown)
shutdown           98 sound/arm/pxa2xx-ac97.c 		platform_ops->shutdown(substream, platform_ops->priv);
shutdown          150 sound/core/control.c 	if (card->shutdown)
shutdown         1615 sound/core/control.c 			if (ctl->card->shutdown)
shutdown          119 sound/core/hwdep.c 		if (hw->card->shutdown) {
shutdown          382 sound/core/init.c 	if (card->shutdown) {
shutdown          386 sound/core/init.c 	card->shutdown = 1;
shutdown          929 sound/core/init.c 	if (card->shutdown) {
shutdown         1005 sound/core/init.c 		if (card->shutdown) {
shutdown         2505 sound/core/oss/pcm_oss.c 		if (pcm->card->shutdown) {
shutdown         2544 sound/core/oss/pcm_oss.c 	if (!pcm->card->shutdown)
shutdown         1915 sound/core/pcm_native.c 		if (card->shutdown) {
shutdown         2588 sound/core/pcm_native.c 		if (pcm->card->shutdown) {
shutdown          435 sound/core/rawmidi.c 		if (rmidi->card->shutdown) {
shutdown         1040 sound/core/rawmidi.c 			if (rfile->rmidi->card->shutdown)
shutdown         1369 sound/core/rawmidi.c 			if (rfile->rmidi->card->shutdown)
shutdown          516 sound/core/timer.c 	if (timer->card && timer->card->shutdown) {
shutdown          604 sound/core/timer.c 	if (timer->card && timer->card->shutdown)
shutdown          795 sound/core/timer.c 	if (timer->card && timer->card->shutdown) {
shutdown          822 sound/core/timer.c 	if (timer->card && timer->card->shutdown) {
shutdown         1051 sound/core/timer.c 	if (timer->card && timer->card->shutdown)
shutdown         1224 sound/core/timer.c 		if (timer->card && timer->card->shutdown)
shutdown          223 sound/drivers/pcsp/pcsp.c 	.shutdown	= pcsp_shutdown,
shutdown          159 sound/hda/ext/hdac_ext_bus.c 	return (get_hdrv(dev))->shutdown(get_hdev(dev));
shutdown          177 sound/hda/ext/hdac_ext_bus.c 	if (drv->shutdown)
shutdown          178 sound/hda/ext/hdac_ext_bus.c 		drv->driver.shutdown = hdac_ext_drv_shutdown;
shutdown          738 sound/pci/emu10k1/emu10k1_main.c 	if (emu->card->shutdown)
shutdown          791 sound/pci/emu10k1/emu10k1_main.c 	if (!emu->card->shutdown)
shutdown          269 sound/pci/hda/hda_beep.c 	if (!codec->bus->shutdown && codec->beep)
shutdown           47 sound/pci/hda/hda_bind.c 	if (codec->bus->shutdown)
shutdown          178 sound/pci/hda/hda_bind.c 	drv->core.driver.shutdown = hda_codec_driver_shutdown;
shutdown          608 sound/pci/hda/hda_codec.c 	if (codec->bus->shutdown)
shutdown          628 sound/pci/hda/hda_codec.c 	if (codec->bus->shutdown)
shutdown         1732 sound/pci/hda/hda_codec.c 	if (card->shutdown)
shutdown         1734 sound/pci/hda/hda_codec.c 	card->shutdown = 1;
shutdown         1752 sound/pci/hda/hda_codec.c 	card->shutdown = 0;
shutdown         1768 sound/pci/hda/hda_codec.c 	card->shutdown = 0;
shutdown         2080 sound/pci/hda/hda_codec.c 	if (hook->codec->bus->shutdown)
shutdown         4544 sound/pci/hda/hda_generic.c 	if (spec->auto_mute_via_amp && !codec->bus->shutdown)
shutdown         1398 sound/pci/hda/hda_intel.c 	chip->bus.shutdown = 1;
shutdown         2677 sound/pci/hda/hda_intel.c 	.shutdown = azx_shutdown,
shutdown          133 sound/pci/hda/hda_jack.c 		if (!codec->bus->shutdown && jack->jack)
shutdown          210 sound/pci/hda/hda_tegra.c 	chip->bus.shutdown = 1;
shutdown          527 sound/pci/hda/hda_tegra.c 	.shutdown = hda_tegra_shutdown,
shutdown          525 sound/pci/hda/patch_hdmi.c 	if (!per_pin->codec->bus->shutdown) {
shutdown          496 sound/pci/hda/patch_realtek.c 	if (codec->bus->shutdown)
shutdown          147 sound/pci/oxygen/se6x.c 	.shutdown = oxygen_pci_shutdown,
shutdown           92 sound/pci/oxygen/virtuoso.c 	.shutdown = oxygen_pci_shutdown,
shutdown         1106 sound/ppc/snd_ps3.c 	.shutdown = snd_ps3_driver_remove,
shutdown          151 sound/soc/adi/axi-i2s.c 	.shutdown = axi_i2s_shutdown,
shutdown          152 sound/soc/adi/axi-spdif.c 	.shutdown = axi_spdif_shutdown,
shutdown          273 sound/soc/amd/acp-da7219-max98357a.c 	.shutdown = cz_da7219_shutdown,
shutdown          279 sound/soc/amd/acp-da7219-max98357a.c 	.shutdown = cz_da7219_shutdown,
shutdown          285 sound/soc/amd/acp-da7219-max98357a.c 	.shutdown = cz_da7219_shutdown,
shutdown          291 sound/soc/amd/acp-da7219-max98357a.c 	.shutdown = cz_da7219_shutdown,
shutdown          297 sound/soc/amd/acp-da7219-max98357a.c 	.shutdown = cz_da7219_shutdown,
shutdown          140 sound/soc/atmel/atmel-classd.c 	.shutdown	= atmel_classd_cpu_dai_shutdown,
shutdown          474 sound/soc/atmel/atmel-classd.c 	.shutdown	= atmel_classd_codec_dai_shutdown,
shutdown          158 sound/soc/atmel/atmel-pdmic.c 	.shutdown	= atmel_pdmic_cpu_dai_shutdown,
shutdown          833 sound/soc/atmel/atmel_ssc_dai.c 	.shutdown	= atmel_ssc_shutdown,
shutdown          742 sound/soc/bcm/bcm2835-i2s.c 	.shutdown	= bcm2835_i2s_shutdown,
shutdown         1119 sound/soc/bcm/cygnus-ssp.c 	.shutdown	= cygnus_ssp_shutdown,
shutdown         1129 sound/soc/bcm/cygnus-ssp.c 	.shutdown	= cygnus_ssp_shutdown,
shutdown          398 sound/soc/cirrus/ep93xx-i2s.c 	.shutdown	= ep93xx_i2s_shutdown,
shutdown          749 sound/soc/codecs/adav80x.c 	.shutdown = adav80x_dai_shutdown,
shutdown          544 sound/soc/codecs/ak4613.c 	.shutdown	= ak4613_dai_shutdown,
shutdown          498 sound/soc/codecs/ak4642.c 	.shutdown	= ak4642_dai_shutdown,
shutdown           54 sound/soc/codecs/hdac_hda.c 	.shutdown = hdac_hda_dai_close,
shutdown         1425 sound/soc/codecs/hdac_hdmi.c 	.shutdown = hdac_hdmi_pcm_close,
shutdown          570 sound/soc/codecs/hdmi-codec.c 	.shutdown	= hdmi_codec_shutdown,
shutdown          578 sound/soc/codecs/hdmi-codec.c 	.shutdown	= hdmi_codec_shutdown,
shutdown          142 sound/soc/codecs/lochnagar-sc.c 	.shutdown = lochnagar_sc_line_shutdown,
shutdown          203 sound/soc/codecs/madera.c 					 bool *warn, bool *shutdown)
shutdown          216 sound/soc/codecs/madera.c 	*shutdown = val & MADERA_SPK_OVERHEAT_STS1;
shutdown          227 sound/soc/codecs/madera.c 	bool warn, shutdown;
shutdown          232 sound/soc/codecs/madera.c 		ret = madera_check_speaker_overheat(madera, &warn, &shutdown);
shutdown          236 sound/soc/codecs/madera.c 		if (shutdown) {
shutdown          260 sound/soc/codecs/madera.c 	bool warn, shutdown;
shutdown          263 sound/soc/codecs/madera.c 	ret = madera_check_speaker_overheat(madera, &warn, &shutdown);
shutdown          264 sound/soc/codecs/madera.c 	if (ret || shutdown) { /* for safety attempt to shutdown on error */
shutdown         2681 sound/soc/codecs/max98090.c 	.shutdown = max98090_i2c_shutdown,
shutdown         1115 sound/soc/codecs/msm8916-wcd-digital.c 	.shutdown = msm8916_wcd_digital_shutdown,
shutdown          330 sound/soc/codecs/rk3328_codec.c 	.shutdown = rk3328_pcm_shutdown,
shutdown         2265 sound/soc/codecs/rt1011.c 	.shutdown = rt1011_i2c_shutdown,
shutdown         1176 sound/soc/codecs/rt1305.c 	.shutdown = rt1305_i2c_shutdown,
shutdown          868 sound/soc/codecs/rt1308.c 	.shutdown = rt1308_i2c_shutdown,
shutdown         1413 sound/soc/codecs/rt5616.c 	.shutdown = rt5616_i2c_shutdown,
shutdown         4094 sound/soc/codecs/rt5645.c 	.shutdown = rt5645_i2c_shutdown,
shutdown         4362 sound/soc/codecs/rt5659.c 	.shutdown = rt5659_i2c_shutdown,
shutdown         3734 sound/soc/codecs/rt5663.c 	.shutdown = rt5663_i2c_shutdown,
shutdown         4974 sound/soc/codecs/rt5665.c 	.shutdown = rt5665_i2c_shutdown,
shutdown         2622 sound/soc/codecs/rt5668.c 	.shutdown = rt5668_i2c_shutdown,
shutdown         2710 sound/soc/codecs/rt5682.c 	.shutdown = rt5682_i2c_shutdown,
shutdown          152 sound/soc/codecs/sta32x.c 	int shutdown;
shutdown          409 sound/soc/codecs/sta32x.c 	if (!sta32x->shutdown)
shutdown          418 sound/soc/codecs/sta32x.c 		sta32x->shutdown = 0;
shutdown          428 sound/soc/codecs/sta32x.c 		sta32x->shutdown = 1;
shutdown          174 sound/soc/codecs/sta350.c 	int shutdown;
shutdown          514 sound/soc/codecs/tlv320aic23.c 	.shutdown	= tlv320aic23_shutdown,
shutdown         1445 sound/soc/codecs/tlv320dac33.c 	.shutdown	= dac33_shutdown,
shutdown         2100 sound/soc/codecs/twl4030.c 	.shutdown	= twl4030_shutdown,
shutdown         2109 sound/soc/codecs/twl4030.c 	.shutdown	= twl4030_voice_shutdown,
shutdown          199 sound/soc/codecs/uda1334.c 	.shutdown	= uda1334_shutdown,
shutdown          417 sound/soc/codecs/uda134x.c 	.shutdown	= uda134x_shutdown,
shutdown          634 sound/soc/codecs/uda1380.c 	.shutdown	= uda1380_pcm_shutdown,
shutdown          641 sound/soc/codecs/uda1380.c 	.shutdown	= uda1380_pcm_shutdown,
shutdown          648 sound/soc/codecs/uda1380.c 	.shutdown	= uda1380_pcm_shutdown,
shutdown          166 sound/soc/codecs/wm8524.c 	.shutdown	= wm8524_shutdown,
shutdown          331 sound/soc/codecs/wm8711.c 	.shutdown = wm8711_shutdown,
shutdown          386 sound/soc/dwc/dwc-i2s.c 	.shutdown	= dw_i2s_shutdown,
shutdown          667 sound/soc/fsl/fsl_sai.c 	.shutdown	= fsl_sai_shutdown,
shutdown          630 sound/soc/fsl/fsl_spdif.c 	.shutdown = fsl_spdif_shutdown,
shutdown         1107 sound/soc/fsl/fsl_ssi.c 	.shutdown = fsl_ssi_shutdown,
shutdown           56 sound/soc/generic/audio-graph-card.c 	.shutdown	= asoc_simple_shutdown,
shutdown           27 sound/soc/generic/simple-card.c 	.shutdown	= asoc_simple_shutdown,
shutdown          516 sound/soc/hisilicon/hi6210-i2s.c 	.shutdown	= hi6210_i2s_shutdown,
shutdown          474 sound/soc/intel/atom/sst-mfld-platform-pcm.c 	.shutdown = sst_media_close,
shutdown          490 sound/soc/intel/atom/sst-mfld-platform-pcm.c 	.shutdown = sst_disable_ssp,
shutdown          303 sound/soc/intel/haswell/sst-haswell-ipc.c 	bool shutdown;
shutdown          675 sound/soc/intel/skylake/skl-pcm.c 	.shutdown = skl_pcm_close,
shutdown         1207 sound/soc/intel/skylake/skl.c 	.shutdown = skl_shutdown,
shutdown          431 sound/soc/jz4740/jz4740-i2s.c 	.shutdown = jz4740_i2s_shutdown,
shutdown          276 sound/soc/mediatek/common/mtk-afe-fe-dai.c 	.shutdown	= mtk_afe_fe_shutdown,
shutdown          516 sound/soc/mediatek/mt2701/mt2701-afe-pcm.c 	.shutdown	= mtk_afe_fe_shutdown,
shutdown          525 sound/soc/mediatek/mt2701/mt2701-afe-pcm.c 	.shutdown	= mt2701_dlm_fe_shutdown,
shutdown          535 sound/soc/mediatek/mt2701/mt2701-afe-pcm.c 	.shutdown	= mt2701_afe_i2s_shutdown,
shutdown          543 sound/soc/mediatek/mt2701/mt2701-afe-pcm.c 	.shutdown = mt2701_btmrg_shutdown,
shutdown          520 sound/soc/mediatek/mt8173/mt8173-afe-pcm.c 	.shutdown	= mt8173_afe_i2s_shutdown,
shutdown          526 sound/soc/mediatek/mt8173/mt8173-afe-pcm.c 	.shutdown	= mt8173_afe_hdmi_shutdown,
shutdown          229 sound/soc/mediatek/mt8183/mt8183-mt6358-ts3a227-max98357.c 	.shutdown = mt8183_mt6358_tdm_shutdown,
shutdown           93 sound/soc/meson/axg-frddr.c 	.shutdown	= axg_frddr_dai_shutdown,
shutdown          161 sound/soc/meson/axg-frddr.c 	.shutdown	= axg_frddr_dai_shutdown,
shutdown          301 sound/soc/meson/axg-pdm.c 	.shutdown	= axg_pdm_shutdown,
shutdown          272 sound/soc/meson/axg-spdifin.c 	.shutdown	= axg_spdifin_shutdown,
shutdown          291 sound/soc/meson/axg-spdifout.c 	.shutdown	= axg_spdifout_shutdown,
shutdown          123 sound/soc/meson/axg-toddr.c 	.shutdown	= axg_toddr_dai_shutdown,
shutdown          191 sound/soc/meson/axg-toddr.c 	.shutdown	= axg_toddr_dai_shutdown,
shutdown          637 sound/soc/mxs/mxs-saif.c 	.shutdown = mxs_saif_shutdown,
shutdown          156 sound/soc/pxa/corgi.c 	.shutdown = corgi_shutdown,
shutdown          370 sound/soc/pxa/mmp-sspa.c 	.shutdown	= mmp_sspa_shutdown,
shutdown          130 sound/soc/pxa/poodle.c 	.shutdown = poodle_shutdown,
shutdown          841 sound/soc/pxa/pxa-ssp.c 	.shutdown	= pxa_ssp_shutdown,
shutdown          335 sound/soc/pxa/pxa2xx-i2s.c 	.shutdown	= pxa2xx_i2s_shutdown,
shutdown          270 sound/soc/qcom/lpass-cpu.c 	.shutdown	= lpass_cpu_daiops_shutdown,
shutdown          570 sound/soc/qcom/qdsp6/q6afe-dai.c 	.shutdown	= q6afe_dai_shutdown,
shutdown          577 sound/soc/qcom/qdsp6/q6afe-dai.c 	.shutdown	= q6afe_dai_shutdown,
shutdown          584 sound/soc/qcom/qdsp6/q6afe-dai.c 	.shutdown	= q6afe_dai_shutdown,
shutdown          590 sound/soc/qcom/qdsp6/q6afe-dai.c 	.shutdown	= q6afe_dai_shutdown,
shutdown          351 sound/soc/qcom/sdm845.c 	.shutdown = sdm845_snd_shutdown,
shutdown         1114 sound/soc/samsung/i2s.c 	.shutdown = i2s_shutdown,
shutdown          200 sound/soc/samsung/s3c24xx_uda134x.c 	.shutdown = s3c24xx_uda134x_shutdown,
shutdown          331 sound/soc/samsung/spdif.c 	.shutdown	= spdif_shutdown,
shutdown         1699 sound/soc/sh/fsi.c 	.shutdown	= fsi_dai_shutdown,
shutdown         1054 sound/soc/sh/rcar/core.c 	.shutdown	= rsnd_soc_dai_shutdown,
shutdown          693 sound/soc/sh/siu_dai.c 	.shutdown	= siu_dai_shutdown,
shutdown          334 sound/soc/sh/ssi.c 	.shutdown	= ssi_shutdown,
shutdown          118 sound/soc/soc-compress.c 	if (cpu_dai->driver->cops && cpu_dai->driver->cops->shutdown)
shutdown          119 sound/soc/soc-compress.c 		cpu_dai->driver->cops->shutdown(cstream, cpu_dai);
shutdown          206 sound/soc/soc-compress.c 	if (cpu_dai->driver->cops && cpu_dai->driver->cops->shutdown)
shutdown          207 sound/soc/soc-compress.c 		cpu_dai->driver->cops->shutdown(cstream, cpu_dai);
shutdown          269 sound/soc/soc-compress.c 	if (rtd->dai_link->compr_ops && rtd->dai_link->compr_ops->shutdown)
shutdown          270 sound/soc/soc-compress.c 		rtd->dai_link->compr_ops->shutdown(cstream);
shutdown          274 sound/soc/soc-compress.c 	if (cpu_dai->driver->cops && cpu_dai->driver->cops->shutdown)
shutdown          275 sound/soc/soc-compress.c 		cpu_dai->driver->cops->shutdown(cstream, cpu_dai);
shutdown          336 sound/soc/soc-compress.c 	if (fe->dai_link->compr_ops && fe->dai_link->compr_ops->shutdown)
shutdown          337 sound/soc/soc-compress.c 		fe->dai_link->compr_ops->shutdown(cstream);
shutdown          341 sound/soc/soc-compress.c 	if (cpu_dai->driver->cops && cpu_dai->driver->cops->shutdown)
shutdown          342 sound/soc/soc-compress.c 		cpu_dai->driver->cops->shutdown(cstream, cpu_dai);
shutdown          307 sound/soc/soc-dai.c 	if (dai->driver->ops->shutdown)
shutdown          308 sound/soc/soc-dai.c 		dai->driver->ops->shutdown(substream, dai);
shutdown          611 sound/soc/soc-pcm.c 	if (rtd->dai_link->ops->shutdown)
shutdown          612 sound/soc/soc-pcm.c 		rtd->dai_link->ops->shutdown(substream);
shutdown          717 sound/soc/soc-pcm.c 	if (rtd->dai_link->ops->shutdown)
shutdown          718 sound/soc/soc-pcm.c 		rtd->dai_link->ops->shutdown(substream);
shutdown          155 sound/soc/spear/spdif_in.c 	.shutdown	= spdif_in_shutdown,
shutdown          255 sound/soc/spear/spdif_out.c 	.shutdown	= spdif_out_shutdown,
shutdown         1039 sound/soc/sti/uniperif_player.c 		.shutdown = uni_player_shutdown,
shutdown          402 sound/soc/sti/uniperif_reader.c 		.shutdown = uni_reader_shutdown,
shutdown          135 sound/soc/stm/stm32_adfsdm.c 	.shutdown = stm32_adfsdm_shutdown,
shutdown          745 sound/soc/stm/stm32_i2s.c 	.shutdown	= stm32_i2s_shutdown,
shutdown         1232 sound/soc/stm/stm32_sai_sub.c 	.shutdown	= stm32_sai_shutdown,
shutdown          848 sound/soc/stm/stm32_spdifrx.c 	.shutdown	= stm32_spdifrx_shutdown,
shutdown          645 sound/soc/sunxi/sun4i-codec.c 	.shutdown	= sun4i_codec_shutdown,
shutdown          502 sound/soc/ti/ams-delta.c 		ams_delta_ops.shutdown = ams_delta_shutdown;
shutdown           79 sound/soc/ti/davinci-evm.c 	.shutdown = evm_shutdown,
shutdown          605 sound/soc/ti/davinci-i2s.c 	.shutdown	= davinci_i2s_shutdown,
shutdown         1566 sound/soc/ti/davinci-mcasp.c 	.shutdown	= davinci_mcasp_shutdown,
shutdown          117 sound/soc/ti/n810.c 	.shutdown = n810_shutdown,
shutdown          405 sound/soc/ti/omap-dmic.c 	.shutdown	= omap_dmic_dai_shutdown,
shutdown          273 sound/soc/ti/omap-hdmi.c 	.shutdown	= hdmi_dai_shutdown,
shutdown         1275 sound/soc/ti/omap-mcbsp.c 	.shutdown	= omap_mcbsp_dai_shutdown,
shutdown          409 sound/soc/ti/omap-mcpdm.c 	.shutdown	= omap_mcpdm_dai_shutdown,
shutdown           60 sound/soc/ti/osk5912.c 	.shutdown = osk_shutdown,
shutdown          368 sound/soc/uniphier/aio-cpu.c 	.shutdown    = uniphier_aio_shutdown,
shutdown          379 sound/soc/uniphier/aio-cpu.c 	.shutdown    = uniphier_aio_shutdown,
shutdown          356 sound/soc/ux500/mop500_ab8500.c 		.shutdown = mop500_ab8500_shutdown,
shutdown          713 sound/soc/ux500/ux500_msp_dai.c 		.shutdown = ux500_msp_dai_shutdown,
shutdown          200 sound/soc/xilinx/xlnx_spdif.c 	.shutdown = xlnx_spdif_shutdown,
shutdown          361 sound/soc/zte/zx-i2s.c 	.shutdown	= zx_i2s_shutdown,
shutdown          269 sound/soc/zte/zx-spdif.c 	.shutdown	= zx_spdif_shutdown,
shutdown          315 sound/soc/zte/zx-tdm.c 	.shutdown	= zx_tdm_shutdown,
shutdown          183 sound/usb/6fire/chip.c 			chip->shutdown = true;
shutdown           19 sound/usb/6fire/chip.h 	bool shutdown;
shutdown           46 sound/usb/6fire/comm.c 	if (!rt->chip->shutdown) {
shutdown          345 sound/usb/card.c 	if (!atomic_read(&chip->shutdown))
shutdown          479 sound/usb/card.c 	atomic_set(&chip->shutdown, 0);
shutdown          589 sound/usb/card.c 			if (atomic_read(&usb_chip[i]->shutdown)) {
shutdown          708 sound/usb/card.c 	if (atomic_inc_return(&chip->shutdown) == 1) {
shutdown          761 sound/usb/card.c 	if (atomic_read(&chip->shutdown)) {
shutdown          788 sound/usb/card.c 	if (atomic_read(&chip->shutdown))
shutdown          797 sound/usb/card.c 	if (atomic_read(&chip->shutdown))
shutdown          369 sound/usb/endpoint.c 	if (unlikely(atomic_read(&ep->chip->shutdown)))
shutdown          552 sound/usb/endpoint.c 	if (!force && atomic_read(&ep->chip->shutdown)) /* to be sure... */
shutdown          926 sound/usb/endpoint.c 	if (atomic_read(&ep->chip->shutdown))
shutdown          147 sound/usb/line6/capture.c 	int i, index, length = 0, shutdown = 0;
shutdown          167 sound/usb/line6/capture.c 			shutdown = 1;
shutdown          205 sound/usb/line6/capture.c 		shutdown = 1;
shutdown          207 sound/usb/line6/capture.c 	if (!shutdown) {
shutdown          304 sound/usb/line6/playback.c 	int i, index, length = 0, shutdown = 0;
shutdown          346 sound/usb/line6/playback.c 			shutdown = 1;
shutdown          351 sound/usb/line6/playback.c 		shutdown = 1;
shutdown          353 sound/usb/line6/playback.c 	if (!shutdown) {
shutdown           71 sound/usb/pcm.c 	if (atomic_read(&subs->stream->chip->shutdown))
shutdown           36 sound/usb/proc.c 	if (!atomic_read(&chip->shutdown))
shutdown           43 sound/usb/proc.c 	if (!atomic_read(&chip->shutdown))
shutdown           31 sound/usb/usbaudio.h 	atomic_t shutdown;
shutdown          224 tools/testing/selftests/android/ion/ipcsocket.c 	shutdown(sockfd, 2);
shutdown           62 tools/testing/selftests/mqueue/mq_open_tests.c void shutdown(int exit_val, char *err_cause, int line_no);
shutdown          123 tools/testing/selftests/mqueue/mq_open_tests.c 		shutdown(4, "Error reading /proc entry", __LINE__ - 1);
shutdown          133 tools/testing/selftests/mqueue/mq_open_tests.c 		return shutdown(5, "Failed writing to /proc file",
shutdown          137 tools/testing/selftests/mqueue/mq_open_tests.c 		return shutdown(5, "We didn't get what we wrote to /proc back",
shutdown          144 tools/testing/selftests/mqueue/mq_open_tests.c 		shutdown(6, "getrlimit()", __LINE__ - 1);
shutdown          150 tools/testing/selftests/mqueue/mq_open_tests.c 		shutdown(7, "setrlimit()", __LINE__ - 1);
shutdown          206 tools/testing/selftests/mqueue/mq_open_tests.c 		shutdown(1, "mq_open()", __LINE__);
shutdown          208 tools/testing/selftests/mqueue/mq_open_tests.c 		shutdown(1, "mq_getattr()", __LINE__);
shutdown          210 tools/testing/selftests/mqueue/mq_open_tests.c 		shutdown(1, "mq_close()", __LINE__);
shutdown          213 tools/testing/selftests/mqueue/mq_open_tests.c 		shutdown(1, "mq_unlink()", __LINE__);
shutdown          230 tools/testing/selftests/mqueue/mq_open_tests.c 		shutdown(1, "mq_getattr()", __LINE__);
shutdown          232 tools/testing/selftests/mqueue/mq_open_tests.c 		shutdown(1, "mq_close()", __LINE__);
shutdown          235 tools/testing/selftests/mqueue/mq_open_tests.c 		shutdown(1, "mq_unlink()", __LINE__);
shutdown          279 tools/testing/selftests/mqueue/mq_open_tests.c 		shutdown(2, "Failed to open msg_max", __LINE__);
shutdown          281 tools/testing/selftests/mqueue/mq_open_tests.c 		shutdown(2, "Failed to open msgsize_max", __LINE__);
shutdown          501 tools/testing/selftests/mqueue/mq_open_tests.c 	shutdown(0,"",0);
shutdown          154 tools/testing/selftests/mqueue/mq_perf_tests.c void shutdown(int exit_val, char *err_cause, int line_no);
shutdown          217 tools/testing/selftests/mqueue/mq_perf_tests.c 		shutdown(0, "", 0);
shutdown          229 tools/testing/selftests/mqueue/mq_perf_tests.c 		shutdown(0, "", 0);
shutdown          240 tools/testing/selftests/mqueue/mq_perf_tests.c 		shutdown(4, "Error reading /proc entry", __LINE__);
shutdown          250 tools/testing/selftests/mqueue/mq_perf_tests.c 		return shutdown(5, "Failed writing to /proc file", __LINE__);
shutdown          253 tools/testing/selftests/mqueue/mq_perf_tests.c 		return shutdown(5, "We didn't get what we wrote to /proc back",
shutdown          270 tools/testing/selftests/mqueue/mq_perf_tests.c 		shutdown(6, "getrlimit()", __LINE__);
shutdown          276 tools/testing/selftests/mqueue/mq_perf_tests.c 		shutdown(7, "setrlimit()", __LINE__);
shutdown          296 tools/testing/selftests/mqueue/mq_perf_tests.c 		shutdown(1, "mq_open()", __LINE__);
shutdown          298 tools/testing/selftests/mqueue/mq_perf_tests.c 		shutdown(1, "mq_getattr()", __LINE__);
shutdown          343 tools/testing/selftests/mqueue/mq_perf_tests.c 			shutdown(3, "Test send failure", __LINE__); \
shutdown          350 tools/testing/selftests/mqueue/mq_perf_tests.c 			shutdown(3, "Test send failure", __LINE__); \
shutdown          353 tools/testing/selftests/mqueue/mq_perf_tests.c 			shutdown(3, "Test receive failure", __LINE__); \
shutdown          438 tools/testing/selftests/mqueue/mq_perf_tests.c 		shutdown(2, "sysconf(_SC_MQ_PRIO_MAX)", __LINE__);
shutdown          440 tools/testing/selftests/mqueue/mq_perf_tests.c 		shutdown(2, "pthread_getcpuclockid", __LINE__);
shutdown          443 tools/testing/selftests/mqueue/mq_perf_tests.c 		shutdown(2, "clock_getres()", __LINE__);
shutdown          534 tools/testing/selftests/mqueue/mq_perf_tests.c 		shutdown(2, "setpriority()", __LINE__);
shutdown          639 tools/testing/selftests/mqueue/mq_perf_tests.c 		shutdown(2, "Failed to open msg_max", __LINE__);
shutdown          641 tools/testing/selftests/mqueue/mq_perf_tests.c 		shutdown(2, "Failed to open msgsize_max", __LINE__);
shutdown          651 tools/testing/selftests/mqueue/mq_perf_tests.c 		shutdown(2, "getpriority()", __LINE__);
shutdown          696 tools/testing/selftests/mqueue/mq_perf_tests.c 		shutdown(1, "sigaction(SIGUSR1)", __LINE__);
shutdown          699 tools/testing/selftests/mqueue/mq_perf_tests.c 		shutdown(1, "sigaction(SIGHUP)", __LINE__);
shutdown          701 tools/testing/selftests/mqueue/mq_perf_tests.c 		shutdown(1, "sigaction(SIGINT)", __LINE__);
shutdown          703 tools/testing/selftests/mqueue/mq_perf_tests.c 		shutdown(1, "sigaction(SIGQUIT)", __LINE__);
shutdown          705 tools/testing/selftests/mqueue/mq_perf_tests.c 		shutdown(1, "sigaction(SIGTERM)", __LINE__);
shutdown          731 tools/testing/selftests/mqueue/mq_perf_tests.c 			shutdown(1, "pthread_create()", __LINE__);
shutdown          737 tools/testing/selftests/mqueue/mq_perf_tests.c 		shutdown((long)retval, "perf_test_thread()", __LINE__);
shutdown          742 tools/testing/selftests/mqueue/mq_perf_tests.c 	shutdown(0, "", 0);
shutdown         1096 tools/testing/selftests/net/tls.c TEST_F(tls, shutdown)
shutdown         1108 tools/testing/selftests/net/tls.c 	shutdown(self->fd, SHUT_RDWR);
shutdown         1109 tools/testing/selftests/net/tls.c 	shutdown(self->cfd, SHUT_RDWR);
shutdown         1119 tools/testing/selftests/net/tls.c 	shutdown(self->fd, SHUT_RDWR);
shutdown         1120 tools/testing/selftests/net/tls.c 	shutdown(self->cfd, SHUT_RDWR);
shutdown         1128 tools/testing/selftests/net/tls.c 	shutdown(self->fd, SHUT_RDWR);
shutdown         1129 tools/testing/selftests/net/tls.c 	shutdown(self->cfd, SHUT_RDWR);
shutdown           75 tools/testing/vsock/vsock_diag_test.c static const char *sock_shutdown_str(int shutdown)
shutdown           77 tools/testing/vsock/vsock_diag_test.c 	switch (shutdown) {
shutdown          115 virt/kvm/eventfd.c 		container_of(work, struct kvm_kernel_irqfd, shutdown);
shutdown          169 virt/kvm/eventfd.c 	queue_work(irqfd_cleanup_wq, &irqfd->shutdown);
shutdown          305 virt/kvm/eventfd.c 	INIT_WORK(&irqfd->shutdown, irqfd_shutdown);