GPIO_V2_LINE_FLAG_USED
if (flagsv2 & GPIO_V2_LINE_FLAG_USED)
info->flags |= GPIO_V2_LINE_FLAG_USED;
info->flags |= GPIO_V2_LINE_FLAG_USED;
if (!(ctx->chg.info.flags & GPIO_V2_LINE_FLAG_USED)) {
ctx->chg.info.flags |= GPIO_V2_LINE_FLAG_USED;
.mask = GPIO_V2_LINE_FLAG_USED,