Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/regulator/
Ddriver.h26 struct regulator_enable_gpio;
397 struct regulator_enable_gpio *ena_pin;
/linux-4.4.14/drivers/regulator/
Dcore.c80 struct regulator_enable_gpio { struct
1884 struct regulator_enable_gpio *pin; in regulator_ena_gpio_request()
1904 pin = kzalloc(sizeof(struct regulator_enable_gpio), GFP_KERNEL); in regulator_ena_gpio_request()
1922 struct regulator_enable_gpio *pin, *n; in regulator_ena_gpio_free()
1954 struct regulator_enable_gpio *pin = rdev->ena_pin; in regulator_ena_gpio_ctrl()