Home
last modified time | relevance | path

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

/components/drivers/regulator/
A Dregulator-gpio.c38 struct regulator_gpio_state *states; member
116 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()
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG218 * 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,
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG1359 * tcp_in.c: cope with SYN packets received during established states,
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG2315 * tcp_in.c: cope with SYN packets received during established states,

Completed in 605 milliseconds