Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/ucm/
Dutils.c406 struct ucm_value *val; in uc_mgr_free_value()
409 val = list_entry(pos, struct ucm_value, list); in uc_mgr_free_value()
660 struct ucm_value *value; in uc_mgr_get_variable()
663 value = list_entry(pos, struct ucm_value, list); in uc_mgr_get_variable()
674 struct ucm_value *curr; in uc_mgr_set_variable()
678 curr = list_entry(pos, struct ucm_value, list); in uc_mgr_set_variable()
689 curr = calloc(1, sizeof(struct ucm_value)); in uc_mgr_set_variable()
Dmain.c1753 struct ucm_value *v; in add_identifiers()
1758 v = list_entry(pos, struct ucm_value, list); in add_identifiers()
1776 struct ucm_value *v; in add_values()
1781 v = list_entry(pos, struct ucm_value, list); in add_values()
2012 struct ucm_value *val; in get_value1()
2020 val = list_entry(pos, struct ucm_value, list); in get_value1()
Ducm_local.h61 struct ucm_value { struct
Dparser.c952 struct ucm_value *curr; in uc_mgr_add_value()
954 curr = calloc(1, sizeof(struct ucm_value)); in uc_mgr_add_value()