Searched refs:gpio_dat (Results 1 – 1 of 1) sorted by relevance
87 struct timed_gpio_data *gpio_data, *gpio_dat; in timed_gpio_probe() local100 gpio_dat = &gpio_data[i]; in timed_gpio_probe()102 hrtimer_init(&gpio_dat->timer, CLOCK_MONOTONIC, in timed_gpio_probe()104 gpio_dat->timer.function = gpio_timer_func; in timed_gpio_probe()105 spin_lock_init(&gpio_dat->lock); in timed_gpio_probe()107 gpio_dat->dev.name = cur_gpio->name; in timed_gpio_probe()108 gpio_dat->dev.get_time = gpio_get_time; in timed_gpio_probe()109 gpio_dat->dev.enable = gpio_enable; in timed_gpio_probe()112 ret = timed_output_dev_register(&gpio_dat->dev); in timed_gpio_probe()125 gpio_dat->gpio = cur_gpio->gpio; in timed_gpio_probe()[all …]