Home
last modified time | relevance | path

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

12

/linux-6.12.1/drivers/gpu/drm/panthor/
Dpanthor_device.c57 mutex_lock(&ptdev->unplug.lock); in panthor_device_unplug()
62 mutex_unlock(&ptdev->unplug.lock); in panthor_device_unplug()
63 wait_for_completion(&ptdev->unplug.done); in panthor_device_unplug()
75 mutex_unlock(&ptdev->unplug.lock); in panthor_device_unplug()
97 complete_all(&ptdev->unplug.done); in panthor_device_unplug()
161 init_completion(&ptdev->unplug.done); in panthor_device_init()
162 ret = drmm_mutex_init(&ptdev->base, &ptdev->unplug.lock); in panthor_device_init()
Dpanthor_device.h128 } unplug; member
/linux-6.12.1/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()
171 mddev->bitmap_ops->unplug(mddev, current->bio_list == NULL); in raid1_prepare_flush_writes()
Dmd-bitmap.h85 void (*unplug)(struct mddev *mddev, bool sync); member
/linux-6.12.1/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.rst970 Hot plug/unplug support:
1026 | dyn | Indicates hot plug/unplug of AP adapters, domains and control |
1041 1. If the KVM guest was started with libvirt, you can hot unplug the mdev via
1046 For example, to hot unplug mdev 62177883-f1bb-47f0-914d-32a22e3a8804 from
1064 For example, to hot unplug the vfio_ap mediated device identified on the
1076 For example, to hot unplug the vfio_ap mediated device that was specified
/linux-6.12.1/drivers/gpu/drm/ci/xfails/
Di915-glk-flakes.txt6 core_hotunplug@unplug-rescan
Dvkms-none-fails.txt8 core_hotunplug@unplug-rescan,Fail
/linux-6.12.1/include/uapi/linux/
Dvirtio_mem.h132 struct virtio_mem_req_unplug unplug; member
/linux-6.12.1/arch/x86/xen/
DMakefile23 obj-$(CONFIG_XEN_PVHVM) += platform-pci-unplug.o
/linux-6.12.1/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-6.12.1/drivers/thunderbolt/
Dtb.c76 bool unplug; member
81 static void tb_queue_hotplug(struct tb *tb, u64 route, u8 port, bool unplug) in tb_queue_hotplug() argument
92 ev->unplug = unplug; in tb_queue_hotplug()
2323 ev->route, ev->port, ev->unplug); in tb_handle_hotplug()
2329 ev->route, ev->port, ev->unplug); in tb_handle_hotplug()
2335 ev->route, ev->port, ev->unplug); in tb_handle_hotplug()
2341 if (ev->unplug) { in tb_handle_hotplug()
2780 if (tb_cfg_ack_plug(tb->ctl, route, pkg->port, pkg->unplug)) { in tb_handle_event()
2785 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);
Dtrace.h68 trace_seq_printf(p, "port=%d, unplug=%#x, ", msg->port, msg->unplug); in show_data_event()
Dctl.c825 int tb_cfg_ack_plug(struct tb_ctl *ctl, u64 route, u32 port, bool unplug) in tb_cfg_ack_plug() argument
831 .pg = unplug ? TB_CFG_ERROR_PG_HOT_UNPLUG in tb_cfg_ack_plug()
835 unplug ? "un" : "", route, port); in tb_cfg_ack_plug()
Dtb_msgs.h93 bool unplug:1; member
/linux-6.12.1/drivers/hid/usbhid/
Dhid-core.c431 int unplug = 0; in hid_irq_out() local
437 unplug = 1; in hid_irq_out()
451 if (unplug) { in hid_irq_out()
479 int unplug = 0, status = urb->status; in hid_ctrl() local
489 unplug = 1; in hid_ctrl()
503 if (unplug) { in hid_ctrl()
/linux-6.12.1/block/
Dblk-core.c1170 struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug, void *data, in blk_check_plugged() argument
1180 if (cb->callback == unplug && cb->data == data) in blk_check_plugged()
1188 cb->callback = unplug; in blk_check_plugged()
/linux-6.12.1/Documentation/userspace-api/media/mediactl/
Dmedia-ioc-device-info.rst99 vary across reboots or device unplug/replug.
/linux-6.12.1/Documentation/networking/device_drivers/atm/
Dcxacru.rst11 driver and it is necessary to unplug/remove power to the device to fix this.
/linux-6.12.1/drivers/hid/bpf/progs/
DREADME77 Then unplug and replug the device.
/linux-6.12.1/Documentation/sound/designs/
Djack-injection.rst15 machine and plug/unplug physical devices to the audio jack.
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-bus-vfio-mdev110 is active and the vendor driver doesn't support hot unplug.
/linux-6.12.1/kernel/
DKconfig.kexec127 in response to hot plug/unplug or online/offline of CPUs or
/linux-6.12.1/Documentation/driver-api/tty/
Dmoxa-smartio.rst196 To avoid this problem, please unplug fifth and after board, because Moxa

12