Home
last modified time | relevance | path

Searched refs:rg (Results 1 – 5 of 5) sorted by relevance

/components/drivers/regulator/
A Dregulator-gpio.c141 rg->state = target; in regulator_gpio_set_voltage()
152 if (rg->states[i].gpios == rg->state) in regulator_gpio_get_voltage()
174 struct regulator_gpio *rg = rt_calloc(1, sizeof(*rg)); in regulator_gpio_probe() local
177 if (!rg) in regulator_gpio_probe()
184 rgp = &rg->parent; in regulator_gpio_probe()
196 if (rg->enable_pin < 0 && rg->enable_pin != PIN_NONE) in regulator_gpio_probe()
206 rg->pins_desc = rt_malloc(sizeof(*rg->pins_desc) * rg->pins_nr); in regulator_gpio_probe()
253 rg->states = rt_malloc(sizeof(*rg->states) * rg->states_nr); in regulator_gpio_probe()
255 if (!rg->states) in regulator_gpio_probe()
280 if (rg->states) in regulator_gpio_probe()
[all …]
/components/vbus/
A Dvbus.c82 rt_inline int _bus_ring_space_nr(struct rt_vbus_ring *rg) in _bus_ring_space_nr() argument
87 delta = rg->get_idx - rg->put_idx; in _bus_ring_space_nr()
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG1080 2009-10-11 Simon Goldschmidt (J�rg Kesten)
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG2036 2009-10-11 Simon Goldschmidt (Jörg Kesten)
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG2289 2009-10-11 Simon Goldschmidt (Jörg Kesten)

Completed in 17 milliseconds