Home
last modified time | relevance | path

Searched refs:unplug (Results 1 – 25 of 34) sorted by relevance

12

/Linux-v6.6/drivers/md/
Draid1-10.c134 blk_plug_cb_fn unplug, int copies) in raid1_add_bio_to_plug() argument
148 cb = blk_check_plugged(unplug, mddev, sizeof(*plug)); in raid1_add_bio_to_plug()
/Linux-v6.6/Documentation/arch/s390/
Dvfio-ap-locking.rst72 device driver is using it to plug/unplug AP devices passed through to the KVM
86 to unplug the adapter.
89 pointer is not used to plug/unplug devices passed through to the KVM guest;
Dvfio-ap.rst940 Hot plug/unplug support:
981 1. If the KVM guest was started with libvirt, you can hot unplug the mdev via
986 For example, to hot unplug mdev 62177883-f1bb-47f0-914d-32a22e3a8804 from
1004 For example, to hot unplug the vfio_ap mediated device identified on the
1016 For example, to hot unplug the vfio_ap mediated device that was specified
/Linux-v6.6/include/uapi/linux/
Dvirtio_mem.h130 struct virtio_mem_req_unplug unplug; member
/Linux-v6.6/drivers/thunderbolt/
Dtb.c52 bool unplug; member
163 static void tb_queue_hotplug(struct tb *tb, u64 route, u8 port, bool unplug) in tb_queue_hotplug() argument
174 ev->unplug = unplug; in tb_queue_hotplug()
1676 ev->route, ev->port, ev->unplug); in tb_handle_hotplug()
1682 ev->route, ev->port, ev->unplug); in tb_handle_hotplug()
1688 ev->route, ev->port, ev->unplug); in tb_handle_hotplug()
1694 if (ev->unplug) { in tb_handle_hotplug()
2036 if (tb_cfg_ack_plug(tb->ctl, route, pkg->port, pkg->unplug)) { in tb_handle_event()
2041 tb_queue_hotplug(tb, route, pkg->port, pkg->unplug); in tb_handle_event()
Dctl.h127 int tb_cfg_ack_plug(struct tb_ctl *ctl, u64 route, u32 port, bool unplug);
Dctl.c810 int tb_cfg_ack_plug(struct tb_ctl *ctl, u64 route, u32 port, bool unplug) in tb_cfg_ack_plug() argument
816 .pg = unplug ? TB_CFG_ERROR_PG_HOT_UNPLUG in tb_cfg_ack_plug()
820 unplug ? "un" : "", route, port); in tb_cfg_ack_plug()
Dtb_msgs.h93 bool unplug:1; member
/Linux-v6.6/arch/x86/xen/
DMakefile23 obj-$(CONFIG_XEN_PVHVM) += platform-pci-unplug.o
/Linux-v6.6/Documentation/usb/
Dchipidea.rst66 5) Remove B-device (unplug micro B plug) and insert again in 10 seconds;
69 6) Remove B-device (unplug micro B plug) and insert again after 10 seconds;
/Linux-v6.6/block/
Dblk-core.c1113 struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug, void *data, in blk_check_plugged() argument
1123 if (cb->callback == unplug && cb->data == data) in blk_check_plugged()
1131 cb->callback = unplug; in blk_check_plugged()
/Linux-v6.6/drivers/hid/usbhid/
Dhid-core.c430 int unplug = 0; in hid_irq_out() local
436 unplug = 1; in hid_irq_out()
450 if (unplug) { in hid_irq_out()
478 int unplug = 0, status = urb->status; in hid_ctrl() local
488 unplug = 1; in hid_ctrl()
502 if (unplug) { in hid_ctrl()
/Linux-v6.6/Documentation/networking/device_drivers/atm/
Dcxacru.rst11 driver and it is necessary to unplug/remove power to the device to fix this.
/Linux-v6.6/Documentation/userspace-api/media/mediactl/
Dmedia-ioc-device-info.rst99 vary across reboots or device unplug/replug.
/Linux-v6.6/Documentation/sound/designs/
Djack-injection.rst15 machine and plug/unplug physical devices to the audio jack.
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-bus-vfio-mdev110 is active and the vendor driver doesn't support hot unplug.
/Linux-v6.6/kernel/
DKconfig.kexec123 in response to hot plug/unplug or online/offline of CPUs or
/Linux-v6.6/Documentation/driver-api/tty/
Dmoxa-smartio.rst196 To avoid this problem, please unplug fifth and after board, because Moxa
/Linux-v6.6/Documentation/gpu/
Dvkms.rst147 - Change output configuration: Plug/unplug screens, change EDID, allow changing
/Linux-v6.6/Documentation/driver-api/
Dvfio-mediated-device.rst237 doesn't support hot unplug.
/Linux-v6.6/Documentation/driver-api/cxl/
Dmemory-devices.rst195 objects. Conversely for hot-unplug / removal scenarios, there is no need for
/Linux-v6.6/Documentation/driver-api/usb/
Dpersist.rst124 with it, unplug the flash device, plug it back in later, and still
/Linux-v6.6/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
Doverview.rst119 the ability to hot plug/unplug objects in and out of the DPRC.
/Linux-v6.6/drivers/virtio/
Dvirtio_mem.c1438 .u.unplug.addr = cpu_to_virtio64(vm->vdev, addr), in virtio_mem_send_unplug_request()
1439 .u.unplug.nb_blocks = cpu_to_virtio16(vm->vdev, nb_vm_blocks), in virtio_mem_send_unplug_request()
/Linux-v6.6/include/linux/
Dblkdev.h985 extern struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug,

12