Searched refs:TPM_CHIP_FLAG_IRQ (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/char/tpm/
H A Dtpm_tis_core.c206 if (chip->flags & TPM_CHIP_FLAG_IRQ) {
515 chip->flags &= ~TPM_CHIP_FLAG_IRQ;
559 if (chip->flags & TPM_CHIP_FLAG_IRQ) {
581 if (!(chip->flags & TPM_CHIP_FLAG_IRQ) ||
588 chip->flags &= ~TPM_CHIP_FLAG_IRQ;
591 chip->flags |= TPM_CHIP_FLAG_IRQ;
830 if (!(chip->flags & TPM_CHIP_FLAG_IRQ))
890 chip->flags |= TPM_CHIP_FLAG_IRQ;
898 chip->flags &= ~TPM_CHIP_FLAG_IRQ;
972 if (!(chip->flags & TPM_CHIP_FLAG_IRQ)) {
[all...]
H A Dtpm_i2c_nuvoton.c174 if ((chip->flags & TPM_CHIP_FLAG_IRQ) && queue) {
580 chip->flags |= TPM_CHIP_FLAG_IRQ;
H A Dxen-tpmfront.c71 if (chip->flags & TPM_CHIP_FLAG_IRQ) {
H A Dtpm-interface.c102 if (chip->flags & TPM_CHIP_FLAG_IRQ)
/linux-master/drivers/char/tpm/st33zp24/
H A Dst33zp24.c223 if (chip->flags & TPM_CHIP_FLAG_IRQ) {
364 if (chip->flags & TPM_CHIP_FLAG_IRQ) {
529 chip->flags |= TPM_CHIP_FLAG_IRQ;
/linux-master/include/linux/
H A Dtpm.h279 TPM_CHIP_FLAG_IRQ = BIT(2), enumerator in enum:tpm_chip_flags

Completed in 157 milliseconds