Searched refs:gpio_dat (Results 1 – 1 of 1) sorted by relevance
90 struct timed_gpio_data *gpio_data, *gpio_dat; in timed_gpio_probe() local104 gpio_dat = &gpio_data[i]; in timed_gpio_probe()106 hrtimer_init(&gpio_dat->timer, CLOCK_MONOTONIC, in timed_gpio_probe()108 gpio_dat->timer.function = gpio_timer_func; in timed_gpio_probe()109 spin_lock_init(&gpio_dat->lock); in timed_gpio_probe()111 gpio_dat->dev.name = cur_gpio->name; in timed_gpio_probe()112 gpio_dat->dev.get_time = gpio_get_time; in timed_gpio_probe()113 gpio_dat->dev.enable = gpio_enable; in timed_gpio_probe()117 ret = timed_output_dev_register(&gpio_dat->dev); in timed_gpio_probe()123 gpio_dat->gpio = cur_gpio->gpio; in timed_gpio_probe()[all …]