Searched refs:regulators_node (Results 1 – 5 of 5) sorted by relevance
| /device/soc/rockchip/common/sdk_linux/drivers/regulator/ |
| 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… 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 = of_match_ptr("regulators"), [all …]
|
| 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/ |
| D | driver.h | 310 const char *regulators_node; member
|
| /device/soc/rockchip/rk3588/kernel/drivers/regulator/ |
| D | rk806-regulator.c | 951 .regulators_node = of_match_ptr("regulators"),\
|
| /device/soc/rockchip/rk3588/kernel/drivers/power/supply/ |
| D | bq25700_charger.c | 1791 .regulators_node = of_match_ptr("regulators"),
|