Searched refs:gp_cb (Results 1 – 1 of 1) sorted by relevance
76 static struct gpio_callback gp_cb; variable106 gpio_init_callback(&gp_cb, test_callback, BIT(GPIO_LOOP_INPUT)); in test_gpio_loopback()107 gpio_add_callback(gpio_dev, &gp_cb); in test_gpio_loopback()