Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/gpib/agilent_82357a/
H A Dagilent_82357a.c579 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() local
1117 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()
H A Dagilent_82357a.h128 unsigned long interrupt_flags; member
/linux-6.15/include/acpi/
H A Dactbl3.h374 u8 interrupt_flags; member
487 u8 interrupt_flags; member
/linux-6.15/drivers/char/tpm/
H A Dtpm_crb.c110 u8 interrupt_flags; member