Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Dtpm.c888 cmd_tbl_t *tpm_cmd; in do_tpm() local
892 tpm_cmd = find_cmd_tbl(argv[1], tpm_commands, ARRAY_SIZE(tpm_commands)); in do_tpm()
893 if (!tpm_cmd) in do_tpm()
896 return tpm_cmd->cmd(cmdtp, flag, argc - 1, argv + 1); in do_tpm()