/openbmc/u-boot/cmd/ |
H A D | tpm_test.c | 46 uint8_t *deactivated, uint8_t *nvlocked) in tpm_get_flags() argument 56 if (deactivated) in tpm_get_flags() 57 *deactivated = pflags.deactivated; in tpm_get_flags() 61 pflags.disable, pflags.deactivated, pflags.nv_locked); in tpm_get_flags() 127 uint8_t disable = 0, deactivated = 0; in test_enable() local 134 TPM_CHECK(tpm_get_flags(dev, &disable, &deactivated, NULL)); in test_enable() 135 printf("\tdisable is %d, deactivated is %d\n", disable, deactivated); in test_enable() 138 TPM_CHECK(tpm_get_flags(dev, &disable, &deactivated, NULL)); in test_enable() 139 printf("\tdisable is %d, deactivated is %d\n", disable, deactivated); in test_enable() 140 if (disable == 1 || deactivated == 1) in test_enable() [all …]
|
/openbmc/telemetry/src/ |
H A D | state.hpp | 16 deactivated enumerator 47 return StateEvent::deactivated; in set()
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | trace.h | 40 __field(unsigned, deactivated) 61 __entry->deactivated = g->deactivated; 79 __entry->deactivated ? "deactivated:" : "activated:",
|
H A D | core.c | 712 if (gadget->deactivated || !gadget->udc->allow_connect || !gadget->udc->started) { in usb_gadget_connect_locked() 768 if (gadget->deactivated || !gadget->udc->started) { in usb_gadget_disconnect_locked() 836 if (gadget->deactivated) in usb_gadget_deactivate() 850 gadget->deactivated = true; in usb_gadget_deactivate() 876 if (!gadget->deactivated) in usb_gadget_activate() 879 gadget->deactivated = false; in usb_gadget_activate()
|
/openbmc/openbmc-test-automation/lib/ |
H A D | energy_scale_utils.robot | 97 ${cmd}= Catenate dcmi power deactivate | grep deactivated 99 Should Contain ${resp} successfully deactivated 104 [Documentation] Fail if DCMI power limiting is not deactivated. 109 ... msg=DCMI power is not deactivated.
|
/openbmc/openbmc-test-automation/redfish/extended/ |
H A D | test_power_capping.robot | 95 ... msg=Could not set power limit when power limiting deactivated. 138 # Check deactivated and the power limit. 222 # If deactivated: initial_deactivation = 1, 0 otherwise. 229 # Set power limiting deactivated.
|
H A D | test_escale_base.robot | 143 # If deactivated: initial_deactivation = 1, 0 otherwise.
|
/openbmc/linux/arch/arm64/kvm/vgic/ |
H A D | vgic-v2.c | 63 bool deactivated; in vgic_v2_fold_lr_state() local 80 deactivated = irq->active && !(val & GICH_LR_ACTIVE_BIT); in vgic_v2_fold_lr_state() 102 vgic_irq_handle_resampling(irq, deactivated, val & GICH_LR_PENDING_BIT); in vgic_v2_fold_lr_state()
|
H A D | vgic-v3.c | 51 bool deactivated; in vgic_v3_fold_lr_state() local 75 deactivated = irq->active && !(val & ICH_LR_ACTIVE_BIT); in vgic_v3_fold_lr_state() 97 vgic_irq_handle_resampling(irq, deactivated, val & ICH_LR_PENDING_BIT); in vgic_v3_fold_lr_state()
|
/openbmc/linux/Documentation/leds/ |
H A D | ledtrig-transient.rst | 11 gets deactivated. There is no provision for one time activation to implement 80 1 when activated, 0 when deactivated. 86 deactivated state indicates that there is no active timer 112 When timer expires activate goes back to deactivated state, duration is left
|
/openbmc/linux/Documentation/ABI/obsolete/ |
H A D | sysfs-driver-hid-roccat-arvo | 40 When written, the given buttons are activated/deactivated 52 When written, the key is activated/deactivated immediately.
|
H A D | sysfs-driver-hid-roccat-konepure | 75 can be activated/deactivated and the lift-off distance can be
|
/openbmc/linux/drivers/char/tpm/ |
H A D | tpm.h | 68 u8 deactivated; member 104 u8 deactivated; member
|
H A D | tpm-sysfs.c | 154 rc = sprintf(buf, "%d\n", !cap.perm_flags.deactivated); in active_show() 198 rc = sprintf(buf, "%d\n", cap.stclear_flags.deactivated); in temp_deactivated_show()
|
/openbmc/linux/include/net/sctp/ |
H A D | auth.h | 53 __u8 deactivated; member
|
/openbmc/u-boot/arch/arm/mach-stm32mp/ |
H A D | Kconfig | 59 # currently activated for debug / should be deactivated for real product
|
/openbmc/linux/net/sctp/ |
H A D | auth.c | 438 if (!key->deactivated) in sctp_auth_get_shkey() 906 if (!found || key->deactivated) in sctp_auth_set_active_key() 1017 key->deactivated = 1; in sctp_auth_deact_key_id()
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | zero.rst | 17 device is deactivated. This can be very useful for testing device and
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-kernel-slab | 148 was deactivated. It can be written to clear the current count. 158 was deactivated. It can be written to clear the current count. 168 has been deactivated and contained free objects that were freed 179 slab was deactivated and added to the head of its node's partial 190 slab was deactivated and added to the tail of its node's partial
|
/openbmc/u-boot/doc/ |
H A D | README.at91 | 169 if deactivated, cannot be used anymore.
|
/openbmc/u-boot/include/ |
H A D | tpm-v1.h | 231 u8 deactivated; member
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | barebox.bbclass | 23 # additional host tools that can be activated/deactivated here.
|
/openbmc/linux/Documentation/networking/ |
H A D | nfc.rst | 122 When the socket is closed, the target is deactivated.
|
/openbmc/linux/include/linux/usb/ |
H A D | gadget.h | 449 unsigned deactivated:1; member
|
/openbmc/linux/Documentation/mm/damon/ |
H A D | design.rst | 358 high watermark or below the low watermark, the scheme is deactivated. If the 360 is activated. If all schemes are deactivated by the watermarks, the monitoring 361 is also deactivated. In this case, the DAMON worker thread only periodically
|