Lines Matching defs:chip
50 int tpm_try_get_ops(struct tpm_chip *chip) in tpm_try_get_ops()
75 void tpm_put_ops(struct tpm_chip *chip) in tpm_put_ops()
91 struct tpm_chip *chip, *res = NULL; in tpm_chip_find_get() local
125 struct tpm_chip *chip = container_of(dev, struct tpm_chip, dev); in tpm_dev_release() local
139 struct tpm_chip *chip = container_of(dev, struct tpm_chip, devs); in tpm_devs_release() local
159 struct tpm_chip *chip = container_of(dev, struct tpm_chip, dev); in tpm_class_shutdown() local
185 struct tpm_chip *chip; in tpm_chip_alloc() local
281 struct tpm_chip *chip; in tpmm_chip_alloc() local
300 static int tpm_add_char_device(struct tpm_chip *chip) in tpm_add_char_device()
332 static void tpm_del_char_device(struct tpm_chip *chip) in tpm_del_char_device()
349 static void tpm_del_legacy_sysfs(struct tpm_chip *chip) in tpm_del_legacy_sysfs()
366 static int tpm_add_legacy_sysfs(struct tpm_chip *chip) in tpm_add_legacy_sysfs()
402 int tpm_chip_register(struct tpm_chip *chip) in tpm_chip_register()
452 void tpm_chip_unregister(struct tpm_chip *chip) in tpm_chip_unregister()