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.c223 if (chip->flags & TPM_CHIP_FLAG_IRQ) { in wait_for_stat()
364 if (chip->flags & TPM_CHIP_FLAG_IRQ) { in st33zp24_send()
529 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()
580 chip->flags |= TPM_CHIP_FLAG_IRQ; in i2c_nuvoton_probe()
H A Dtpm-interface.c102 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.h342 TPM_CHIP_FLAG_IRQ = BIT(2), enumerator