Home
last modified time | relevance | path

Searched refs:TPM_CHIP_FLAG_IRQ (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/char/tpm/st33zp24/
H A Dst33zp24.c225 if (chip->flags & TPM_CHIP_FLAG_IRQ) { in wait_for_stat()
368 if (chip->flags & TPM_CHIP_FLAG_IRQ) { in st33zp24_send()
530 chip->flags |= TPM_CHIP_FLAG_IRQ; in st33zp24_probe()
/linux/drivers/char/tpm/
H A Dtpm_i2c_nuvoton.c174 if ((chip->flags & TPM_CHIP_FLAG_IRQ) && queue) { in i2c_nuvoton_wait_for_stat()
581 chip->flags |= TPM_CHIP_FLAG_IRQ; in i2c_nuvoton_probe()
H A Dtpm-interface.c144 if (chip->flags & TPM_CHIP_FLAG_IRQ) in tpm_try_transmit()
H A Dxen-tpmfront.c71 if (chip->flags & TPM_CHIP_FLAG_IRQ) { in wait_for_tpm_stat()
/linux/include/linux/
H A Dtpm.h190 TPM_CHIP_FLAG_IRQ = BIT(2), enumerator