Home
last modified time | relevance | path

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

/linux/drivers/staging/gpib/tms9914/
H A Dtms9914.c198 priv->eos_flags = REOS; in tms9914_enable_eos()
200 priv->eos_flags |= BIN; in tms9914_enable_eos()
207 priv->eos_flags &= ~REOS; in tms9914_disable_eos()
422 if ((priv->eos_flags & REOS) == 0) in check_for_eos()
425 if (priv->eos_flags & BIN) { in check_for_eos()
519 if (priv->eos_flags & REOS) in tms9914_read()
/linux/drivers/staging/gpib/gpio/
H A Dgpib_bitbang.c284 short eos_flags; // eos mode member
376 priv->eos_check = (priv->eos_flags & REOS) == 0; /* do eos check */ in bb_read()
377 priv->eos_check_8 = priv->eos_flags & BIN; /* over 8 bits */ in bb_read()
928 priv->eos_flags = REOS; in bb_enable_eos()
930 priv->eos_flags |= BIN; in bb_enable_eos()
940 priv->eos_flags &= ~REOS; in bb_disable_eos()
/linux/drivers/staging/gpib/lpvo_usb_gpib/
H A Dlpvo_usb_gpib.c139 short eos_flags; /* eos mode */ member
619 ((struct usb_gpib_priv *)board->private_data)->eos_flags &= ~REOS; in usb_gpib_disable_eos()
621 ((struct usb_gpib_priv *)board->private_data)->eos_flags); in usb_gpib_disable_eos()
641 pd->eos_flags = REOS; in usb_gpib_enable_eos()
643 pd->eos_flags |= BIN; in usb_gpib_enable_eos()
/linux/drivers/staging/gpib/include/
H A Dtms9914.h37 short eos_flags; member
/linux/drivers/staging/gpib/hp_82341/
H A Dhp_82341.c30 if (tms_priv->eos_flags & REOS) in hp_82341_accel_read()
/linux/drivers/staging/gpib/agilent_82350b/
H A Dagilent_82350b.c33 if (tms_priv->eos_flags & REOS) in agilent_82350b_accel_read()
/linux/drivers/staging/gpib/common/
H A Dgpib_os.c1534 return ibeos(board, eos_cmd.eos, eos_cmd.eos_flags); in eos_ioctl()