Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/gpib/tms9914/
H A Dtms9914.c199 priv->eos_flags = REOS; in tms9914_enable_eos()
201 priv->eos_flags |= BIN; in tms9914_enable_eos()
208 priv->eos_flags &= ~REOS; in tms9914_disable_eos()
423 if ((priv->eos_flags & REOS) == 0) in check_for_eos()
426 if (priv->eos_flags & BIN) { in check_for_eos()
519 if (priv->eos_flags & REOS) in tms9914_read()
/linux-6.15/drivers/staging/gpib/gpio/
H A Dgpib_bitbang.c286 short eos_flags; // eos mode member
375 priv->eos_check = (priv->eos_flags & REOS) == 0; /* do eos check */ in bb_read()
376 priv->eos_check_8 = priv->eos_flags & BIN; /* over 8 bits */ in bb_read()
929 priv->eos_flags = REOS; in bb_enable_eos()
931 priv->eos_flags |= BIN; in bb_enable_eos()
941 priv->eos_flags &= ~REOS; in bb_disable_eos()
/linux-6.15/drivers/staging/gpib/uapi/
H A Dgpib_ioctl.h47 int eos_flags; member
H A Dgpib_user.h100 enum eos_flags { enum
/linux-6.15/drivers/staging/gpib/lpvo_usb_gpib/
H 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()
/linux-6.15/drivers/staging/gpib/include/
H A Dtms9914.h37 short eos_flags; member
/linux-6.15/drivers/staging/gpib/hp_82341/
H A Dhp_82341.c42 if (tms_priv->eos_flags & REOS) in hp_82341_accel_read()
/linux-6.15/drivers/staging/gpib/agilent_82350b/
H A Dagilent_82350b.c43 if (tms_priv->eos_flags & REOS) in agilent_82350b_accel_read()
/linux-6.15/drivers/staging/gpib/common/
H A Dgpib_os.c1513 return ibeos(board, eos_cmd.eos, eos_cmd.eos_flags); in eos_ioctl()