Searched refs:reg_phandle (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/dev/i2c/
H A Daxp20x.c690 int reg_phandle; member in struct:axp20xreg_attach_args
763 return axp20xreg_lookup(reg->reg_phandle) != NULL;
774 sc->sc_phandle = reg->reg_phandle;
775 sc->sc_regdef = axp20xreg_lookup(reg->reg_phandle);
777 regulator_name = fdtbus_get_string(reg->reg_phandle, "regulator-name");
815 struct axp20xreg_attach_args reg = { .reg_phandle = child };
H A Drkpmic.c228 int reg_phandle; member in struct:rkreg_attach_args
527 raa.reg_phandle = child;
634 const int phandle = raa->reg_phandle;
H A Dtps65217pmic.c104 int reg_phandle; member in struct:tps65217reg_attach_args
964 raa.reg_phandle = child;
1059 sc->sc_phandle = raa->reg_phandle;
H A Das3722.c167 int reg_phandle; member in struct:as3722reg_attach_args
516 raa.reg_phandle = child;
536 sc->sc_phandle = raa->reg_phandle;
H A Daxppmic.c414 int reg_phandle; member in struct:axpreg_attach_args
1208 aaa.reg_phandle = child;
1299 const int phandle = aaa->reg_phandle;

Completed in 203 milliseconds