Home
last modified time | relevance | path

Searched refs:interrupt_flags (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpib/agilent_82357a/
H A Dagilent_82357a.c581 clear_bit(AIF_WRITE_COMPLETE_BN, &a_priv->interrupt_flags); in agilent_82357a_generic_write()
604 &a_priv->interrupt_flags) || in agilent_82357a_generic_write()
613 if (test_bit(AIF_WRITE_COMPLETE_BN, &a_priv->interrupt_flags) == 0) { in agilent_82357a_generic_write()
1098 unsigned long interrupt_flags; in agilent_82357a_interrupt_complete() local
1116 interrupt_flags = transfer_buffer[0]; in agilent_82357a_interrupt_complete()
1117 if (test_bit(AIF_READ_COMPLETE_BN, &interrupt_flags)) in agilent_82357a_interrupt_complete()
1118 set_bit(AIF_READ_COMPLETE_BN, &a_priv->interrupt_flags); in agilent_82357a_interrupt_complete()
1119 if (test_bit(AIF_WRITE_COMPLETE_BN, &interrupt_flags)) in agilent_82357a_interrupt_complete()
1120 set_bit(AIF_WRITE_COMPLETE_BN, &a_priv->interrupt_flags); in agilent_82357a_interrupt_complete()
1121 if (test_bit(AIF_SRQ_BN, &interrupt_flags)) in agilent_82357a_interrupt_complete()
H A Dagilent_82357a.h128 unsigned long interrupt_flags; member
/linux/drivers/char/tpm/
H A Dtpm_crb.c110 u8 interrupt_flags; member