Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/greybus/
Dgpio.c37 u8 line_max; /* max line number */ member
56 ggc->line_max = response.count; in gb_gpio_line_count_operation()
383 if (event->which > ggc->line_max) { in gb_gpio_request_handler()
490 ggc->lines = kcalloc(ggc->line_max + 1, sizeof(*ggc->lines), in gb_gpio_controller_setup()
559 gpio->ngpio = ggc->line_max + 1; in gb_gpio_probe()