kernel

Macro debug_gpio

Source
macro_rules! debug_gpio {
    ($i:tt, $method:ident $(,)?) => { ... };
}
Expand description

In-kernel gpio debugging that accepts any GPIO HIL method.