Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/greybus/
Dgpio.c37 u8 line_max; /* max line number */ member
61 ggc->line_max = response.count; in gb_gpio_line_count_operation()
389 if (event->which > ggc->line_max) { in gb_gpio_request_handler()
501 ggc->lines = kcalloc(ggc->line_max + 1, sizeof(*ggc->lines), in gb_gpio_controller_setup()
561 for (offset = 0; offset < (ggc->line_max + 1); offset++) in gb_gpio_irqchip_remove()
610 ggc->line_max + 1, first_irq, in gb_gpio_irqchip_add()
622 for (offset = 0; offset < (ggc->line_max + 1); offset++) { in gb_gpio_irqchip_add()
698 gpio->ngpio = ggc->line_max + 1; in gb_gpio_probe()