Home
last modified time | relevance | path

Searched refs:ucm_value (Results 1 - 3 of 3) sorted by relevance

/third_party/alsa-lib/src/ucm/
H A Dutils.c403 static void uc_mgr_free_value1(struct ucm_value *val) in uc_mgr_free_value1()
414 struct ucm_value *val; in uc_mgr_free_value()
417 val = list_entry(pos, struct ucm_value, list); in uc_mgr_free_value()
669 struct ucm_value *value; in uc_mgr_get_variable()
672 value = list_entry(pos, struct ucm_value, list); in uc_mgr_get_variable()
683 struct ucm_value *curr; in uc_mgr_set_variable()
687 curr = list_entry(pos, struct ucm_value, list); in uc_mgr_set_variable()
698 curr = calloc(1, sizeof(struct ucm_value)); in uc_mgr_set_variable()
719 struct ucm_value *curr; in uc_mgr_delete_variable()
722 curr = list_entry(pos, struct ucm_value, lis in uc_mgr_delete_variable()
[all...]
H A Ducm_local.h64 struct ucm_value { struct
H A Dparser.c1239 struct ucm_value *curr; in uc_mgr_add_value()
1241 curr = calloc(1, sizeof(struct ucm_value)); in uc_mgr_add_value()

Completed in 5 milliseconds