| Home | Sort by: relevance | last modified time | path | 
| /src/sys/dev/i2c/ | |
| axp20x.c | 690 	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 }; | 
| rkpmic.c | 228 	int		reg_phandle;  member in struct:rkreg_attach_args 528 raa.reg_phandle = child; 635 const int phandle = raa->reg_phandle; | 
| as3722.c | 169 	int		reg_phandle;  member in struct:as3722reg_attach_args 519 raa.reg_phandle = child; 539 sc->sc_phandle = raa->reg_phandle; | 
| tps65217pmic.c | 104 	int			reg_phandle;  member in struct:tps65217reg_attach_args 969 raa.reg_phandle = child; 1064 sc->sc_phandle = raa->reg_phandle; | 
| axppmic.c | 491 	int		reg_phandle;  member in struct:axpreg_attach_args 1293 aaa.reg_phandle = child; 1384 const int phandle = aaa->reg_phandle; |