Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/gpib/uapi/
H A Dgpib_user.h16 LACS_NUM = 2, enumerator
36 LACS = (1 << LACS_NUM), /* GPIB interface is addressed as Listener */
/linux-6.15/drivers/staging/gpib/nec7210/
H A Dnec7210.c192 set_bit(LACS_NUM, &board->status); in nec7210_update_status_nolock()
194 clear_bit(LACS_NUM, &board->status); in nec7210_update_status_nolock()
628 (wake_on_lacs && test_bit(LACS_NUM, &board->status)) || in pio_write_wait()
/linux-6.15/drivers/staging/gpib/tms9914/
H A Dtms9914.c376 set_bit(LACS_NUM, &board->status); in update_status_nolock()
378 clear_bit(LACS_NUM, &board->status); in update_status_nolock()
/linux-6.15/drivers/staging/gpib/gpio/
H A Dgpib_bitbang.c966 set_bit(LACS_NUM, &board->status); in bb_update_status()
968 clear_bit(LACS_NUM, &board->status); in bb_update_status()
/linux-6.15/drivers/staging/gpib/agilent_82357a/
H A Dagilent_82357a.c901 set_bit(LACS_NUM, &board->status); in agilent_82357a_update_status()
903 clear_bit(LACS_NUM, &board->status); in agilent_82357a_update_status()
/linux-6.15/drivers/staging/gpib/eastwood/
H A Dfluke_gpib.c252 retval = test_bit(LACS_NUM, &board->status) || test_bit(READ_READY_BN, &nec_priv->state); in lacs_or_read_ready()
/linux-6.15/drivers/staging/gpib/fmh_gpib/
H A Dfmh_gpib.c289 retval = test_bit(LACS_NUM, &board->status) || in lacs_or_read_ready()