/linux-6.1.9/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() 1282 ev->route, ev->port, ev->unplug); in tb_handle_hotplug() 1288 ev->route, ev->port, ev->unplug); in tb_handle_hotplug() 1294 ev->route, ev->port, ev->unplug); in tb_handle_hotplug() 1300 if (ev->unplug) { in tb_handle_hotplug() 1391 if (tb_cfg_ack_plug(tb->ctl, route, pkg->port, pkg->unplug)) { in tb_handle_event() 1396 tb_queue_hotplug(tb, route, pkg->port, pkg->unplug); in tb_handle_event()
|
D | ctl.h | 125 int tb_cfg_ack_plug(struct tb_ctl *ctl, u64 route, u32 port, bool unplug);
|
D | ctl.c | 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 | tb_msgs.h | 83 bool unplug:1; member
|
/linux-6.1.9/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;
|
D | vfio-ap.rst | 942 Hot plug/unplug support: 983 1. If the KVM guest was started with libvirt, you can hot unplug the mdev via 988 For example, to hot unplug mdev 62177883-f1bb-47f0-914d-32a22e3a8804 from 1006 For example, to hot unplug the vfio_ap mediated device identified on the 1018 For example, to hot unplug the vfio_ap mediated device that was specified
|
/linux-6.1.9/include/uapi/linux/ |
D | virtio_mem.h | 130 struct virtio_mem_req_unplug unplug; member
|
/linux-6.1.9/arch/x86/xen/ |
D | Makefile | 23 obj-$(CONFIG_XEN_PVHVM) += platform-pci-unplug.o
|
/linux-6.1.9/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-6.1.9/block/ |
D | blk-core.c | 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()
|
/linux-6.1.9/drivers/hid/usbhid/ |
D | hid-core.c | 430 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-6.1.9/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-6.1.9/Documentation/userspace-api/media/mediactl/ |
D | media-ioc-device-info.rst | 99 vary across reboots or device unplug/replug.
|
/linux-6.1.9/Documentation/sound/designs/ |
D | jack-injection.rst | 15 machine and plug/unplug physical devices to the audio jack.
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | sysfs-bus-vfio-mdev | 110 is active and the vendor driver doesn't support hot unplug.
|
/linux-6.1.9/Documentation/devicetree/bindings/sound/ |
D | cirrus,cs42l42.yaml | 97 debounce, the tip sense pin might be noisy on an unplug event.
|
/linux-6.1.9/Documentation/driver-api/tty/ |
D | moxa-smartio.rst | 196 To avoid this problem, please unplug fifth and after board, because Moxa
|
/linux-6.1.9/Documentation/gpu/ |
D | vkms.rst | 152 - Change output configuration: Plug/unplug screens, change EDID, allow changing
|
/linux-6.1.9/Documentation/devicetree/bindings/mfd/ |
D | stericsson,ab8500.yaml | 216 - description: ADP probe unplug IRQ
|
/linux-6.1.9/Documentation/driver-api/cxl/ |
D | memory-devices.rst | 195 objects. Conversely for hot-unplug / removal scenarios, there is no need for
|
/linux-6.1.9/Documentation/driver-api/usb/ |
D | persist.rst | 124 with it, unplug the flash device, plug it back in later, and still
|
/linux-6.1.9/Documentation/driver-api/ |
D | vfio-mediated-device.rst | 243 doesn't support hot unplug.
|
/linux-6.1.9/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
D | overview.rst | 119 the ability to hot plug/unplug objects in and out of the DPRC.
|
/linux-6.1.9/drivers/virtio/ |
D | virtio_mem.c | 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()
|
/linux-6.1.9/include/linux/ |
D | blkdev.h | 1017 extern struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug,
|