Home
last modified time | relevance | path

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

/freebsd/sys/dev/regulator/
H A Dregulator_fixed.c54 typedef TAILQ_HEAD(gpio_list, gpio_entry) gpio_list_t;
62 static gpio_list_t gpio_list = TAILQ_HEAD_INITIALIZER(gpio_list); variable
114 TAILQ_FOREACH(tmp, &gpio_list, link) { in regnode_get_gpio_entry()
135 TAILQ_INSERT_TAIL(&gpio_list, entry, link); in regnode_get_gpio_entry()