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