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

/netbsd-current/sys/dev/i2c/
H A Dact8846.c98 static const struct act8846_ctrl act8846_ctrls[] = { variable in typeref:struct:act8846_ctrl
173 sc->sc_nctrl = __arraycount(act8846_ctrls);
174 sc->sc_ctrl = kmem_alloc(sizeof(act8846_ctrls), KM_SLEEP);
175 memcpy(sc->sc_ctrl, act8846_ctrls, sizeof(act8846_ctrls));

Completed in 148 milliseconds