Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/greybus/
H A Dgpio.c37 u8 line_max; /* max line number */ member
63 ggc->line_max = response.count; in gb_gpio_line_count_operation()
390 if (event->which > ggc->line_max) { in gb_gpio_request_handler()
497 ggc->lines = kcalloc(ggc->line_max + 1, sizeof(*ggc->lines), in gb_gpio_controller_setup()
566 gpio->ngpio = ggc->line_max + 1; in gb_gpio_probe()