Home
last modified time | relevance | path

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

/freebsd/sys/dev/hid/
H A Dhconf.c106 struct feature_control feature_controls[CONTROLS_COUNT]; member
144 fc = &sc->feature_controls[ctrl_id]; in hconf_set_feature_control()
156 for (i = 0; i < nitems(sc->feature_controls); i++) { in hconf_set_feature_control()
157 struct feature_control *ofc = &sc->feature_controls[i]; in hconf_set_feature_control()
194 fc = &sc->feature_controls[ctrl_id]; in hconf_feature_control_handler()
263 for (i = 0; i < nitems(sc->feature_controls); i++) { in hconf_attach()
264 (void)hconf_parse_feature(&sc->feature_controls[i], tlc_index, in hconf_attach()
266 if (sc->feature_controls[i].rlen > 1) { in hconf_attach()
273 sc->feature_controls[i].val = feature_control_descrs[i].value; in hconf_attach()
296 for (i = 0; i < nitems(sc->feature_controls); i++) { in hconf_resume()
[all …]