Home
last modified time | relevance | path

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

/linux/drivers/staging/gpib/gpio/
H A Dgpib_bitbang.c139 if (ACT_LED) \
140 gpiod_direction_output(ACT_LED, 1); \
143 if (ACT_LED) \
144 gpiod_direction_output(ACT_LED, 0); \
170 #define ACT_LED all_descriptors[19] macro