Lines Matching refs:ppi
43 struct tpm_ppi *ppi; member
65 const struct tpm_ppi *const ppi = tpm->ppi; in tpm_write_dsdt() local
73 if (ppi->write_dsdt_regions) { in tpm_write_dsdt()
74 error = ppi->write_dsdt_regions(tpm->ppi_sc); in tpm_write_dsdt()
92 if (ppi->write_dsdt_dsm) { in tpm_write_dsdt()
93 error = ppi->write_dsdt_dsm(tpm->ppi_sc); in tpm_write_dsdt()
118 if (dev->ppi != NULL && dev->ppi->deinit != NULL) in tpm_device_destroy()
119 dev->ppi->deinit(dev->ppi_sc); in tpm_device_destroy()
215 dev->ppi = *pp_ppi; in tpm_device_create()
218 if (dev->ppi == NULL) { in tpm_device_create()
224 if (dev->ppi->init) { in tpm_device_create()
225 error = dev->ppi->init(&dev->ppi_sc); in tpm_device_create()