Home
last modified time | relevance | path

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

/linux/drivers/gpib/gpio/
H A Dgpib_bitbang.c162 #define REN all_descriptors[12] macro
887 gpiod_direction_output(REN, 1); /* user space must enable REN if needed */ in bb_request_system_control()
919 gpiod_direction_output(REN, 0); in bb_remote_enable()
922 gpiod_direction_output(REN, 1); in bb_remote_enable()
1039 if (gpiod_get_value(REN) == 0) in bb_line_status()
1236 gpios_vector[&(REN) - &all_descriptors[0]] = 0; /* 27 -> 0 REN on GPIB pin 0 */ in bb_attach()
1268 gpiod_direction_output(REN, 1); in bb_attach()