Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/gpib/uapi/
H A Dgpib_user.h36 LACS = (1 << LACS_NUM), /* GPIB interface is addressed as Listener */ enumerator
53 EVENT | LOK | REM | CIC | ATN | TACS | LACS | DTAS | DCAS | SRQI,
/linux-6.15/drivers/staging/gpib/ni_usb/
H A Dni_usb_gpib.h153 SRQI | LOK | REM | CIC | ATN | TACS | LACS | DTAS | DCAS;
H A Dni_usb_gpib.c316 static const unsigned int ni_usb_ibsta_mask = SRQI | ATN | CIC | REM | LACS | TACS | LOK; in ni_usb_soft_update_status()
/linux-6.15/drivers/staging/gpib/common/
H A Diblib.c35 if (sync && (status & LACS) == 0) in ibcac()