Lines Matching refs:tpm_chip
94 static void st33zp24_cancel(struct tpm_chip *chip) in st33zp24_cancel()
108 static u8 st33zp24_status(struct tpm_chip *chip) in st33zp24_status()
122 static bool check_locality(struct tpm_chip *chip) in check_locality()
142 static int request_locality(struct tpm_chip *chip) in request_locality()
174 static void release_locality(struct tpm_chip *chip) in release_locality()
189 static int get_burstcount(struct tpm_chip *chip) in get_burstcount()
227 static bool wait_for_tpm_stat_cond(struct tpm_chip *chip, u8 mask, in wait_for_tpm_stat_cond()
251 static int wait_for_stat(struct tpm_chip *chip, u8 mask, unsigned long timeout, in wait_for_stat()
316 static int recv_data(struct tpm_chip *chip, u8 *buf, size_t count) in recv_data()
348 struct tpm_chip *chip = dev_id; in tpm_ioserirq_handler()
367 static int st33zp24_send(struct tpm_chip *chip, unsigned char *buf, in st33zp24_send()
454 static int st33zp24_recv(struct tpm_chip *chip, unsigned char *buf, in st33zp24_recv()
499 static bool st33zp24_req_canceled(struct tpm_chip *chip, u8 status) in st33zp24_req_canceled()
527 struct tpm_chip *chip; in st33zp24_probe()
603 int st33zp24_remove(struct tpm_chip *chip) in st33zp24_remove()
619 struct tpm_chip *chip = dev_get_drvdata(dev); in st33zp24_pm_suspend()
640 struct tpm_chip *chip = dev_get_drvdata(dev); in st33zp24_pm_resume()