Searched refs:threshold_cb (Results 1 – 2 of 2) sorted by relevance
113 struct tids_data *data = CONTAINER_OF(cb, struct tids_data, threshold_cb); in tids_threshold_callback()197 gpio_init_callback(&data->threshold_cb, tids_threshold_callback, in tids_init_interrupt()200 status = gpio_add_callback(cfg->gpio_threshold.port, &data->threshold_cb); in tids_init_interrupt()
30 struct gpio_callback threshold_cb; member