Searched refs:REOS (Results 1 – 9 of 9) sorted by relevance
60 REOS = 0x0400, /* Terminate reads on EOS */ enumerator
202 priv->eos_flags = REOS; in tms9914_enable_eos()211 priv->eos_flags &= ~REOS; in tms9914_disable_eos()429 if ((priv->eos_flags & REOS) == 0) in check_for_eos()526 if (priv->eos_flags & REOS) in tms9914_read()
369 priv->eos_check = (priv->eos_flags & REOS) == 0; /* do eos check */ in bb_read()932 priv->eos_flags = REOS; in bb_enable_eos()944 priv->eos_flags &= ~REOS; in bb_disable_eos()
455 if (a_priv->eos_mode & REOS) in agilent_82357a_read()845 a_priv->eos_mode = REOS | BIN; in agilent_82357a_enable_eos()853 a_priv->eos_mode &= ~REOS; in agilent_82357a_disable_eos()
508 if (eosflags & REOS) { in ibeos()
568 ((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()
42 if (tms_priv->eos_flags & REOS) in hp_82341_accel_read()
43 if (tms_priv->eos_flags & REOS) in agilent_82350b_accel_read()
1191 ni_priv->eos_mode |= REOS; in ni_usb_enable_eos()
Completed in 40 milliseconds