Lines Matching refs:value_list
54 struct list_head *value_list, const char *identifier);
694 &device->value_list,
695 &verb->value_list,
696 &uc_mgr->value_list);
715 &device->value_list,
716 &verb->value_list,
717 &uc_mgr->value_list);
950 &device->value_list,
951 &uc_mgr->active_verb->value_list,
952 &uc_mgr->value_list);
966 err = get_value1(uc_mgr, &value, &uc_mgr->value_list, key);
971 return uc_mgr_add_value(&uc_mgr->value_list, key, s);
1013 &uc_mgr->value_list, NULL, NULL);
1365 &verb->value_list,
1366 &uc_mgr->value_list,
1396 &modifier->value_list,
1397 &uc_mgr->active_verb->value_list,
1398 &uc_mgr->value_list);
1430 &device->value_list,
1431 &uc_mgr->active_verb->value_list,
1432 &uc_mgr->value_list);
1522 INIT_LIST_HEAD(&mgr->value_list);
1938 struct list_head *value_list;
1956 value_list = NULL;
1959 value_list = &modifier->value_list;
1963 value_list = &device->value_list;
1965 if (value_list == NULL)
1969 err = add_identifiers(&mylist, &uc_mgr->value_list);
1972 err = add_identifiers(&mylist, &verb->value_list);
1975 err = add_identifiers(&mylist, value_list);
2017 err = add_values(&mylist, identifier, &uc_mgr->value_list);
2020 err = add_values(&mylist, identifier, &verb->value_list);
2025 err = add_values(&mylist, identifier, &dev->value_list);
2031 err = add_values(&mylist, identifier, &mod->value_list);
2127 struct list_head *value_list, const char *identifier)
2133 if (!value_list)
2136 list_for_each(pos, value_list) {
2207 &mod->value_list,
2217 &dev->value_list,
2227 err = get_value1(uc_mgr, value, &verb->value_list, identifier);
2236 err = get_value1(uc_mgr, value, &uc_mgr->value_list, identifier);
2454 &uc_mgr->value_list, NULL, NULL);
2474 &uc_mgr->value_list, NULL, NULL);
2504 &uc_mgr->active_verb->value_list,
2505 &uc_mgr->value_list,
2616 &xold->value_list,
2617 &uc_mgr->active_verb->value_list,
2618 &uc_mgr->value_list);
2669 &xold->value_list,
2670 &uc_mgr->active_verb->value_list,
2671 &uc_mgr->value_list);