Lines Matching refs:tpm_chip
78 static void st33zp24_cancel(struct tpm_chip *chip) in st33zp24_cancel()
90 static u8 st33zp24_status(struct tpm_chip *chip) in st33zp24_status()
102 static bool check_locality(struct tpm_chip *chip) in check_locality()
117 static int request_locality(struct tpm_chip *chip) in request_locality()
145 static void release_locality(struct tpm_chip *chip) in release_locality()
158 static int get_burstcount(struct tpm_chip *chip) in get_burstcount()
186 static bool wait_for_tpm_stat_cond(struct tpm_chip *chip, u8 mask, in wait_for_tpm_stat_cond()
204 static int wait_for_stat(struct tpm_chip *chip, u8 mask, unsigned long timeout, in wait_for_stat()
262 static int recv_data(struct tpm_chip *chip, u8 *buf, size_t count) in recv_data()
288 struct tpm_chip *chip = dev_id; in tpm_ioserirq_handler()
301 static int st33zp24_send(struct tpm_chip *chip, unsigned char *buf, in st33zp24_send()
380 static int st33zp24_recv(struct tpm_chip *chip, unsigned char *buf, in st33zp24_recv()
419 static bool st33zp24_req_canceled(struct tpm_chip *chip, u8 status) in st33zp24_req_canceled()
443 struct tpm_chip *chip; in st33zp24_probe()
514 void st33zp24_remove(struct tpm_chip *chip) in st33zp24_remove()
523 struct tpm_chip *chip = dev_get_drvdata(dev); in st33zp24_pm_suspend()
539 struct tpm_chip *chip = dev_get_drvdata(dev); in st33zp24_pm_resume()