Lines Matching defs:chip
44 struct tpm_chip *chip = to_tpm_chip(dev); in pubek_show() local
107 struct tpm_chip *chip = to_tpm_chip(dev); in pcrs_show() local
137 struct tpm_chip *chip = to_tpm_chip(dev); in enabled_show() local
159 struct tpm_chip *chip = to_tpm_chip(dev); in active_show() local
181 struct tpm_chip *chip = to_tpm_chip(dev); in owned_show() local
203 struct tpm_chip *chip = to_tpm_chip(dev); in temp_deactivated_show() local
225 struct tpm_chip *chip = to_tpm_chip(dev); in caps_show() local
276 struct tpm_chip *chip = to_tpm_chip(dev); in cancel_store() local
290 struct tpm_chip *chip = to_tpm_chip(dev); in durations_show() local
307 struct tpm_chip *chip = to_tpm_chip(dev); in timeouts_show() local
337 void tpm_sysfs_add_device(struct tpm_chip *chip) in tpm_sysfs_add_device()