Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/sdca/
H A Dsdca_regmap.c217 nconsts += hweight64(entity->controls[j].cn_list); in sdca_regmap_count_constants()
256 for_each_set_bit(cn, (unsigned long *)&control->cn_list, in sdca_regmap_populate_constants()
257 BITS_PER_TYPE(control->cn_list)) { in sdca_regmap_populate_constants()
302 for_each_set_bit(cn, (unsigned long *)&control->cn_list, in sdca_regmap_write_defaults()
303 BITS_PER_TYPE(control->cn_list)) { in sdca_regmap_write_defaults()
H A Dsdca_functions.c899 &control->cn_list); in find_sdca_entity_control()
902 control->cn_list = 0x1; in find_sdca_entity_control()
903 } else if (ret || !control->cn_list) { in find_sdca_entity_control()
924 control->mode, control->layers, control->cn_list, in find_sdca_entity_control()
/linux-6.15/fs/nfsd/
H A Dnfs4recover.c737 struct list_head cn_list; member
906 list_for_each_entry(tmp, &cn->cn_list, cu_list) { in cld_pipe_downcall()
1022 INIT_LIST_HEAD(&cn->cn_list); in __nfsd4_init_cld_pipe()
1084 list_for_each_entry(tmp, &cn->cn_list, cu_list) { in alloc_cld_upcall()
1095 list_add(&new->cu_list, &cn->cn_list); in alloc_cld_upcall()
/linux-6.15/include/sound/
H A Dsdca_function.h696 u64 cn_list; member