Home
last modified time | relevance | path

Searched refs:full_test (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/testing/selftests/gpio/
H A Dgpio-mockup.sh15 full_test=
219 if [ "$full_test" ]; then
316 full_test=true
360 [ "$full_test" -a -e "/dev/gpiochip0" ] && skip "full tests conflict with gpiochip0"
367 if [ "$full_test" ]; then
383 if [ "$full_test" ]; then
/openbmc/u-boot/cmd/
H A Dtpm-v2.c44 enum tpm2_yes_no full_test; in do_tpm2_self_test() local
55 full_test = TPMI_YES; in do_tpm2_self_test()
57 full_test = TPMI_NO; in do_tpm2_self_test()
63 return report_return_code(tpm2_self_test(dev, full_test)); in do_tpm2_self_test()
/openbmc/u-boot/include/
H A Dtpm-v2.h688 u32 tpm2_self_test(struct udevice *dev, enum tpm2_yes_no full_test);
/openbmc/u-boot/lib/
H A Dtpm-v2.c724 u32 tpm2_self_test(struct udevice *dev, enum tpm2_yes_no full_test) in tpm2_self_test() argument
730 full_test, in tpm2_self_test()