/linux/arch/um/drivers/ |
H A 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 in mem_config() [all...] |
/linux/Documentation/driver-api/usb/ |
H A 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
|
H A D | callbacks.rst | 156 failed or the device has been unplugged.
|
/linux/Documentation/networking/ |
H A D | failover.rst | 18 failing over to the paravirtual datapath when the VF is unplugged.
|
H A 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.
|
/linux/include/drm/ |
H A D | drm_device.h | 178 * @unplugged: 180 * Flag to tell if the device has been unplugged. 183 bool unplugged; member
|
/linux/sound/ppc/ |
H A D | Kconfig | 32 headphone/line jack is plugged, and turned on when unplugged.
|
/linux/Documentation/arch/s390/ |
H A 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/Documentation/hwmon/ |
H A D | nzxt-smart2.rst | 29 If fans are plugged in/unplugged while the system is powered on, the driver
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-platform-msi-laptop | 15 automatically when the power cord is plugged/unplugged.
|
/linux/drivers/gpu/drm/ |
H A D | drm_drv.c | 236 * minor->dev pointer will stay valid! However, the device may get unplugged and 403 * shortcoming however, drm_dev_unplug() marks the drm_device as unplugged before 413 * Called at module unload time or when a PCI device is unplugged. 443 * be entered after the device has been unplugged. The section end is marked 453 if (dev->unplugged) { in drm_dev_enter() 467 * the device has been unplugged. 489 * the new value of ->unplugged, and any critical section which might in drm_dev_unplug() 490 * still have seen the old value of ->unplugged is guaranteed to have in drm_dev_unplug() 493 dev->unplugged = true; in drm_dev_unplug()
|
/linux/Documentation/sound/designs/ |
H A D | jack-injection.rst | 103 - headphone unplugged:
|
/linux/Documentation/driver-api/cxl/linux/ |
H A D | memory-hotplug.rst | 37 so that it the entire region may be hot-unplugged at a later time. Any capacity
|
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | hif_usb.c | 1433 bool unplugged = udev->state == USB_STATE_NOTATTACHED; in ath9k_hif_usb_disconnect() local 1441 ath9k_htc_hw_deinit(hif_dev->htc_handle, unplugged); in ath9k_hif_usb_disconnect() 1449 if (!unplugged && (hif_dev->flags & HIF_USB_READY)) in ath9k_hif_usb_disconnect()
|
/linux/drivers/usb/core/ |
H A D | Kconfig | 27 unplugged, causing any mounted filesystems to be lost. The
|
/linux/Documentation/gpu/ |
H A D | vgaarbiter.rst | 51 unplugged, we get "invalid" then for card_ID and an -ENODEV
|
/linux/Documentation/mm/ |
H A D | highmem.rst | 67 this function, the CPU can not be unplugged from the system via
|
/linux/Documentation/power/ |
H A D | suspend-and-cpuhotplug.rst | 203 c. When a CPU is physically hot-unplugged and a new (and possibly different
|
/linux/Documentation/usb/ |
H A D | mass-storage.rst | 84 unplugged from the host; the proper term for that is
|
/linux/Documentation/scsi/ |
H A D | libsas.rst | 405 When a device or devices are unplugged from the domain, this
|
/linux/drivers/virtio/ |
H A D | virtio_mem.c | 49 * Subblocks within a Linux memory block might either be plugged or unplugged. 177 * plugged" are completely unplugged and can be offlined 232 * plugged/unplugged. 528 * Mark all selected subblocks unplugged. 559 * Test if all selected subblocks are unplugged. 573 * Find the first unplugged subblock. Returns vm->sbm.sbs_per_mb in case there is 784 * unplugged. Can be called on online and offline memory blocks. 794 * Once all subblocks of a memory block were unplugged, offline and in virtio_mem_sbm_try_remove_unplugged_mb() 1130 * When restarting the VM, all memory is unplugged. Don't in virtio_mem_pm_notifier_cb() 1310 * unplugged subblock in virtio_mem_online_page() [all...] |
/linux/Documentation/arch/powerpc/ |
H A D | eeh-pci-error-recovery.rst | 74 get if the device was physically unplugged from the slot.
|
/linux/Documentation/networking/device_drivers/ethernet/3com/ |
H A D | vortex.rst | 325 This means that when, for example, a machine is unplugged from a hubbed
|
/linux/drivers/char/ |
H A D | Kconfig | 70 If the printer is out of paper (or off, or unplugged, or too
|
/linux/net/ |
H A D | Kconfig | 519 paravirtual datapath when the VF is unplugged.
|