Symbol: gpio_entry
sys/dev/regulator/regulator_fixed.c
102
struct gpio_entry *entry, *tmp;
sys/dev/regulator/regulator_fixed.c
105
entry = malloc(sizeof(struct gpio_entry), M_FIXEDREGULATOR,
sys/dev/regulator/regulator_fixed.c
153
if (sc->gpio_entry == NULL)
sys/dev/regulator/regulator_fixed.c
155
pin = &sc->gpio_entry->gpio_pin;
sys/dev/regulator/regulator_fixed.c
194
if (sc->gpio_entry == NULL)
sys/dev/regulator/regulator_fixed.c
196
pin = &sc->gpio_entry->gpio_pin;
sys/dev/regulator/regulator_fixed.c
198
sc->gpio_entry->enable_cnt++;
sys/dev/regulator/regulator_fixed.c
199
if (sc->gpio_entry->enable_cnt > 1)
sys/dev/regulator/regulator_fixed.c
202
KASSERT(sc->gpio_entry->enable_cnt > 0,
sys/dev/regulator/regulator_fixed.c
204
sc->gpio_entry->enable_cnt--;
sys/dev/regulator/regulator_fixed.c
205
if (sc->gpio_entry->enable_cnt >= 1)
sys/dev/regulator/regulator_fixed.c
208
if (sc->gpio_entry->always_on && !enable)
sys/dev/regulator/regulator_fixed.c
237
if (sc->gpio_entry == NULL)
sys/dev/regulator/regulator_fixed.c
239
if (sc->gpio_entry->always_on)
sys/dev/regulator/regulator_fixed.c
241
pin = &sc->gpio_entry->gpio_pin;
sys/dev/regulator/regulator_fixed.c
242
if (sc->gpio_entry->enable_cnt > 0) {
sys/dev/regulator/regulator_fixed.c
268
if (sc->gpio_entry == NULL) {
sys/dev/regulator/regulator_fixed.c
272
pin = &sc->gpio_entry->gpio_pin;
sys/dev/regulator/regulator_fixed.c
307
sc->gpio_entry = regnode_get_gpio_entry(init_def->gpio_pin);
sys/dev/regulator/regulator_fixed.c
308
if (sc->gpio_entry == NULL)
sys/dev/regulator/regulator_fixed.c
317
if (sc->gpio_entry != NULL)
sys/dev/regulator/regulator_fixed.c
318
sc->gpio_entry->always_on |= sc->param->always_on;
sys/dev/regulator/regulator_fixed.c
54
typedef TAILQ_HEAD(gpio_list, gpio_entry) gpio_list_t;
sys/dev/regulator/regulator_fixed.c
56
TAILQ_ENTRY(gpio_entry) link;
sys/dev/regulator/regulator_fixed.c
69
struct gpio_entry *gpio_entry;
sys/dev/regulator/regulator_fixed.c
99
static struct gpio_entry *