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

  /src/sys/dev/i2c/
axp20x.c 771 const char *regulator_name; local in function:axp20xreg_attach
777 regulator_name = fdtbus_get_string(reg->reg_phandle, "regulator-name");
780 if (regulator_name)
781 aprint_normal(": %s (%s)\n", sc->sc_regdef->name, regulator_name);
axp20x.c 771 const char *regulator_name; local in function:axp20xreg_attach
777 regulator_name = fdtbus_get_string(reg->reg_phandle, "regulator-name");
780 if (regulator_name)
781 aprint_normal(": %s (%s)\n", sc->sc_regdef->name, regulator_name);

Completed in 22 milliseconds