Searched refs:current_port (Results 1 – 1 of 1) sorted by relevance
343 const struct device **current_port = &ports[0]; in gpio_mcux_shared_cluster_isr() local345 while (*current_port != NULL) { in gpio_mcux_shared_cluster_isr()346 gpio_mcux_port_isr(*current_port); in gpio_mcux_shared_cluster_isr()347 current_port++; in gpio_mcux_shared_cluster_isr()