Home
last modified time | relevance | path

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

/drivers/gpu/drm/panthor/
A Dpanthor_device.c75 mutex_lock(&ptdev->unplug.lock); in panthor_device_unplug()
80 mutex_unlock(&ptdev->unplug.lock); in panthor_device_unplug()
81 wait_for_completion(&ptdev->unplug.done); in panthor_device_unplug()
93 mutex_unlock(&ptdev->unplug.lock); in panthor_device_unplug()
115 complete_all(&ptdev->unplug.done); in panthor_device_unplug()
174 init_completion(&ptdev->unplug.done); in panthor_device_init()
175 ret = drmm_mutex_init(&ptdev->base, &ptdev->unplug.lock); in panthor_device_init()
A Dpanthor_device.h148 } unplug; member
/drivers/md/
A 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()
A Dmd-bitmap.h76 void (*unplug)(struct mddev *mddev, bool sync); member
A Dmd-bitmap.c3007 .unplug = bitmap_unplug,
A Dmd.c4703 mddev->bitmap_ops->unplug(mddev, true); /* flush the bits to disk */ in bitmap_store()
A Draid5.c6766 mddev->bitmap_ops->unplug(mddev, true); in raid5d()
/drivers/gpu/drm/ci/xfails/
A Di915-glk-flakes.txt6 core_hotunplug@unplug-rescan
/drivers/thunderbolt/
A Dtb.c82 bool unplug; member
93 static void tb_queue_hotplug(struct tb *tb, u64 route, u8 port, bool unplug) in tb_queue_hotplug() argument
104 ev->unplug = unplug; in tb_queue_hotplug()
2432 ev->route, ev->port, ev->unplug); in tb_handle_hotplug()
2438 ev->route, ev->port, ev->unplug); in tb_handle_hotplug()
2444 ev->route, ev->port, ev->unplug); in tb_handle_hotplug()
2450 if (ev->unplug) { in tb_handle_hotplug()
2917 if (tb_cfg_ack_plug(tb->ctl, route, pkg->port, pkg->unplug)) { in tb_handle_event()
2922 tb_queue_hotplug(tb, route, pkg->port, pkg->unplug); in tb_handle_event()
A Dctl.h127 int tb_cfg_ack_plug(struct tb_ctl *ctl, u64 route, u32 port, bool unplug);
A Dctl.c833 int tb_cfg_ack_plug(struct tb_ctl *ctl, u64 route, u32 port, bool unplug) in tb_cfg_ack_plug() argument
839 .pg = unplug ? TB_CFG_ERROR_PG_HOT_UNPLUG in tb_cfg_ack_plug()
843 unplug ? "un" : "", route, port); in tb_cfg_ack_plug()
A Dtrace.h68 trace_seq_printf(p, "port=%d, unplug=%#x, ", msg->port, msg->unplug); in show_data_event()
A Dtb_msgs.h93 bool unplug:1; member
/drivers/hid/usbhid/
A Dhid-core.c432 int unplug = 0; in hid_irq_out() local
438 unplug = 1; in hid_irq_out()
452 if (unplug) { in hid_irq_out()
480 int unplug = 0, status = urb->status; in hid_ctrl() local
490 unplug = 1; in hid_ctrl()
504 if (unplug) { in hid_ctrl()
/drivers/hid/bpf/progs/
A DREADME77 Then unplug and replug the device.
/drivers/virtio/
A Dvirtio_mem.c1463 .u.unplug.addr = cpu_to_virtio64(vm->vdev, addr), in virtio_mem_send_unplug_request()
1464 .u.unplug.nb_blocks = cpu_to_virtio16(vm->vdev, nb_vm_blocks), in virtio_mem_send_unplug_request()
/drivers/gpio/
A DKconfig2011 hot-unplug handling in GPIOLIB.

Completed in 78 milliseconds