Searched refs:drivevbus (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | axp20x-regulator.c | 630 .name = "drivevbus", 631 .supply_name = "drivevbus", 632 .of_match = of_match_ptr("drivevbus"), 1220 bool drivevbus = false; in axp20x_regulator_probe() local 1232 drivevbus = of_property_read_bool(pdev->dev.parent->of_node, in axp20x_regulator_probe() 1238 drivevbus = of_property_read_bool(pdev->dev.parent->of_node, in axp20x_regulator_probe() 1252 drivevbus = of_property_read_bool(pdev->dev.parent->of_node, in axp20x_regulator_probe() 1347 if (drivevbus) { in axp20x_regulator_probe() 1355 dev_err(&pdev->dev, "Failed to register drivevbus\n"); in axp20x_regulator_probe()
|
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | axp20x-regulator.c | 702 .name = "drivevbus", 703 .supply_name = "drivevbus", 704 .of_match = of_match_ptr("drivevbus"), 1463 bool drivevbus = false; in axp20x_regulator_probe() local 1475 drivevbus = of_property_read_bool(pdev->dev.parent->of_node, in axp20x_regulator_probe() 1485 drivevbus = of_property_read_bool(pdev->dev.parent->of_node, in axp20x_regulator_probe() 1499 drivevbus = of_property_read_bool(pdev->dev.parent->of_node, in axp20x_regulator_probe() 1620 if (drivevbus) { in axp20x_regulator_probe() 1628 dev_err(&pdev->dev, "Failed to register drivevbus\n"); in axp20x_regulator_probe()
|
Completed in 4 milliseconds