HomeSort by: relevance | last modified time | path
    Searched defs:regulator_phandle (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/fdt/
fdt_regulator.c 94 int regulator_phandle; local in function:fdtbus_regulator_acquire
97 regulator_phandle = fdtbus_get_phandle(phandle, prop);
98 if (regulator_phandle == -1) {
102 rc = fdtbus_get_regulator_controller(regulator_phandle);
fdt_regulator.c 94 int regulator_phandle; local in function:fdtbus_regulator_acquire
97 regulator_phandle = fdtbus_get_phandle(phandle, prop);
98 if (regulator_phandle == -1) {
102 rc = fdtbus_get_regulator_controller(regulator_phandle);

Completed in 35 milliseconds