Home
last modified time | relevance | path

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

/linux/drivers/gpib/agilent_82357a/
H A Dagilent_82357a.h126 unsigned short eos_mode; member
H A Dagilent_82357a.c455 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()
/linux/drivers/gpib/ni_usb/
H A Dni_usb_gpib.h70 unsigned short eos_mode; member
H A Dni_usb_gpib.c623 out_data[i++] = ni_priv->eos_mode >> 8; in ni_usb_read()
1198 ni_priv->eos_mode |= REOS; in ni_usb_enable_eos()
1200 ni_priv->eos_mode |= BIN; in ni_usb_enable_eos()
1202 ni_priv->eos_mode &= ~BIN; in ni_usb_enable_eos()
1213 ni_priv->eos_mode = 0; in ni_usb_disable_eos()
1699 if (ni_priv->eos_mode & BIN) in ni_usb_setup_init()