Home
last modified time | relevance | path

Searched refs:unplugged (Results 1 – 25 of 29) sorted by relevance

12

/Linux-v5.4/arch/um/drivers/
Dmconsole_kern.c315 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/
Dpersist.rst16 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
Dcallbacks.rst154 failed or the device has been unplugged.
/Linux-v5.4/Documentation/networking/
Dfailover.rst18 failing over to the paravirtual datapath when the VF is unplugged.
Dnet_failover.rst26 is unplugged.
81 the paravirtual datapath when the VF is unplugged.
/Linux-v5.4/include/drm/
Ddrm_device.h119 bool unplugged; member
/Linux-v5.4/sound/ppc/
DKconfig32 headphone/line jack is plugged, and turned on when unplugged.
/Linux-v5.4/drivers/gpu/drm/
Ddrm_drv.c469 if (dev->unplugged) { in drm_dev_enter()
509 dev->unplugged = true; in drm_dev_unplug()
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-platform-msi-laptop15 automatically when the power cord is plugged/unplugged.
Dsysfs-wusb_cbaf45 7. Device is unplugged.
/Linux-v5.4/Documentation/devicetree/bindings/sound/
Dcs42l42.txt25 short tip sense when unplugged and float when plugged in.
/Linux-v5.4/drivers/usb/core/
DKconfig27 unplugged, causing any mounted filesystems to be lost. The
/Linux-v5.4/drivers/net/wireless/ath/ath9k/
Dhif_usb.c1335 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/
Dvgaarbiter.rst51 unplugged, we get "invalid" then for card_ID and an -ENODEV
/Linux-v5.4/Documentation/trace/
Devents.rst466 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/
Dsuspend-and-cpuhotplug.rst202 c. When a CPU is physically hot-unplugged and a new (and possibly different
Dswsusp.rst30 you have unplugged the USB devices with mounted filesystems on them;
/Linux-v5.4/Documentation/usb/
Dmass-storage.rst84 unplugged from the host; the proper term for that is
/Linux-v5.4/Documentation/driver-api/serial/
Dtty.rst54 discipline is being unplugged. At the point of
/Linux-v5.4/Documentation/scsi/
Dlibsas.txt350 When a device or devices are unplugged from the domain, this
/Linux-v5.4/net/
DKconfig449 paravirtual datapath when the VF is unplugged.
/Linux-v5.4/Documentation/networking/device_drivers/3com/
Dvortex.txt314 This means that when, for example, a machine is unplugged from a hubbed
/Linux-v5.4/Documentation/powerpc/
Deeh-pci-error-recovery.rst74 get if the device was physically unplugged from the slot.
/Linux-v5.4/drivers/net/
DKconfig528 datapath when the VF is unplugged.
/Linux-v5.4/drivers/char/
DKconfig90 If the printer is out of paper (or off, or unplugged, or too

12