Home
last modified time | relevance | path

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

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