Lines Matching defs:chip
77 struct tpm_chip *chip; member
103 static void st33zp24_cancel(struct tpm_chip *chip) in st33zp24_cancel()
119 static u8 st33zp24_status(struct tpm_chip *chip) in st33zp24_status()
135 static int check_locality(struct tpm_chip *chip) in check_locality()
157 static int request_locality(struct tpm_chip *chip) in request_locality()
191 static void release_locality(struct tpm_chip *chip) in release_locality()
207 static int get_burstcount(struct tpm_chip *chip) in get_burstcount()
247 static bool wait_for_tpm_stat_cond(struct tpm_chip *chip, u8 mask, in wait_for_tpm_stat_cond()
271 static int wait_for_stat(struct tpm_chip *chip, u8 mask, unsigned long timeout, in wait_for_stat()
338 static int recv_data(struct tpm_chip *chip, u8 *buf, size_t count) in recv_data()
372 struct tpm_chip *chip = dev_id; in tpm_ioserirq_handler() local
393 static int st33zp24_send(struct tpm_chip *chip, unsigned char *buf, in st33zp24_send()
484 static int st33zp24_recv(struct tpm_chip *chip, unsigned char *buf, in st33zp24_recv()
529 static bool st33zp24_req_canceled(struct tpm_chip *chip, u8 status) in st33zp24_req_canceled()
556 struct tpm_chip *chip; in st33zp24_probe() local
636 int st33zp24_remove(struct tpm_chip *chip) in st33zp24_remove()
652 struct tpm_chip *chip = dev_get_drvdata(dev); in st33zp24_pm_suspend() local
674 struct tpm_chip *chip = dev_get_drvdata(dev); in st33zp24_pm_resume() local