Searched refs:tpm_cmd (Results 1 – 1 of 1) sorted by relevance
888 cmd_tbl_t *tpm_cmd; in do_tpm() local892 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()