Searched refs:states (Results 1 – 4 of 4) sorted by relevance
38 struct regulator_gpio_state *states; member116 struct regulator_gpio_state *state = &rg->states[i]; in regulator_gpio_set_voltage()152 if (rg->states[i].gpios == rg->state) in regulator_gpio_get_voltage()154 return rg->states[i].value; in regulator_gpio_get_voltage()253 rg->states = rt_malloc(sizeof(*rg->states) * rg->states_nr); in regulator_gpio_probe()255 if (!rg->states) in regulator_gpio_probe()264 rt_dm_dev_prop_read_u32_index(dev, "states", i * 2, &rg->states[i].value); in regulator_gpio_probe()265 rt_dm_dev_prop_read_u32_index(dev, "states", i * 2 + 1, &rg->states[i].gpios); in regulator_gpio_probe()280 if (rg->states) in regulator_gpio_probe()282 rt_free(rg->states); in regulator_gpio_probe()
218 * netif: ensure link and admin states are up in issue reports (bug #52353)2568 * tcp_in.c: cope with SYN packets received during established states,
1359 * tcp_in.c: cope with SYN packets received during established states,
2315 * tcp_in.c: cope with SYN packets received during established states,
Completed in 605 milliseconds