Home
last modified time | relevance | path

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

12

/Linux-v4.19/arch/um/drivers/
Dmconsole_kern.c317 struct unplugged_pages *unplugged; in mem_config() local
324 unplugged = list_entry(unplugged_pages.next, in mem_config()
327 addr = unplugged->pages[--unplug_index]; in mem_config()
329 list_del(&unplugged->list); in mem_config()
330 addr = unplugged; in mem_config()
344 unplugged = page_address(page); in mem_config()
346 list_add(&unplugged->list, &unplugged_pages); in mem_config()
351 addr = unplugged; in mem_config()
353 unplugged = list_entry(entry, in mem_config()
363 unplugged->pages[unplug_index++] = addr; in mem_config()
/Linux-v4.19/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-v4.19/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.
Dvortex.txt314 This means that when, for example, a machine is unplugged from a hubbed
/Linux-v4.19/include/drm/
Ddrm_device.h54 bool unplugged; member
/Linux-v4.19/sound/ppc/
DKconfig31 headphone/line jack is plugged, and turned on when unplugged.
/Linux-v4.19/drivers/gpu/drm/
Ddrm_drv.c340 if (dev->unplugged) { in drm_dev_enter()
380 dev->unplugged = true; in drm_dev_unplug()
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-platform-msi-laptop15 automatically when the power cord is plugged/unplugged.
Dsysfs-wusb_cbaf45 7. Device is unplugged.
/Linux-v4.19/Documentation/devicetree/bindings/sound/
Dcs42l42.txt25 short tip sense when unplugged and float when plugged in.
/Linux-v4.19/drivers/usb/core/
DKconfig26 unplugged, causing any mounted filesystems to be lost. The
/Linux-v4.19/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-v4.19/Documentation/gpu/
Dvgaarbiter.rst51 unplugged, we get "invalid" then for card_ID and an -ENODEV
/Linux-v4.19/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-v4.19/Documentation/power/
Dsuspend-and-cpuhotplug.txt193 c. When a CPU is physically hot-unplugged and a new (and possibly different
Dswsusp.txt23 * you have unplugged the USB devices with mounted filesystems on them;
/Linux-v4.19/Documentation/usb/
Dmass-storage.txt78 unplugged from the host; the proper term for that is
/Linux-v4.19/Documentation/serial/
Dtty.txt51 discipline is being unplugged. At the point of
/Linux-v4.19/Documentation/scsi/
Dlibsas.txt350 When a device or devices are unplugged from the domain, this
/Linux-v4.19/Documentation/powerpc/
Deeh-pci-error-recovery.txt74 get if the device was physically unplugged from the slot.
/Linux-v4.19/net/
DKconfig446 paravirtual datapath when the VF is unplugged.
/Linux-v4.19/drivers/net/
DKconfig524 datapath when the VF is unplugged.
/Linux-v4.19/drivers/char/
DKconfig104 If the printer is out of paper (or off, or unplugged, or too

12