/linux-6.12.1/include/uapi/linux/ |
D | virtio_mem.h | 51 * or unplugged. The device driver is responsible for (un)plugging memory 70 * There are no guarantees what will happen if unplugged memory is 71 * read/written. In general, unplugged memory should not be touched, because 73 * VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLE, unplugged memory inside the usable 79 * Usually, during system resets all memory will get unplugged, so the 91 /* unplugged memory must not be accessed */ 171 /* State of memory blocks is "unplugged" */
|
D | blktrace_api.h | 48 __BLK_TA_UNPLUG_IO, /* queue was unplugged by io */ 49 __BLK_TA_UNPLUG_TIMER, /* queue was unplugged by timer */
|
/linux-6.12.1/Documentation/driver-api/usb/ |
D | persist.rst | 16 detect connect-change events (devices being plugged in or unplugged). 20 required to behave as though the device has been unplugged. It's a 33 If the kernel wants to believe that your USB keyboard was unplugged 40 been unplugged while the system was suspended. If you had a mounted 52 it's as though you had unplugged all the USB devices. Yes, it's 88 unplugged. 91 but a USB device was unplugged and then replugged, or if a USB device 97 behaves as though the old device had been unplugged and a new device
|
/linux-6.12.1/arch/um/drivers/ |
D | mconsole_kern.c | 323 struct unplugged_pages *unplugged; in mem_config() local 330 unplugged = list_entry(unplugged_pages.next, in mem_config() 333 addr = unplugged->pages[--unplug_index]; in mem_config() 335 list_del(&unplugged->list); in mem_config() 336 addr = unplugged; in mem_config() 350 unplugged = page_address(page); in mem_config() 352 list_add(&unplugged->list, &unplugged_pages); in mem_config() 357 addr = unplugged; in mem_config() 359 unplugged = list_entry(entry, in mem_config() 369 unplugged->pages[unplug_index++] = addr; in mem_config()
|
/linux-6.12.1/drivers/virtio/ |
D | virtio_mem.c | 49 * Subblocks within a Linux memory block might either be plugged or unplugged. 68 /* Unplugged, not added to Linux. Can be reused later. */ 91 /* Unplugged, not added to Linux. Can be reused later. */ 175 * plugged" are completely unplugged and can be offlined 230 * plugged/unplugged. 526 * Mark all selected subblocks unplugged. 557 * Test if all selected subblocks are unplugged. 571 * Find the first unplugged subblock. Returns vm->sbm.sbs_per_mb in case there is 782 * unplugged. Can be called on online and offline memory blocks. 792 * Once all subblocks of a memory block were unplugged, offline and in virtio_mem_sbm_try_remove_unplugged_mb() [all …]
|
/linux-6.12.1/include/drm/ |
D | drm_device.h | 137 * @unplugged: 139 * Flag to tell if the device has been unplugged. 142 bool unplugged; member
|
D | drm_drv.h | 466 * drm_dev_is_unplugged - is a DRM device unplugged 469 * This function can be called to check whether a hotpluggable is unplugged. 471 * unplugged, these two functions guarantee that any store before calling
|
/linux-6.12.1/drivers/gpu/drm/ |
D | drm_drv.c | 233 * minor->dev pointer will stay valid! However, the device may get unplugged and 400 * shortcoming however, drm_dev_unplug() marks the drm_device as unplugged before 410 * Called at module unload time or when a PCI device is unplugged. 440 * be entered after the device has been unplugged. The section end is marked 450 if (dev->unplugged) { in drm_dev_enter() 464 * the device has been unplugged. 486 * the new value of ->unplugged, and any critical section which might in drm_dev_unplug() 487 * still have seen the old value of ->unplugged is guaranteed to have in drm_dev_unplug() 490 dev->unplugged = true; in drm_dev_unplug()
|
/linux-6.12.1/Documentation/networking/ |
D | net_failover.rst | 26 is unplugged. 69 periodically be unplugged. A second attribute - 'persistent' is provided and 118 the paravirtual datapath when the VF is unplugged.
|
D | failover.rst | 18 failing over to the paravirtual datapath when the VF is unplugged.
|
/linux-6.12.1/Documentation/sound/designs/ |
D | jack-injection.rst | 103 - headphone unplugged: 108 Unplugged
|
/linux-6.12.1/Documentation/arch/s390/ |
D | vfio-ap-locking.rst | 48 domains or control domains are being plugged into or unplugged from the guest. 82 unplugged. In order to figure out whether the adapter is passed through,
|
/linux-6.12.1/drivers/usb/misc/ |
D | iowarrior.c | 283 /* verify that the device wasn't unplugged */ in iowarrior_read() 303 //next line will return when there is either new data, or the device is unplugged in iowarrior_read() 315 //The device was unplugged in iowarrior_read() 351 /* verify that the device wasn't unplugged */ in iowarrior_write() 403 /* The device was unplugged */ in iowarrior_write() 494 /* verify that the device wasn't unplugged */ in iowarrior_ioctl() 669 /* The device was unplugged, cleanup resources */ in iowarrior_release()
|
D | adutux.c | 333 /* the device was unplugged before the file was released */ in adu_release() 359 /* verify that the device wasn't unplugged */ in adu_read() 362 pr_err("No device or device unplugged %d\n", retval); in adu_read() 520 /* verify that the device wasn't unplugged */ in adu_write() 523 pr_err("No device or device unplugged %d\n", retval); in adu_write()
|
D | ldusb.c | 389 /* the device was unplugged before the file was released */ in ld_usb_release() 457 /* verify that the device wasn't unplugged */ in ld_usb_read() 460 printk(KERN_ERR "ldusb: No device or device unplugged %d\n", retval); in ld_usb_read() 542 /* verify that the device wasn't unplugged */ in ld_usb_write() 545 printk(KERN_ERR "ldusb: No device or device unplugged %d\n", retval); in ld_usb_write()
|
D | idmouse.c | 284 /* the device was unplugged before the file was released */ in idmouse_release() 302 /* verify that the device wasn't unplugged */ in idmouse_read()
|
/linux-6.12.1/drivers/char/ |
D | virtio_console.c | 503 /* Device has been unplugged. vqs are already gone. */ in discard_port_data() 572 /* Did the port get unplugged before userspace closed it? */ in send_control_msg() 586 /* Device has been unplugged. vqs are already gone. */ in reclaim_consumed_buffers() 699 /* Port got hot-unplugged. Let's exit. */ in will_read_block() 710 /* Port got hot-unplugged. Let's exit. */ in will_write_block() 736 /* Port is hot-unplugged. */ in port_fops_read() 756 /* Port got hot-unplugged while we were waiting above. */ in port_fops_read() 788 /* Port got hot-unplugged. */ in wait_port_writable() 969 /* Port got unplugged */ in port_fops_poll() 1008 * unplug, and if a port isn't unplugged, a kref would already in port_fops_release() [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | cirrus,cs42l42.yaml | 64 0 - (Default) Shorted to tip when unplugged, open when plugged. 67 1 - Open when unplugged, shorted to tip when plugged.
|
D | everest,es8326.yaml | 53 the value of reg 2A when headset unplugged.
|
/linux-6.12.1/sound/ppc/ |
D | Kconfig | 32 headphone/line jack is plugged, and turned on when unplugged.
|
/linux-6.12.1/drivers/powercap/ |
D | dtpm_cpu.c | 15 * if a CPU is hot plugged / unplugged. 283 * the CPU is unplugged. in dtpm_cpu_init()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm_hdcp.h | 55 /* when display is unplugged from mst hub, connctor will be
|
/linux-6.12.1/drivers/media/pci/mantis/ |
D | mantis_pcmcia.c | 61 dprintk(MANTIS_DEBUG, 1, "Event: CAM Unplugged: Adapter(%d) Slot(0)", mantis->num); in mantis_event_cam_unplug()
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-platform-msi-laptop | 15 automatically when the power cord is plugged/unplugged.
|
/linux-6.12.1/Documentation/hwmon/ |
D | nzxt-smart2.rst | 29 If fans are plugged in/unplugged while the system is powered on, the driver
|