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

/linux-master/drivers/staging/greybus/
H A Dgpio.c21 /* The following has to be an array of line_max entries */
37 u8 line_max; /* max line number */ member in struct:gb_gpio_controller
63 ggc->line_max = response.count;
390 if (event->which > ggc->line_max) {
497 ggc->lines = kcalloc(ggc->line_max + 1, sizeof(*ggc->lines),
566 gpio->ngpio = ggc->line_max + 1;

Completed in 91 milliseconds