Home
last modified time | relevance | path

Searched refs:ofc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/hid/
H A Dhconf.c157 struct feature_control *ofc = &sc->feature_controls[i]; in hconf_set_feature_control() local
160 if (ofc->rid != fc->rid) in hconf_set_feature_control()
162 KASSERT(fc->rlen == ofc->rlen, in hconf_set_feature_control()
164 fc->rid, fc->rlen, ofc->rlen)); in hconf_set_feature_control()
165 hid_put_udata(fbuf + 1, ofc->rlen - 1, &ofc->loc, in hconf_set_feature_control()
166 i == ctrl_id ? val : ofc->val); in hconf_set_feature_control()