Searched refs:GPIOF_EXPORT_CHANGEABLE (Results 1 – 2 of 2) sorted by relevance
40 #define GPIOF_EXPORT_CHANGEABLE (1 << 6) macro42 #define GPIOF_EXPORT_DIR_CHANGEABLE (GPIOF_EXPORT | GPIOF_EXPORT_CHANGEABLE)
55 err = gpiod_export(desc, flags & GPIOF_EXPORT_CHANGEABLE); in gpio_request_one()