/src/sys/arch/vax/vax/ |
autoconf.c | 393 struct rlc_attach_args *raa = aux; local in function:booted_rl 402 if (raa->hwid != rpb.unit)
|
/src/sbin/drvctl/ |
drvctl.c | 74 struct devrescanargs raa; local in function:main 143 memset(&raa, 0, sizeof(raa)); 144 strlcpy(raa.busname, argv[0], sizeof(raa.busname)); 146 strlcpy(raa.ifattr, attr, sizeof(raa.ifattr)); 153 raa.numlocators = argc - 1; 154 raa.locators = locs; 157 if (ioctl(fd, DRVRESCANBUS, &raa) == -1 [all...] |
/src/sys/dev/i2c/ |
rkpmic.c | 464 struct rkreg_attach_args raa; local in function:rkpmic_attach 527 raa.reg_ctrl = &sc->sc_conf->ctrl[n]; 528 raa.reg_phandle = child; 529 config_found(self, &raa, NULL, CFARGS_NONE); 634 struct rkreg_attach_args *raa = aux; local in function:rkreg_attach 635 const int phandle = raa->reg_phandle; 640 sc->sc_ctrl = raa->reg_ctrl;
|
as3722.c | 492 struct as3722reg_attach_args raa; local in function:as3722_regulator_attach 518 raa.reg_def = regdef; 519 raa.reg_phandle = child; 520 config_found(sc->sc_dev, &raa, NULL, CFARGS_NONE); 534 struct as3722reg_attach_args *raa = aux; local in function:as3722reg_attach 539 sc->sc_phandle = raa->reg_phandle; 540 sc->sc_regdef = raa->reg_def;
|
tps65217pmic.c | 951 struct tps65217reg_attach_args raa; local in function:tps65217pmic_regulator_attach 968 raa.reg_param = param; 969 raa.reg_phandle = child; 970 config_found(sc->sc_dev, &raa, NULL, CFARGS_NONE); 1060 struct tps65217reg_attach_args *raa = aux; local in function:tps65217reg_attach 1064 sc->sc_phandle = raa->reg_phandle; 1065 sc->sc_param = raa->reg_param;
|