Home
last modified time | relevance | path

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

123

/openbmc/linux/arch/um/drivers/
H A Dmconsole_kern.c323 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()
/openbmc/linux/Documentation/driver-api/usb/
H A 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
H A Dcallbacks.rst154 failed or the device has been unplugged.
/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/power-supply-policy/
H A Dpower-supply-policy.yaml103 'If this condition passes power supply0 has been unplugged for more than
108 For a more detailed definition of unplugged, consult the documentation
124 'If this condition passes power supply1 has been unplugged for more than
/openbmc/linux/Documentation/networking/
H A Dfailover.rst18 failing over to the paravirtual datapath when the VF is unplugged.
H A Dnet_failover.rst26 is unplugged.
69 periodically be unplugged. A second attribute - 'persistent' is provided and
118 the paravirtual datapath when the VF is unplugged.
/openbmc/linux/include/drm/
H A Ddrm_device.h143 bool unplugged; member
/openbmc/linux/sound/ppc/
H A DKconfig32 headphone/line jack is plugged, and turned on when unplugged.
/openbmc/linux/Documentation/arch/s390/
H A Dvfio-ap-locking.rst48 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,
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dcirrus,cs42l42.yaml64 0 - (Default) Shorted to tip when unplugged, open when plugged.
67 1 - Open when unplugged, shorted to tip when plugged.
H A Deverest,es8326.yaml51 the value of reg 2A when headset unplugged.
/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/fan-policy/swift/
H A Dwater-cooled.yaml157 'If this condition passes more than one fan has been unplugged
162 For a more detailed definition of unplugged, consult the documentation
H A Dair-cooled.yaml157 'If this condition passes more than one fan has been unplugged
162 For a more detailed definition of unplugged, consult the documentation
H A Dfan-errors.yaml370 'If this condition passes fan0 has been unplugged for more than 20 seconds.'
397 'If this condition passes fan1 has been unplugged for more than 20 seconds.'
424 'If this condition passes fan2 has been unplugged for more than 20 seconds.'
451 'If this condition passes fan3 has been unplugged for more than 20 seconds.'
/openbmc/linux/Documentation/hwmon/
H A Dnzxt-smart2.rst29 If fans are plugged in/unplugged while the system is powered on, the driver
/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/fan-policy/witherspoon/
H A Dfan-errors.yaml371 'If this condition passes fan0 has been unplugged for more than 20 seconds.'
398 'If this condition passes fan1 has been unplugged for more than 20 seconds.
429 'If this condition passes fan2 has been unplugged for more than 20 seconds.'
456 'If this condition passes fan3 has been unplugged for more than 20 seconds.'
H A Dwater-cooled.yaml186 'If this condition passes more than one fan has been unplugged
191 For a more detailed definition of unplugged, consult the documentation
H A Dair-cooled.yaml192 'If this condition passes more than one fan has been unplugged
197 For a more detailed definition of unplugged, consult the documentation
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-platform-msi-laptop15 automatically when the power cord is plugged/unplugged.
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_drv.c453 if (dev->unplugged) { in drm_dev_enter()
493 dev->unplugged = true; in drm_dev_unplug()
/openbmc/qemu/docs/system/
H A Dvirtio-net-failover.rst9 virtio-net device. Before migration the vfio device is unplugged and data flows
/openbmc/linux/Documentation/sound/designs/
H A Djack-injection.rst103 - headphone unplugged:
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/
H A DEthernetInterface.interface.yaml95 a carrier signal. It is FALSE when the cable is unplugged, or the
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhif_usb.c1435 bool unplugged = udev->state == USB_STATE_NOTATTACHED; in ath9k_hif_usb_disconnect() local
1443 ath9k_htc_hw_deinit(hif_dev->htc_handle, unplugged); in ath9k_hif_usb_disconnect()
1451 if (!unplugged && (hif_dev->flags & HIF_USB_READY)) in ath9k_hif_usb_disconnect()
/openbmc/linux/drivers/usb/core/
H A DKconfig27 unplugged, causing any mounted filesystems to be lost. The

123