Home
last modified time | relevance | path

Searched refs:deactivated (Results 1 – 25 of 54) sorted by relevance

123

/OK3568_Linux_fs/u-boot/cmd/
H A Dtpm_test.c45 static uint32_t tpm_get_flags(uint8_t *disable, uint8_t *deactivated, 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()
142 uint8_t disable = 0, deactivated = 0; in test_enable() local
149 TPM_CHECK(tpm_get_flags(&disable, &deactivated, NULL)); in test_enable()
150 printf("\tdisable is %d, deactivated is %d\n", disable, deactivated); in test_enable()
153 TPM_CHECK(tpm_get_flags(&disable, &deactivated, NULL)); in test_enable()
154 printf("\tdisable is %d, deactivated is %d\n", disable, deactivated); in test_enable()
155 if (disable == 1 || deactivated == 1) in test_enable()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dtrace.h40 __field(unsigned, deactivated)
61 __entry->deactivated = g->deactivated;
79 __entry->deactivated ? "deactivated:" : "activated:",
H A Dcore.c678 if (gadget->deactivated) { in usb_gadget_connect()
723 if (gadget->deactivated) { in usb_gadget_disconnect()
761 if (!gadget || gadget->deactivated) in usb_gadget_deactivate()
775 gadget->deactivated = true; in usb_gadget_deactivate()
797 if (!gadget->deactivated) in usb_gadget_activate()
800 gadget->deactivated = false; in usb_gadget_activate()
/OK3568_Linux_fs/kernel/Documentation/leds/
H A Dledtrig-transient.rst11 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
/OK3568_Linux_fs/kernel/drivers/char/tpm/
H A Dtpm.h67 u8 deactivated; member
103 u8 deactivated; member
H A Dtpm-sysfs.c154 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()
/OK3568_Linux_fs/kernel/Documentation/ABI/obsolete/
H A Dsysfs-driver-hid-roccat-arvo40 When written, the given buttons are activated/deactivated
52 When written, the key is activated/deactivated immediately.
H A Dsysfs-driver-hid-roccat-konepure75 can be activated/deactivated and the lift-off distance can be
/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dauth.h53 __u8 deactivated; member
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-kernel-slab148 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
H A Dsysfs-power234 deactivated after it has expired. The timeout, if present, is
253 the moment, it will be deactivated.
/OK3568_Linux_fs/buildroot/package/gstreamer1/gstreamer1/
H A D0002-HACK-gstpad-Add-1-sec-timeout-for-activation.patch53 "Pad is already in the process of being deactivated");
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0_1.20/
H A D0002-HACK-gstpad-Add-1-sec-timeout-for-activation.patch53 "Pad is already in the process of being deactivated");
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0_1.22/
H A D0002-HACK-gstpad-Add-1-sec-timeout-for-activation.patch53 "Pad is already in the process of being deactivated");
/OK3568_Linux_fs/kernel/net/sctp/
H A Dauth.c438 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()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Dzero.rst17 device is deactivated. This can be very useful for testing device and
H A Dthin-provisioning.rst250 All devices using a pool must be deactivated before the pool itself
348 device must be deactivated and checked/repaired before the
/OK3568_Linux_fs/u-boot/include/
H A Dtpm.h213 u8 deactivated; member
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.at91169 if deactivated, cannot be used anymore.
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dnfc.rst122 When the socket is closed, the target is deactivated.
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dgadget.h457 unsigned deactivated:1; member
/OK3568_Linux_fs/u-boot/doc/driver-model/
H A Dfdt-fixup.txt121 subsequently deactivated in the device tree if they are not present.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/
H A Dsamsung-fimc.txt40 and the port B deactivated and for the state "active-b" it should be the other
/OK3568_Linux_fs/kernel/Documentation/sound/cards/
H A Dmaya44.rst108 The proposed code (currently deactivated) is in ice1712.h.patch, ice1724.c and maya44.c (in pci/ice…
/OK3568_Linux_fs/kernel/sound/drivers/
H A DKconfig163 deactivated with setserial before loading this driver.

123