/Linux-v6.1/arch/x86/xen/ |
D | platform-pci-unplug.c | 4 * platform-pci-unplug.c 24 /* store the value of xen_emul_unplug after the unplug is done */ 143 /* user explicitly requested no unplug */ in xen_unplug_emulated_devices() 150 * not support the unplug protocol (XEN_PLATFORM_ERR_MAGIC) in xen_unplug_emulated_devices() 161 "been compiled for this kernel: unplug emulated NICs.\n"); in xen_unplug_emulated_devices() 166 "been compiled for this kernel: unplug emulated disks.\n" in xen_unplug_emulated_devices() 173 /* Now unplug the emulated devices */ in xen_unplug_emulated_devices()
|
D | Makefile | 23 obj-$(CONFIG_XEN_PVHVM) += platform-pci-unplug.o
|
/Linux-v6.1/include/uapi/linux/ |
D | virtio_mem.h | 82 * has memory plugged. The device driver can request to unplug all memory 99 /* request to unplug memory blocks */ 101 /* request to unplug all blocks and shrink the usable size */ 130 struct virtio_mem_req_unplug unplug; member 206 * Currently used size. Changes due to plug/unplug requests, but no
|
/Linux-v6.1/drivers/virtio/ |
D | virtio_mem.c | 29 MODULE_PARM_DESC(unplug_online, "Try to unplug online memory"); 44 "Use a safe unplug mechanism in BBM, avoiding long/endless loops"); 108 /* We might first have to unplug all memory when starting up. */ 111 /* Workqueue that processes the plug/unplug requests. */ 244 /* Timer for retrying to plug/unplug memory. */ 702 * We might have freed up memory we can now unplug, retry in virtio_mem_remove_memory() 745 * We might have freed up memory we can now unplug, retry in virtio_mem_offline_and_remove_memory() 1027 * maybe we can handle pending unplug requests. in virtio_mem_memory_notifier_cb() 1395 .u.unplug.addr = cpu_to_virtio64(vm->vdev, addr), in virtio_mem_send_unplug_request() 1396 .u.unplug.nb_blocks = cpu_to_virtio16(vm->vdev, nb_vm_blocks), in virtio_mem_send_unplug_request() [all …]
|
/Linux-v6.1/Documentation/s390/ |
D | vfio-ap-locking.rst | 72 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;
|
/Linux-v6.1/drivers/hid/usbhid/ |
D | hid-core.c | 306 case -ESHUTDOWN: /* unplug */ in hid_irq_in() 309 case -EILSEQ: /* protocol error or unplug */ in hid_irq_in() 310 case -EPROTO: /* protocol error or unplug */ in hid_irq_in() 311 case -ETIME: /* protocol error or unplug */ in hid_irq_in() 430 int unplug = 0; in hid_irq_out() local 435 case -ESHUTDOWN: /* unplug */ in hid_irq_out() 436 unplug = 1; in hid_irq_out() 438 case -EILSEQ: /* protocol error or unplug */ in hid_irq_out() 439 case -EPROTO: /* protocol error or unplug */ in hid_irq_out() 450 if (unplug) { in hid_irq_out() [all …]
|
/Linux-v6.1/drivers/thunderbolt/ |
D | tb.c | 49 bool unplug; member 54 static void tb_queue_hotplug(struct tb *tb, u64 route, u8 port, bool unplug) in tb_queue_hotplug() argument 65 ev->unplug = unplug; in tb_queue_hotplug() 1271 "hotplug event from non existent switch %llx:%x (unplug: %d)\n", in tb_handle_hotplug() 1272 ev->route, ev->port, ev->unplug); in tb_handle_hotplug() 1277 "hotplug event from non existent port %llx:%x (unplug: %d)\n", in tb_handle_hotplug() 1278 ev->route, ev->port, ev->unplug); in tb_handle_hotplug() 1283 tb_dbg(tb, "hotplug event for upstream port %llx:%x (unplug: %d)\n", in tb_handle_hotplug() 1284 ev->route, ev->port, ev->unplug); in tb_handle_hotplug() 1290 if (ev->unplug) { in tb_handle_hotplug() [all …]
|
D | ctl.c | 739 * tb_cfg_ack_plug() - Ack hot plug/unplug event 742 * @port: Port where the hot plug/unplug happened 743 * @unplug: Ack hot plug or unplug 745 * Call this as response for hot plug/unplug event to ack it. 748 int tb_cfg_ack_plug(struct tb_ctl *ctl, u64 route, u32 port, bool unplug) in tb_cfg_ack_plug() argument 754 .pg = unplug ? TB_CFG_ERROR_PG_HOT_UNPLUG in tb_cfg_ack_plug() 758 unplug ? "un" : "", route, port); in tb_cfg_ack_plug()
|
D | quirks.c | 32 /* Dell WD19TB supports self-authentication on unplug */
|
/Linux-v6.1/Documentation/usb/ |
D | chipidea.rst | 65 5) Remove B-device(unplug micro B plug) and insert again in 10 seconds, 68 6) Remove B-device(unplug micro B plug) and insert again after 10 seconds,
|
/Linux-v6.1/drivers/md/ |
D | raid1.h | 53 * memory pools need a pointer to the mddev, so they can force an unplug 88 /* queue pending writes to be submitted on unplug */
|
/Linux-v6.1/include/xen/interface/io/ |
D | xenbus.h | 29 due to an error or an unplug
|
/Linux-v6.1/arch/riscv/include/asm/ |
D | cpu_ops.h | 23 * unplug to be aborted. Called from the cpu to be killed.
|
/Linux-v6.1/arch/arm64/include/asm/ |
D | cpu_ops.h | 29 * reason, which will cause the hot unplug to be aborted. Called
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_link_dpia.c | 100 * Abort link training if sink unplug detected. 423 /* Abort link training if clock recovery failed due to HPD unplug. */ in dpia_training_cr_non_transparent() 528 /* Abort link training if clock recovery failed due to HPD unplug. */ in dpia_training_cr_transparent() 719 /* Abort link training if equalization failed due to HPD unplug. */ in dpia_training_eq_non_transparent() 805 /* Abort link training if equalization failed due to HPD unplug. */ in dpia_training_eq_transparent()
|
/Linux-v6.1/include/trace/events/ |
D | block.h | 417 * @q: request queue to unplug 419 * @explicit: whether this was an explicit unplug, or one from schedule() 421 * Unplug request queue @q because device driver is scheduled to work
|
/Linux-v6.1/include/misc/ |
D | cxl.h | 46 * context. This context will be released by PCI hot unplug, so doesn't need to 71 * unplug.
|
/Linux-v6.1/drivers/video/ |
D | aperture.c | 107 * // Hot-unplug the device 213 * would only have to unplug the DRM device, so that the hardware device in aperture_detach_platform_device()
|
/Linux-v6.1/Documentation/networking/device_drivers/atm/ |
D | cxacru.rst | 11 driver and it is necessary to unplug/remove power to the device to fix this.
|
/Linux-v6.1/arch/arm/mach-versatile/ |
D | platsmp.c | 8 * woken, and where there is no way to hot-unplug CPUs. Real platforms
|
/Linux-v6.1/Documentation/userspace-api/media/mediactl/ |
D | media-ioc-device-info.rst | 99 vary across reboots or device unplug/replug.
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/inc/ |
D | dc_link_dpia.h | 97 * Aborts link training upon detection of sink unplug.
|
/Linux-v6.1/sound/pci/oxygen/ |
D | xonar_lib.c | 51 "Hey! Don't unplug the power cable!\n"); in xonar_ext_power_gpio_changed()
|
/Linux-v6.1/block/ |
D | blk-core.c | 216 * on a queue, such as calling the unplug function after a timeout. 1107 struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug, void *data, in blk_check_plugged() argument 1117 if (cb->callback == unplug && cb->data == data) in blk_check_plugged() 1125 cb->callback = unplug; in blk_check_plugged() 1139 * Unconditionally flush out cached requests, even if the unplug in __blk_flush_plug()
|
/Linux-v6.1/drivers/infiniband/core/ |
D | ib_core_uverbs.c | 21 * to point to the zero page and allow the hot unplug to proceed. 23 * This is necessary for cases like PCI physical hot unplug as the actual BAR
|