Lines Matching refs:feature_controls
106 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()
297 if (sc->feature_controls[i].rlen < 2) in hconf_resume()
300 if (sc->feature_controls[i].val == in hconf_resume()
304 sc->feature_controls[i].val); in hconf_resume()