Home
last modified time | relevance | path

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

/components/drivers/regulator/
A Dregulator-gpio.c27 struct regulator_gpio struct
47 #define raw_to_regulator_gpio(raw) rt_container_of(raw, struct regulator_gpio, parent) argument
51 struct regulator_gpio *rg = raw_to_regulator_gpio(reg_np); in regulator_gpio_enable()
70 struct regulator_gpio *rg = raw_to_regulator_gpio(reg_np); in regulator_gpio_disable()
89 struct regulator_gpio *rg = raw_to_regulator_gpio(reg_np); in regulator_gpio_is_enabled()
112 struct regulator_gpio *rg = raw_to_regulator_gpio(reg_np); in regulator_gpio_set_voltage()
148 struct regulator_gpio *rg = raw_to_regulator_gpio(reg_np); in regulator_gpio_get_voltage()
174 struct regulator_gpio *rg = rt_calloc(1, sizeof(*rg)); in regulator_gpio_probe()

Completed in 3 milliseconds