macro_rules! gpio_chip_register {
    ($reg:expr, $count:expr, $base:expr, $parent:expr, $data:expr $(,)?) => { ... };
}
Expand description

Registers a gpio chip with the rest of the kernel.

It automatically defines the required lock classes.