Searched refs:gpio_entry (Results 1 – 1 of 1) sorted by relevance
54 typedef TAILQ_HEAD(gpio_list, gpio_entry) gpio_list_t;55 struct gpio_entry { struct56 TAILQ_ENTRY(gpio_entry) link;69 struct gpio_entry *gpio_entry; argument99 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 …]