Searched refs:ucm_value (Results 1 – 4 of 4) sorted by relevance
/third_party/alsa-lib/src/ucm/ |
D | utils.c | 406 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()
|
D | main.c | 1753 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()
|
D | ucm_local.h | 61 struct ucm_value { struct
|
D | parser.c | 952 struct ucm_value *curr; in uc_mgr_add_value() 954 curr = calloc(1, sizeof(struct ucm_value)); in uc_mgr_add_value()
|