Searched refs:interrupt_flags (Results 1 – 3 of 3) sorted by relevance
581 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() local1116 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()
128 unsigned long interrupt_flags; member
110 u8 interrupt_flags; member