Searched refs:unplug (Results 1 – 17 of 17) sorted by relevance
| /drivers/gpu/drm/panthor/ |
| A D | panthor_device.c | 75 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 D | panthor_device.h | 148 } unplug; member
|
| /drivers/md/ |
| A D | raid1-10.c | 134 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 D | md-bitmap.h | 76 void (*unplug)(struct mddev *mddev, bool sync); member
|
| A D | md-bitmap.c | 3007 .unplug = bitmap_unplug,
|
| A D | md.c | 4703 mddev->bitmap_ops->unplug(mddev, true); /* flush the bits to disk */ in bitmap_store()
|
| A D | raid5.c | 6766 mddev->bitmap_ops->unplug(mddev, true); in raid5d()
|
| /drivers/gpu/drm/ci/xfails/ |
| A D | i915-glk-flakes.txt | 6 core_hotunplug@unplug-rescan
|
| /drivers/thunderbolt/ |
| A D | tb.c | 82 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 D | ctl.h | 127 int tb_cfg_ack_plug(struct tb_ctl *ctl, u64 route, u32 port, bool unplug);
|
| A D | ctl.c | 833 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 D | trace.h | 68 trace_seq_printf(p, "port=%d, unplug=%#x, ", msg->port, msg->unplug); in show_data_event()
|
| A D | tb_msgs.h | 93 bool unplug:1; member
|
| /drivers/hid/usbhid/ |
| A D | hid-core.c | 432 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 D | README | 77 Then unplug and replug the device.
|
| /drivers/virtio/ |
| A D | virtio_mem.c | 1463 .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 D | Kconfig | 2011 hot-unplug handling in GPIOLIB.
|
Completed in 78 milliseconds