Home
last modified time | relevance | path

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

/linux/drivers/gpib/tms9914/
H A Dtms9914.c202 priv->eos_flags = REOS; in tms9914_enable_eos()
204 priv->eos_flags |= BIN; in tms9914_enable_eos()
211 priv->eos_flags &= ~REOS; in tms9914_disable_eos()
429 if ((priv->eos_flags & REOS) == 0) in check_for_eos()
432 if (priv->eos_flags & BIN) { in check_for_eos()
526 if (priv->eos_flags & REOS) in tms9914_read()
/linux/include/uapi/linux/
H A Dgpib.h58 enum eos_flags { enum
H A Dgpib_ioctl.h48 __s32 eos_flags; member
/linux/drivers/gpib/include/
H A Dtms9914.h37 short eos_flags; member