Home
last modified time | relevance | path

Searched refs:REOS (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/drivers/staging/gpib/tms9914/
H A Dtms9914.c199 priv->eos_flags = REOS; in tms9914_enable_eos()
208 priv->eos_flags &= ~REOS; in tms9914_disable_eos()
423 if ((priv->eos_flags & REOS) == 0) in check_for_eos()
519 if (priv->eos_flags & REOS) in tms9914_read()
/linux-6.15/drivers/staging/gpib/uapi/
H A Dgpib_user.h102 REOS = 0x0400, /* Terminate reads on EOS */ enumerator
/linux-6.15/drivers/staging/gpib/gpio/
H A Dgpib_bitbang.c375 priv->eos_check = (priv->eos_flags & REOS) == 0; /* do eos check */ in bb_read()
929 priv->eos_flags = REOS; in bb_enable_eos()
941 priv->eos_flags &= ~REOS; in bb_disable_eos()
/linux-6.15/drivers/staging/gpib/agilent_82357a/
H A Dagilent_82357a.c454 if (a_priv->eos_mode & REOS) in agilent_82357a_read()
846 a_priv->eos_mode = REOS | BIN; in agilent_82357a_enable_eos()
854 a_priv->eos_mode &= ~REOS; in agilent_82357a_disable_eos()
/linux-6.15/drivers/staging/gpib/common/
H A Diblib.c495 if (eosflags & REOS) { in ibeos()
/linux-6.15/drivers/staging/gpib/lpvo_usb_gpib/
H A Dlpvo_usb_gpib.c568 ((struct usb_gpib_priv *)board->private_data)->eos_flags &= ~REOS; in usb_gpib_disable_eos()
590 pd->eos_flags = REOS; in usb_gpib_enable_eos()
/linux-6.15/drivers/staging/gpib/hp_82341/
H A Dhp_82341.c42 if (tms_priv->eos_flags & REOS) in hp_82341_accel_read()
/linux-6.15/drivers/staging/gpib/agilent_82350b/
H A Dagilent_82350b.c43 if (tms_priv->eos_flags & REOS) in agilent_82350b_accel_read()
/linux-6.15/drivers/staging/gpib/ni_usb/
H A Dni_usb_gpib.c1184 ni_priv->eos_mode |= REOS; in ni_usb_enable_eos()