Searched refs:unplugged (Results 1 – 25 of 29) sorted by relevance
12
/Linux-v5.4/arch/um/drivers/ |
D | mconsole_kern.c | 315 struct unplugged_pages *unplugged; in mem_config() local 322 unplugged = list_entry(unplugged_pages.next, in mem_config() 325 addr = unplugged->pages[--unplug_index]; in mem_config() 327 list_del(&unplugged->list); in mem_config() 328 addr = unplugged; in mem_config() 342 unplugged = page_address(page); in mem_config() 344 list_add(&unplugged->list, &unplugged_pages); in mem_config() 349 addr = unplugged; in mem_config() 351 unplugged = list_entry(entry, in mem_config() 361 unplugged->pages[unplug_index++] = addr; in mem_config()
|
/Linux-v5.4/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
|
D | callbacks.rst | 154 failed or the device has been unplugged.
|
/Linux-v5.4/Documentation/networking/ |
D | failover.rst | 18 failing over to the paravirtual datapath when the VF is unplugged.
|
D | net_failover.rst | 26 is unplugged. 81 the paravirtual datapath when the VF is unplugged.
|
/Linux-v5.4/include/drm/ |
D | drm_device.h | 119 bool unplugged; member
|
/Linux-v5.4/sound/ppc/ |
D | Kconfig | 32 headphone/line jack is plugged, and turned on when unplugged.
|
/Linux-v5.4/drivers/gpu/drm/ |
D | drm_drv.c | 469 if (dev->unplugged) { in drm_dev_enter() 509 dev->unplugged = true; in drm_dev_unplug()
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | sysfs-platform-msi-laptop | 15 automatically when the power cord is plugged/unplugged.
|
D | sysfs-wusb_cbaf | 45 7. Device is unplugged.
|
/Linux-v5.4/Documentation/devicetree/bindings/sound/ |
D | cs42l42.txt | 25 short tip sense when unplugged and float when plugged in.
|
/Linux-v5.4/drivers/usb/core/ |
D | Kconfig | 27 unplugged, causing any mounted filesystems to be lost. The
|
/Linux-v5.4/drivers/net/wireless/ath/ath9k/ |
D | hif_usb.c | 1335 bool unplugged = (udev->state == USB_STATE_NOTATTACHED) ? true : false; in ath9k_hif_usb_disconnect() local 1343 ath9k_htc_hw_deinit(hif_dev->htc_handle, unplugged); in ath9k_hif_usb_disconnect() 1352 if (!unplugged && (hif_dev->flags & HIF_USB_READY)) in ath9k_hif_usb_disconnect()
|
/Linux-v5.4/Documentation/gpu/ |
D | vgaarbiter.rst | 51 unplugged, we get "invalid" then for card_ID and an -ENODEV
|
/Linux-v5.4/Documentation/trace/ |
D | events.rst | 466 queue is unplugged with a depth > 1. If you were tracing a set of 496 request queue is unplugged with a depth > 1. If you were tracing a
|
/Linux-v5.4/Documentation/power/ |
D | suspend-and-cpuhotplug.rst | 202 c. When a CPU is physically hot-unplugged and a new (and possibly different
|
D | swsusp.rst | 30 you have unplugged the USB devices with mounted filesystems on them;
|
/Linux-v5.4/Documentation/usb/ |
D | mass-storage.rst | 84 unplugged from the host; the proper term for that is
|
/Linux-v5.4/Documentation/driver-api/serial/ |
D | tty.rst | 54 discipline is being unplugged. At the point of
|
/Linux-v5.4/Documentation/scsi/ |
D | libsas.txt | 350 When a device or devices are unplugged from the domain, this
|
/Linux-v5.4/net/ |
D | Kconfig | 449 paravirtual datapath when the VF is unplugged.
|
/Linux-v5.4/Documentation/networking/device_drivers/3com/ |
D | vortex.txt | 314 This means that when, for example, a machine is unplugged from a hubbed
|
/Linux-v5.4/Documentation/powerpc/ |
D | eeh-pci-error-recovery.rst | 74 get if the device was physically unplugged from the slot.
|
/Linux-v5.4/drivers/net/ |
D | Kconfig | 528 datapath when the VF is unplugged.
|
/Linux-v5.4/drivers/char/ |
D | Kconfig | 90 If the printer is out of paper (or off, or unplugged, or too
|
12