Lines Matching defs:chip
51 int tpm_try_get_ops(struct tpm_chip *chip) in tpm_try_get_ops()
76 void tpm_put_ops(struct tpm_chip *chip) in tpm_put_ops()
88 struct tpm_chip *chip, *res = NULL; in tpm_default_chip() local
125 struct tpm_chip *tpm_find_get_ops(struct tpm_chip *chip) in tpm_find_get_ops()
154 struct tpm_chip *chip = container_of(dev, struct tpm_chip, dev); in tpm_dev_release() local
168 struct tpm_chip *chip = container_of(dev, struct tpm_chip, devs); in tpm_devs_release() local
188 struct tpm_chip *chip = container_of(dev, struct tpm_chip, dev); in tpm_class_shutdown() local
213 struct tpm_chip *chip; in tpm_chip_alloc() local
309 struct tpm_chip *chip; in tpmm_chip_alloc() local
328 static int tpm_add_char_device(struct tpm_chip *chip) in tpm_add_char_device()
360 static void tpm_del_char_device(struct tpm_chip *chip) in tpm_del_char_device()
377 static void tpm_del_legacy_sysfs(struct tpm_chip *chip) in tpm_del_legacy_sysfs()
394 static int tpm_add_legacy_sysfs(struct tpm_chip *chip) in tpm_add_legacy_sysfs()
422 struct tpm_chip *chip = container_of(rng, struct tpm_chip, hwrng); in tpm_hwrng_read() local
427 static int tpm_add_hwrng(struct tpm_chip *chip) in tpm_add_hwrng()
450 int tpm_chip_register(struct tpm_chip *chip) in tpm_chip_register()
510 void tpm_chip_unregister(struct tpm_chip *chip) in tpm_chip_unregister()