Searched refs:FLAG_TRANSITORY (Results 1 – 2 of 2) sorted by relevance
110 #define FLAG_TRANSITORY 12 /* GPIO may lose value in sleep or reset */ macro
3178 set_bit(FLAG_TRANSITORY, &desc->flags); in gpiod_set_transitory()3180 clear_bit(FLAG_TRANSITORY, &desc->flags); in gpiod_set_transitory()3994 return !test_bit(FLAG_TRANSITORY, &chip->gpiodev->descs[offset].flags); in gpiochip_line_is_persistent()