Searched refs:regulators_node (Results 1 - 5 of 5) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/regulator/ |
H A D | rk808-regulator.c | 78 .regulators_node = of_match_ptr("regulators"), .type = REGULATOR_VOLTAGE, .id = (_id), \
89 .regulators_node = of_match_ptr("regulators"), .type = REGULATOR_VOLTAGE, .id = (_id), \
114 .regulators_node = of_match_ptr("regulators"), .type = REGULATOR_VOLTAGE, .id = (_id), .enable_reg = (_ereg), \
854 .regulators_node = of_match_ptr("regulators"),
874 .regulators_node = of_match_ptr("regulators"),
894 .regulators_node = of_match_ptr("regulators"),
910 .regulators_node = of_match_ptr("regulators"),
940 .regulators_node = of_match_ptr("regulators"),
957 .regulators_node = of_match_ptr("regulators"),
974 .regulators_node [all...] |
H A D | of_regulator.c | 403 if (desc->regulators_node) { in regulator_of_get_init_node() 404 search = of_get_child_by_name(dev->of_node, desc->regulators_node); in regulator_of_get_init_node() 413 dev_dbg(dev, "Failed to find regulator container node '%s'\n", desc->regulators_node); in regulator_of_get_init_node()
|
/device/soc/rockchip/common/sdk_linux/include/linux/regulator/ |
H A D | driver.h | 218 * @regulators_node: Name of node containing regulator definitions in DT. 310 const char *regulators_node; member
|
/device/soc/rockchip/rk3588/kernel/drivers/regulator/ |
H A D | rk806-regulator.c | 951 .regulators_node = of_match_ptr("regulators"),\
|
/device/soc/rockchip/rk3588/kernel/drivers/power/supply/ |
H A D | bq25700_charger.c | 1791 .regulators_node = of_match_ptr("regulators"),
|
Completed in 9 milliseconds