Searched refs:ppemul (Results 1 – 1 of 1) sorted by relevance
134 struct tpm_emul **ppemul; in tpm_device_create() local171 SET_FOREACH(ppemul, tpm_emul_set) { in tpm_device_create()172 if (strcmp(value, (*ppemul)->name)) in tpm_device_create()174 dev->emul = *ppemul; in tpm_device_create()