Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/gpib/gpio/
H A Dgpib_bitbang.c50 gpiod_get_value(NRFD), \
164 #define NRFD all_descriptors[9] macro
386 gpiod_set_value(NRFD, 1); // ready for data in bb_read()
407 gpiod_set_value(NRFD, 0); // DIR_READ line state in bb_read()
463 gpiod_set_value(NRFD, 0); // not ready for data in bb_DAV_interrupt()
477 gpiod_set_value(NRFD, 1); // ready for data in bb_DAV_interrupt()
522 gpiod_get_value(NRFD), gpiod_get_value(NDAC)); in bb_write()
590 nrfd = gpiod_get_value(NRFD); in bb_NRFD_interrupt()
1042 if (gpiod_get_value(NRFD) == 0) in bb_line_status()
1438 gpiod_direction_input(NRFD); in SET_DIR_WRITE()
[all …]