/kernel/linux/linux-5.10/drivers/thunderbolt/ |
D | tb.c | 46 bool unplug; member 51 static void tb_queue_hotplug(struct tb *tb, u64 route, u8 port, bool unplug) in tb_queue_hotplug() argument 62 ev->unplug = unplug; in tb_queue_hotplug() 1132 ev->route, ev->port, ev->unplug); in tb_handle_hotplug() 1138 ev->route, ev->port, ev->unplug); in tb_handle_hotplug() 1144 ev->route, ev->port, ev->unplug); in tb_handle_hotplug() 1150 if (ev->unplug) { in tb_handle_hotplug() 1235 if (tb_cfg_ack_plug(tb->ctl, route, pkg->port, pkg->unplug)) { in tb_handle_event() 1240 tb_queue_hotplug(tb, route, pkg->port, pkg->unplug); in tb_handle_event()
|
D | ctl.h | 126 int tb_cfg_ack_plug(struct tb_ctl *ctl, u64 route, u32 port, bool unplug);
|
D | ctl.c | 728 int tb_cfg_ack_plug(struct tb_ctl *ctl, u64 route, u32 port, bool unplug) in tb_cfg_ack_plug() argument 734 .pg = unplug ? TB_CFG_ERROR_PG_HOT_UNPLUG in tb_cfg_ack_plug() 738 unplug ? "un" : "", route, port); in tb_cfg_ack_plug()
|
D | tb_msgs.h | 83 bool unplug:1; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | virtio_mem.h | 127 struct virtio_mem_req_unplug unplug; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | virtio_mem.h | 50 struct virtio_mem_req_unplug unplug; member
|
/kernel/linux/linux-5.10/Documentation/ide/ |
D | warm-plug-howto.rst | 9 unplug old device(s) and plug new device(s)::
|
/kernel/linux/linux-5.10/arch/x86/xen/ |
D | Makefile | 23 obj-$(CONFIG_XEN_PVHVM) += platform-pci-unplug.o
|
/kernel/linux/linux-5.10/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,
|
D | usbmon.rst | 60 many similar devices, unplug one and compare the two
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/bridge/ |
D | tda998x.txt | 17 screen plug/unplug interrupt.
|
/kernel/linux/linux-5.10/drivers/hid/usbhid/ |
D | hid-core.c | 434 int unplug = 0; in hid_irq_out() local 440 unplug = 1; in hid_irq_out() 453 if (unplug) { in hid_irq_out() 481 int unplug = 0, status = urb->status; in hid_ctrl() local 491 unplug = 1; in hid_ctrl() 504 if (unplug) { in hid_ctrl()
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/mediactl/ |
D | media-ioc-device-info.rst | 99 vary across reboots or device unplug/replug.
|
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/atm/ |
D | cxacru.rst | 11 driver and it is necessary to unplug/remove power to the device to fix this.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
D | cs42l42.txt | 43 With no debounce, the tip sense pin might be noisy on an unplug event.
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-bus-vfio-mdev | 110 is active and the vendor driver doesn't support hot unplug.
|
/kernel/linux/linux-5.10/Documentation/gpu/ |
D | vkms.rst | 38 - Change output configuration: Plug/unplug screens, change EDID, allow changing
|
/kernel/linux/linux-5.10/block/ |
D | blk-core.c | 1724 struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug, void *data, in blk_check_plugged() argument 1734 if (cb->callback == unplug && cb->data == data) in blk_check_plugged() 1742 cb->callback = unplug; in blk_check_plugged()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
D | ab8500.txt | 37 : MAIN_CH_UNPLUG_DET : : main charger unplug detection management (not in 8505)
|
/kernel/linux/linux-5.10/drivers/virtio/ |
D | virtio_mem.c | 898 .u.unplug.addr = cpu_to_virtio64(vm->vdev, addr), in virtio_mem_send_unplug_request() 899 .u.unplug.nb_blocks = cpu_to_virtio16(vm->vdev, nb_vm_blocks), in virtio_mem_send_unplug_request()
|
/kernel/linux/linux-5.10/Documentation/driver-api/usb/ |
D | persist.rst | 124 with it, unplug the flash device, plug it back in later, and still
|
/kernel/linux/linux-5.10/Documentation/driver-api/ |
D | vfio-mediated-device.rst | 278 doesn't support hot unplug.
|
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
D | overview.rst | 119 the ability to hot plug/unplug objects in and out of the DPRC.
|
/kernel/linux/linux-5.10/Documentation/hid/ |
D | hid-transport.rst | 72 device failures. Once transport drivers detect unplug or failure events, they
|
/kernel/linux/linux-5.10/include/linux/ |
D | blkdev.h | 1270 extern struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug,
|