Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dgpio.h29 #define GPIOF_EXPORT_CHANGEABLE (1 << 6) macro
31 #define GPIOF_EXPORT_DIR_CHANGEABLE (GPIOF_EXPORT | GPIOF_EXPORT_CHANGEABLE)
/linux-4.4.14/drivers/gpio/
Dgpiolib-legacy.c54 err = gpiod_export(desc, flags & GPIOF_EXPORT_CHANGEABLE); in gpio_request_one()