Lines Matching refs:tpm_chip
43 struct tpm_chip *tpm_chip_find_get(int chip_num) in tpm_chip_find_get()
45 struct tpm_chip *pos, *chip = NULL; in tpm_chip_find_get()
69 struct tpm_chip *chip = container_of(dev, struct tpm_chip, dev); in tpm_dev_release()
87 struct tpm_chip *tpmm_chip_alloc(struct device *dev, in tpmm_chip_alloc()
90 struct tpm_chip *chip; in tpmm_chip_alloc()
145 static int tpm_add_char_device(struct tpm_chip *chip) in tpm_add_char_device()
173 static void tpm_del_char_device(struct tpm_chip *chip) in tpm_del_char_device()
179 static int tpm1_chip_register(struct tpm_chip *chip) in tpm1_chip_register()
195 static void tpm1_chip_unregister(struct tpm_chip *chip) in tpm1_chip_unregister()
217 int tpm_chip_register(struct tpm_chip *chip) in tpm_chip_register()
265 void tpm_chip_unregister(struct tpm_chip *chip) in tpm_chip_unregister()