Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/regulator/
Ddriver.h29 struct regulator_enable_gpio;
471 struct regulator_enable_gpio *ena_pin;
/Linux-v4.19/drivers/regulator/
Dcore.c78 struct regulator_enable_gpio { struct
2012 struct regulator_enable_gpio *pin; in regulator_ena_gpio_request()
2037 pin = kzalloc(sizeof(struct regulator_enable_gpio), GFP_KERNEL); in regulator_ena_gpio_request()
2056 struct regulator_enable_gpio *pin, *n; in regulator_ena_gpio_free()
2088 struct regulator_enable_gpio *pin = rdev->ena_pin; in regulator_ena_gpio_ctrl()