Home
last modified time | relevance | path

Searched refs:gpio_entry (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;
55 struct gpio_entry { struct
56 TAILQ_ENTRY(gpio_entry) link;
69 struct gpio_entry *gpio_entry; argument
99 static struct gpio_entry *
102 struct gpio_entry *entry, *tmp; in regnode_get_gpio_entry()
105 entry = malloc(sizeof(struct gpio_entry), M_FIXEDREGULATOR, in regnode_get_gpio_entry()
153 if (sc->gpio_entry == NULL) in regnode_fixed_init()
155 pin = &sc->gpio_entry->gpio_pin; in regnode_fixed_init()
194 if (sc->gpio_entry == NULL) in regnode_fixed_enable()
[all …]