GPIO_TRANSITORY
return sprintf(page, "%c\n", flags & GPIO_TRANSITORY ? '1' : '0');
entry->flags |= GPIO_TRANSITORY;
entry->flags &= ~GPIO_TRANSITORY;
lflags |= GPIO_TRANSITORY;
ret = gpiod_set_transitory(desc, (lflags & GPIO_TRANSITORY));