Searched refs:rg (Results 1 – 5 of 5) sorted by relevance
141 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() local177 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 …]
82 rt_inline int _bus_ring_space_nr(struct rt_vbus_ring *rg) in _bus_ring_space_nr() argument87 delta = rg->get_idx - rg->put_idx; in _bus_ring_space_nr()
1080 2009-10-11 Simon Goldschmidt (J�rg Kesten)
2036 2009-10-11 Simon Goldschmidt (Jörg Kesten)
2289 2009-10-11 Simon Goldschmidt (Jörg Kesten)
Completed in 17 milliseconds