Home
last modified time | relevance | path

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

/drivers/staging/gpib/tms9914/
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()
/drivers/staging/gpib/gpio/
A Dgpib_bitbang.c281 short eos_flags; // eos mode member
369 priv->eos_check = (priv->eos_flags & REOS) == 0; /* do eos check */ in bb_read()
370 priv->eos_check_8 = priv->eos_flags & BIN; /* over 8 bits */ in bb_read()
932 priv->eos_flags = REOS; in bb_enable_eos()
934 priv->eos_flags |= BIN; in bb_enable_eos()
944 priv->eos_flags &= ~REOS; in bb_disable_eos()
/drivers/staging/gpib/uapi/
A Dgpib.h58 enum eos_flags { enum
A Dgpib_ioctl.h48 __s32 eos_flags; member
/drivers/staging/gpib/lpvo_usb_gpib/
A Dlpvo_usb_gpib.c146 short eos_flags; /* eos mode */ member
568 ((struct usb_gpib_priv *)board->private_data)->eos_flags &= ~REOS; in usb_gpib_disable_eos()
570 ((struct usb_gpib_priv *)board->private_data)->eos_flags); in usb_gpib_disable_eos()
590 pd->eos_flags = REOS; in usb_gpib_enable_eos()
592 pd->eos_flags |= BIN; in usb_gpib_enable_eos()
/drivers/staging/gpib/include/
A Dtms9914.h37 short eos_flags; member
/drivers/staging/gpib/hp_82341/
A Dhp_82341.c42 if (tms_priv->eos_flags & REOS) in hp_82341_accel_read()
/drivers/staging/gpib/agilent_82350b/
A Dagilent_82350b.c43 if (tms_priv->eos_flags & REOS) in agilent_82350b_accel_read()
/drivers/staging/gpib/common/
A Dgpib_os.c1530 return ibeos(board, eos_cmd.eos, eos_cmd.eos_flags); in eos_ioctl()

Completed in 27 milliseconds