Home
last modified time | relevance | path

Searched refs:timed_gpio_data (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/staging/android/
Dtimed_gpio.c29 struct timed_gpio_data { struct
40 struct timed_gpio_data *data = in gpio_timer_func() argument
41 container_of(timer, struct timed_gpio_data, timer); in gpio_timer_func()
49 struct timed_gpio_data *data; in gpio_get_time()
52 data = container_of(dev, struct timed_gpio_data, dev); in gpio_get_time()
64 struct timed_gpio_data *data = in gpio_enable()
65 container_of(dev, struct timed_gpio_data, dev); in gpio_enable()
90 struct timed_gpio_data *gpio_data, *gpio_dat; in timed_gpio_probe()
97 sizeof(struct timed_gpio_data) * pdata->num_gpios, in timed_gpio_probe()
145 struct timed_gpio_data *gpio_data = platform_get_drvdata(pdev); in timed_gpio_remove()