Lines Matching defs:chip

160 static int wait_startup(struct tpm_chip *chip, int l)  in wait_startup()
172 static int check_locality(struct tpm_chip *chip, int l) in check_locality()
182 static void release_locality(struct tpm_chip *chip, int l, int force) in release_locality()
191 static int request_locality(struct tpm_chip *chip, int l) in request_locality()
231 static u8 tpm_tis_status(struct tpm_chip *chip) in tpm_tis_status()
237 static void tpm_tis_ready(struct tpm_chip *chip) in tpm_tis_ready()
244 static int get_burstcount(struct tpm_chip *chip) in get_burstcount()
265 static int recv_data(struct tpm_chip *chip, u8 *buf, size_t count) in recv_data()
283 static int tpm_tis_recv(struct tpm_chip *chip, u8 *buf, size_t count) in tpm_tis_recv()
338 static int tpm_tis_send_data(struct tpm_chip *chip, u8 *buf, size_t len) in tpm_tis_send_data()
393 static void disable_interrupts(struct tpm_chip *chip) in disable_interrupts()
413 static int tpm_tis_send_main(struct tpm_chip *chip, u8 *buf, size_t len) in tpm_tis_send_main()
449 static int tpm_tis_send(struct tpm_chip *chip, u8 *buf, size_t len) in tpm_tis_send()
484 static bool tpm_tis_update_timeouts(struct tpm_chip *chip, in tpm_tis_update_timeouts()
508 static int probe_itpm(struct tpm_chip *chip) in probe_itpm()
549 static bool tpm_tis_req_canceled(struct tpm_chip *chip, u8 status) in tpm_tis_req_canceled()
575 struct tpm_chip *chip = dev_id; in tis_int_probe() local
595 struct tpm_chip *chip = dev_id; in tis_int_handler() local
629 static void tpm_tis_remove(struct tpm_chip *chip) in tpm_tis_remove()
648 struct tpm_chip *chip; in tpm_tis_init() local
883 static void tpm_tis_reenable_interrupts(struct tpm_chip *chip) in tpm_tis_reenable_interrupts()
906 struct tpm_chip *chip = dev_get_drvdata(dev); in tpm_tis_resume() local
971 struct tpm_chip *chip = pnp_get_drvdata(dev); in tpm_tis_pnp_remove() local
1037 struct tpm_chip *chip = dev_get_drvdata(&dev->dev); in tpm_tis_acpi_remove() local
1123 struct tpm_chip *chip; in cleanup_tis() local