Home
last modified time | relevance | path

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

/linux/drivers/gpib/gpio/
H A Dgpib_bitbang.c51 gpiod_get_value(NRFD), \
159 #define NRFD all_descriptors[9] macro
380 gpiod_set_value(NRFD, 1); // ready for data in bb_read()
401 gpiod_set_value(NRFD, 0); // DIR_READ line state in bb_read()
457 gpiod_set_value(NRFD, 0); // not ready for data in bb_DAV_interrupt()
471 gpiod_set_value(NRFD, 1); // ready for data in bb_DAV_interrupt()
516 gpiod_get_value(NRFD), gpiod_get_value(NDAC)); in bb_write()
518 if (gpiod_get_value(NRFD) && gpiod_get_value(NDAC)) { /* check for listener */ in bb_write()
584 nrfd = gpiod_get_value(NRFD); in bb_NRFD_interrupt()
661 irq, gpiod_get_value(NRFD), ndac, board->status, priv->direction, in bb_NDAC_interrupt()
[all …]