Searched refs:interrupt_flags (Results 1 – 4 of 4) sorted by relevance
579 clear_bit(AIF_WRITE_COMPLETE_BN, &a_priv->interrupt_flags); in agilent_82357a_generic_write()602 &a_priv->interrupt_flags) || in agilent_82357a_generic_write()611 if (test_bit(AIF_WRITE_COMPLETE_BN, &a_priv->interrupt_flags) == 0) { in agilent_82357a_generic_write()1099 unsigned long interrupt_flags; in agilent_82357a_interrupt_complete() local1117 interrupt_flags = transfer_buffer[0]; in agilent_82357a_interrupt_complete()1118 if (test_bit(AIF_READ_COMPLETE_BN, &interrupt_flags)) in agilent_82357a_interrupt_complete()1119 set_bit(AIF_READ_COMPLETE_BN, &a_priv->interrupt_flags); in agilent_82357a_interrupt_complete()1120 if (test_bit(AIF_WRITE_COMPLETE_BN, &interrupt_flags)) in agilent_82357a_interrupt_complete()1121 set_bit(AIF_WRITE_COMPLETE_BN, &a_priv->interrupt_flags); in agilent_82357a_interrupt_complete()1122 if (test_bit(AIF_SRQ_BN, &interrupt_flags)) in agilent_82357a_interrupt_complete()
128 unsigned long interrupt_flags; member
374 u8 interrupt_flags; member487 u8 interrupt_flags; member
110 u8 interrupt_flags; member