/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/detect-gpio-present/ |
H A D | detect-sled-present_0.1.bb | 18 file://bletchley-sled-removal@.target \ 28 install -m 0644 ${UNPACKDIR}/bletchley-sled-removal@.target ${D}${systemd_system_unitdir} 41 SLED_REMOVE_INSTFMT="bletchley-sled-removal@.target:bletchley-sled-removal@{0}.target" 42 SYSTEMD_SERVICE:${PN} += "bletchley-sled-removal@.target"
|
/openbmc/qemu/qapi/ |
H A D | qdev.json | 96 # from the guest. Hot removal is an operation that requires guest 98 # the hot removal process. Completion of the device removal 100 # will automatically complete removal for all devices. If a 101 # guest-side error in the hot removal process is detected, the 124 # Emitted whenever the device removal completion is acknowledged by 126 # ID. Device removal can be initiated by the guest or by HMP/QMP
|
/openbmc/qemu/docs/devel/ |
H A D | rcu.rst | 32 "removal" and "reclamation". During removal, we ensure that subsequent 34 removal has completed, a critical section will not be able to access 35 the old data. Therefore, critical sections that begin after removal 45 | finish removal phase 76 on all threads have completed. This marks the end of the removal 88 marks the end of the removal phase, with func taking care 291 In both cases, the write side only performs removal. Reclamation 336 - ensuring that the old version of the array is available between removal 381 /* Removal phase. */
|
/openbmc/qemu/docs/specs/ |
H A D | acpi_pci_hotplug.rst | 21 PCI slot removal notification (IO port 0xae04-0xae07, 4-byte access) 24 Slot removal notification pending. One bit per slot. 26 Read by ACPI BIOS GPE.1 handler to notify OS of removal 32 Write: Used by ACPI BIOS _EJ0 method to request device removal.
|
/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/detect-gpio-present/files/ |
H A D | detect-sled-present | 90 # start bletchley-sled-removal target 91 /bin/systemctl start bletchley-sled-removal@"${SLED_ID}".target 99 echo "SLED${SLED_ID} Removal"
|
/openbmc/linux/drivers/pps/ |
H A D | kc.c | 72 /* pps_kc_remove - unbind kernel consumer on PPS source removal 75 * This function is used to disable kernel consumer on PPS source removal 87 " on device removal\n"); in pps_kc_remove()
|
/openbmc/linux/drivers/staging/media/deprecated/atmel/ |
H A D | Kconfig | 21 This driver is deprecated and is scheduled for removal by 40 This driver is deprecated and is scheduled for removal by
|
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci-bcm-kona.c | 75 * insert-removal. in sdhci_bcm_kona_sd_reset() 100 * insert-removal. in sdhci_bcm_kona_sd_init() 107 * Software emulation of the SD card insertion/removal. Set insert=1 for insert 108 * and insert=0 for removal. The card detection is done by GPIO. For Broadcom 122 * insert-removal. in sdhci_bcm_kona_sd_card_emulate()
|
/openbmc/linux/include/linux/ |
H A D | plist.h | 21 * Addition is O(K), removal is O(1), change of priority of a node is 59 * Removal means remove it from the node_list and remove it from 61 * of removal from the prio_list it must be checked whether other 171 * Iterate over a plist of given type, safe against removal of list entry. 204 * Iterate over list of given type, safe against removal of list entry.
|
H A D | list.h | 718 * list_for_each_safe - iterate over a list safe against removal of list entry 729 * list_for_each_prev_safe - iterate over a list backwards safe against removal of list entry 850 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry 863 * list_for_each_entry_safe_continue - continue list iteration safe against removal 870 * safe against removal of list entry. 879 * list_for_each_entry_safe_from - iterate over list from current point safe against removal 886 * removal of list entry. 894 * list_for_each_entry_safe_reverse - iterate backwards over list safe against removal 900 * Iterate backwards over list of given type, safe against removal 944 * Not that not all removal functions will leave a node in unhashed [all …]
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | buildhistory_analysis.py | 335 for removal in removals: 336 translated = removal.translate(numeric_removal) 339 revmap_remove[translated].append(removal) 353 removal = revmap_remove[translated][0] 355 commondir2 = removal.split("/") 375 filechanges.append(FileChange(removal, FileChange.changetype_move, addition)) 378 if removal in removals: 379 removals.remove(removal) 385 for removal in removals: 386 filechanges.append(FileChange(removal, FileChange.changetype_remove)) [all …]
|
/openbmc/linux/drivers/staging/media/ |
H A D | Kconfig | 48 scheduled for future removal from the kernel. 50 If you wish to work on these drivers to prevent their removal,
|
/openbmc/linux/tools/include/linux/ |
H A D | list.h | 431 * list_for_each_safe - iterate over a list safe against removal of list entry 441 * list_for_each_prev_safe - iterate over a list backwards safe against removal of list entry 525 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry 538 * list_for_each_entry_safe_continue - continue list iteration safe against removal 545 * safe against removal of list entry. 554 * list_for_each_entry_safe_from - iterate over list from current point safe against removal 561 * removal of list entry. 569 * list_for_each_entry_safe_reverse - iterate backwards over list safe against removal 575 * Iterate backwards over list of given type, safe against removal 750 * hlist_for_each_entry_safe - iterate over list of given type safe against removal of list entry
|
/openbmc/qemu/include/hw/ |
H A D | hotplug.h | 49 * Used for device removal with devices that implement 50 * asynchronous and synchronous (surprise) removal.
|
/openbmc/linux/Documentation/pcmcia/ |
H A D | driver-changes.rst | 81 * Unify detach and REMOVAL event code, as well as attach and INSERTION 139 * device list iteration upon module removal (as of 2.6.10) 141 client list and call the ->detach() function upon module removal.
|
/openbmc/qemu/tests/qtest/ |
H A D | device-plug-test.c | 56 * Request device removal. As the guest is not running, the request won't in process_device_remove() 57 * be processed. However during system reset, the removal will be in process_device_remove() 221 * and does not do PCI surprise removal. This holds for x86 ACPI, in main()
|
/openbmc/docs/designs/ |
H A D | psu-monitoring.md | 102 monitor the supplies and communicate any changes such as removal of input 103 voltage, removal of a power supply, insertion of a power supply, and take any 141 - Power supply removal and insertion, on a system supporting concurrent
|
/openbmc/linux/drivers/pci/hotplug/ |
H A D | s390_pci_hpc.c | 69 * probing and/or device removal which already happens under the in reset_slot() 72 * lock preventing concurrent removal. If not using these functions in reset_slot()
|
H A D | pciehp_pci.c | 84 * true for safe removal via sysfs or an Attention Button press, 85 * false for surprise removal
|
/openbmc/phosphor-hwmon/ |
H A D | mainloop.cpp | 226 // Add sensor removal return codes defined at the device level in getObject() 282 // Check sensorAdjusts for sensor removal RCs in getObject() 286 // Return code found in sensor return code removal list in getObject() 592 // Check sensorAdjusts for sensor removal RCs in read() 596 // Return code found in sensor return code removal list in read() 635 // Remove any sensors marked for removal in removeSensors() 681 // Sensor object added, erase entry from removal list in addDroppedSensors()
|
/openbmc/linux/drivers/base/power/ |
H A D | qos-test.c | 73 * Test that a freq_qos_request can be added again after removal 76 * QoS requests after removal")
|
/openbmc/linux/drivers/input/mouse/ |
H A D | psmouse-smbus.c | 148 * This schedules removal of SMBus companion device. We have to do 152 * Note that this may be racing with i2c adapter removal, but we 184 "posting removal request for SMBus companion %s\n", in psmouse_smbus_disconnect()
|
/openbmc/linux/Documentation/locking/ |
H A D | robust-futex-ABI.rst | 69 the address of the 'lock entry', during list insertion and removal, 137 protocol on 'lock entry' insertion and removal: 148 On removal:
|
/openbmc/u-boot/include/linux/ |
H A D | list.h | 383 * list_for_each_safe - iterate over a list safe against removal of list entry 393 * list_for_each_prev_safe - iterate over a list backwards safe against removal of list entry 477 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry 497 * safe against removal of list entry. 513 * removal of list entry. 527 * Iterate backwards over list of given type, safe against removal 672 * hlist_for_each_entry_safe - iterate over list of given type safe against removal of list entry
|
/openbmc/qemu/include/scsi/ |
H A D | utils.h | 64 /* LUN not ready, medium removal prevented */ 86 /* Illegal request, medium removal prevented */
|