Searched refs:reg_sc (Results 1 – 5 of 5) sorted by relevance
701 struct max77620_reg_sc *reg_sc; in max77620_attach() local716 reg_sc = regnode_get_softc(regnode); in max77620_attach()719 reg_sc->regnode = regnode; in max77620_attach()720 reg_sc->base_sc = sc; in max77620_attach()721 reg_sc->def = def; in max77620_attach()722 reg_sc->xref = OF_xref_from_node(node); in max77620_attach()723 reg_sc->param = regnode_get_stdparam(regnode); in max77620_attach()724 reg_sc->active_fps_src = init_def.active_fps_src; in max77620_attach()751 reg_sc->fps_src, reg_sc->pwr_mode, in max77620_attach()752 reg_sc->pwr_ramp_delay); in max77620_attach()[all …]
550 struct as3722_reg_sc *reg_sc; in as3722_attach() local565 reg_sc = regnode_get_softc(regnode); in as3722_attach()568 reg_sc->regnode = regnode; in as3722_attach()569 reg_sc->base_sc = sc; in as3722_attach()570 reg_sc->def = def; in as3722_attach()571 reg_sc->xref = OF_xref_from_node(node); in as3722_attach()573 reg_sc->param = regnode_get_stdparam(regnode); in as3722_attach()574 reg_sc->ext_control = init_def.ext_control; in as3722_attach()575 reg_sc->enable_tracking = init_def.enable_tracking; in as3722_attach()598 return (reg_sc); in as3722_attach()
551 struct rk805_reg_sc *reg_sc; in rk805_reg_attach() local573 reg_sc = regnode_get_softc(regnode); in rk805_reg_attach()574 reg_sc->regnode = regnode; in rk805_reg_attach()575 reg_sc->base_dev = dev; in rk805_reg_attach()576 reg_sc->def = def; in rk805_reg_attach()577 reg_sc->xref = OF_xref_from_node(node); in rk805_reg_attach()578 reg_sc->param = regnode_get_stdparam(regnode); in rk805_reg_attach()582 return (reg_sc); in rk805_reg_attach()
1147 struct axp2xx_reg_sc *reg_sc; in axp2xx_reg_attach() local1168 reg_sc = regnode_get_softc(regnode); in axp2xx_reg_attach()1169 reg_sc->regnode = regnode; in axp2xx_reg_attach()1170 reg_sc->base_dev = dev; in axp2xx_reg_attach()1171 reg_sc->def = def; in axp2xx_reg_attach()1172 reg_sc->xref = OF_xref_from_node(node); in axp2xx_reg_attach()1173 reg_sc->param = regnode_get_stdparam(regnode); in axp2xx_reg_attach()1177 return (reg_sc); in axp2xx_reg_attach()
1380 struct axp8xx_reg_sc *reg_sc; in axp8xx_reg_attach() local1399 reg_sc = regnode_get_softc(regnode); in axp8xx_reg_attach()1400 reg_sc->regnode = regnode; in axp8xx_reg_attach()1401 reg_sc->base_dev = dev; in axp8xx_reg_attach()1402 reg_sc->def = def; in axp8xx_reg_attach()1403 reg_sc->xref = OF_xref_from_node(node); in axp8xx_reg_attach()1404 reg_sc->param = regnode_get_stdparam(regnode); in axp8xx_reg_attach()1408 return (reg_sc); in axp8xx_reg_attach()