Home | Sort by: relevance | last modified time | path |
/src/sys/dev/i2c/ | |
axp809.c | 80 static const struct axp809_ctrl axp809_ctrls[] = { variable in typeref:typename:const struct axp809_ctrl[] 133 sc->sc_nctrl = __arraycount(axp809_ctrls); 134 sc->sc_ctrl = kmem_alloc(sizeof(axp809_ctrls), KM_SLEEP); 135 memcpy(sc->sc_ctrl, axp809_ctrls, sizeof(axp809_ctrls)); |
axppmic.c | 246 static const struct axppmic_ctrl axp809_ctrls[] = { variable in typeref:typename:const struct axppmic_ctrl[] 539 .controls = axp809_ctrls, 540 .ncontrols = __arraycount(axp809_ctrls), |