Searched refs:ucm_value (Results 1 - 3 of 3) sorted by relevance
/third_party/alsa-lib/src/ucm/ |
H A D | utils.c | 403 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 D | ucm_local.h | 64 struct ucm_value { struct
|
H A D | parser.c | 1239 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