Home
last modified time | relevance | path

Searched refs:ena_pin (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/regulator/
H A Ddriver.h457 struct regulator_enable_gpio *ena_pin; member
/device/soc/rockchip/common/sdk_linux/drivers/regulator/
H A Dcore.c2506 rdev->ena_pin = pin; in regulator_ena_gpio_request()
2518 if (!rdev->ena_pin) { in regulator_ena_gpio_free()
2525 if (pin != rdev->ena_pin) { in regulator_ena_gpio_free()
2539 rdev->ena_pin = NULL; in regulator_ena_gpio_free()
2552 struct regulator_enable_gpio *pin = rdev->ena_pin; in regulator_ena_gpio_ctrl()
2691 if (rdev->ena_pin) { in _regulator_do_enable()
2758 if (rdev->ena_pin) { in _regulator_do_disable()
2999 if (rdev->ena_pin) { in _regulator_is_enabled()
4827 return (rdev->ena_pin || ops->is_enabled) ? mode : 0; in regulator_attr_is_visible()

Completed in 9 milliseconds