Searched refs:shutdown (Results 451 - 475 of 1219) sorted by relevance

<<11121314151617181920>>

/linux-master/sound/soc/codecs/
H A Dwm8711.c331 .shutdown = wm8711_shutdown,
/linux-master/sound/soc/qcom/
H A Dapq8016_sbc.c236 .shutdown = msm8916_qdsp6_shutdown,
/linux-master/sound/soc/intel/avs/
H A Dprobes.c257 .shutdown = avs_probe_compr_free,
/linux-master/arch/powerpc/platforms/pseries/
H A Dvio.c1274 if (viodrv->shutdown)
1275 viodrv->shutdown(viodev);
1622 .shutdown = vio_bus_shutdown,
1640 .shutdown = vio_bus_shutdown,
/linux-master/include/linux/
H A Dnet.h89 * @SHUT_RD: shutdown receptions
90 * @SHUT_WR: shutdown transmissions
91 * @SHUT_RDWR: shutdown receptions/transmissions
191 int (*shutdown) (struct socket *sock, int flags); member in struct:proto_ops
/linux-master/drivers/media/rc/
H A Dsunxi-cir.c417 .shutdown = sunxi_ir_shutdown,
/linux-master/drivers/usb/phy/
H A Dphy-generic.c312 nop->phy.shutdown = usb_gen_phy_shutdown;
/linux-master/kernel/
H A Dsys_ni.c157 COND_SYSCALL(shutdown); variable
/linux-master/drivers/ps3/
H A Dps3-vuart.c1178 if (drv->shutdown)
1179 drv->shutdown(dev);
1181 dev_dbg(&dev->core, "%s:%d: no shutdown, calling remove\n",
1185 dev_dbg(&dev->core, "%s:%d: no shutdown method\n", __func__,
1232 drv->core.shutdown = ps3_vuart_shutdown;
/linux-master/arch/arm/mach-rpc/
H A Decard.c1085 if (drv->shutdown)
1086 drv->shutdown(ec);
1133 .shutdown = ecard_drv_shutdown,
/linux-master/drivers/base/
H A Dplatform.c1443 if (drv->shutdown)
1444 drv->shutdown(dev);
1490 .shutdown = platform_shutdown,
/linux-master/net/sunrpc/
H A Drpcb_clnt.c183 int shutdown = 0; local
191 shutdown = !sn->rpcb_users;
195 if (shutdown) {
/linux-master/virt/kvm/
H A Deventfd.c124 container_of(work, struct kvm_kernel_irqfd, shutdown);
178 queue_work(irqfd_cleanup_wq, &irqfd->shutdown);
326 INIT_WORK(&irqfd->shutdown, irqfd_shutdown);
531 * shutdown any irqfd's that match fd+gsi
564 * Block until we know all outstanding shutdown jobs have completed
602 * Block until we know all outstanding shutdown jobs have completed
667 * create a host-wide workqueue for issuing deferred shutdown requests
/linux-master/drivers/spi/
H A Dspi-mem.c931 if (memdrv->shutdown)
932 memdrv->shutdown(mem);
950 memdrv->spidrv.shutdown = spi_mem_shutdown;
/linux-master/drivers/cdx/
H A Dcdx.c342 if (cdx_drv && cdx_drv->shutdown)
343 cdx_drv->shutdown(cdx_dev);
651 .shutdown = cdx_shutdown,
/linux-master/drivers/siox/
H A Dsiox-core.c542 if (sdriver->shutdown)
543 sdriver->shutdown(sdevice);
551 .shutdown = siox_shutdown,
/linux-master/drivers/gpu/host1x/
H A Dbus.c646 if (driver->shutdown)
647 driver->shutdown(device);
682 driver->driver.shutdown = host1x_device_shutdown;
/linux-master/drivers/ssb/
H A Dmain.c282 if (ssb_drv && ssb_drv->shutdown)
283 ssb_drv->shutdown(ssb_dev);
394 .shutdown = ssb_device_shutdown,
/linux-master/drivers/gpu/drm/
H A Ddrm_mipi_dsi.c1343 drv->shutdown(dsi);
1363 if (drv->shutdown)
1364 drv->driver.shutdown = mipi_dsi_drv_shutdown;
/linux-master/net/tls/
H A Dtls_main.c412 u8 shutdown; local
418 shutdown = READ_ONCE(sk->sk_shutdown);
419 if (unlikely(state != TCP_ESTABLISHED || shutdown & RCV_SHUTDOWN))
/linux-master/drivers/mtd/ubi/
H A Dwl.c581 int shutdown);
652 * @shutdown: non-zero if the worker has to free memory and exit
660 int shutdown)
670 if (shutdown)
1229 int shutdown)
1233 if (shutdown) {
1728 * shutdown_work - shutdown all pending works.
659 wear_leveling_worker(struct ubi_device *ubi, struct ubi_work *wrk, int shutdown) argument
/linux-master/net/ipv4/
H A Daf_inet.c208 * was shutdown() rather than close().
924 if (sk->sk_prot->shutdown)
925 sk->sk_prot->shutdown(sk, how);
1067 .shutdown = inet_shutdown,
1102 .shutdown = inet_shutdown,
1134 .shutdown = inet_shutdown,
/linux-master/net/unix/
H A Daf_unix.c66 * - client shutdown killed server socket.
838 .shutdown = unix_shutdown,
863 .shutdown = unix_shutdown,
887 .shutdown = unix_shutdown,
1717 /* This means receive shutdown. */
3125 u8 shutdown; local
3129 shutdown = READ_ONCE(sk->sk_shutdown);
3135 if (shutdown == SHUTDOWN_MASK)
3137 if (shutdown & RCV_SHUTDOWN)
3172 u8 shutdown; local
[all...]
/linux-master/tools/testing/selftests/net/
H A Dtls.c1533 TEST_F(tls, shutdown)
1545 shutdown(self->fd, SHUT_RDWR);
1546 shutdown(self->cfd, SHUT_RDWR);
1556 shutdown(self->fd, SHUT_RDWR);
1557 shutdown(self->cfd, SHUT_RDWR);
1565 shutdown(self->fd, SHUT_RDWR);
1566 shutdown(self->cfd, SHUT_RDWR);
/linux-master/fs/xfs/
H A Dxfs_log.c298 goto shutdown;
312 goto shutdown;
317 shutdown:
382 * devices are read-only, or if the filesystem is shutdown. Read-only
510 * space waiters so they can process the newly set shutdown state. We really
967 * transitioning log state to shutdown. Just continue...
1100 * If shutdown has come from iclog IO context, the log
1102 * for the iclog to complete shutdown processing before we
1351 /* Ignore potential inconsistency when shutdown. */
1391 * Race to shutdown th
[all...]

Completed in 292 milliseconds

<<11121314151617181920>>