Home
last modified time | relevance | path

Searched refs:eosflags (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/staging/gpib/common/
H A Diblib.c489 int ibeos(struct gpib_board *board, int eos, int eosflags) in ibeos() argument
493 if (eosflags & ~EOS_MASK) in ibeos()
495 if (eosflags & REOS) { in ibeos()
496 retval = board->interface->enable_eos(board, eos, eosflags & BIN); in ibeos()
/linux-6.15/drivers/staging/gpib/include/
H A Dgpib_proto.h46 int ibeos(struct gpib_board *board, int eos, int eosflags);