Home
last modified time | relevance | path

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

/linux/sound/soc/sdca/
H A Dsdca_regmap.c75 if (!(BIT(SDW_SDCA_CTL_CNUM(reg)) & control->cn_list)) in sdca_regmap_readable()
113 if (!(BIT(SDW_SDCA_CTL_CNUM(reg)) & control->cn_list)) in sdca_regmap_writeable()
222 nconsts += hweight64(entity->controls[j].cn_list); in sdca_regmap_count_constants()
262 for_each_set_bit(cn, (unsigned long *)&control->cn_list, in sdca_regmap_populate_constants()
263 BITS_PER_TYPE(control->cn_list)) { in sdca_regmap_populate_constants()
293 for_each_set_bit(cn, (unsigned long *)&control->cn_list,
294 BITS_PER_TYPE(control->cn_list)) {
H A Dsdca_functions.c896 for_each_set_bit(cn, (unsigned long *)&control->cn_list, in find_sdca_control_value()
897 BITS_PER_TYPE(control->cn_list)) { in find_sdca_control_value()
944 &control->cn_list); in find_sdca_entity_control()
947 control->cn_list = 0x1; in find_sdca_entity_control()
948 } else if (ret || !control->cn_list) { in find_sdca_entity_control()
954 control->values = devm_kcalloc(dev, hweight64(control->cn_list), in find_sdca_entity_control()
1017 control->mode, control->layers, control->cn_list, in find_sdca_entity_control()
H A Dsdca_asoc.c823 for_each_set_bit(cn, (unsigned long *)&control->cn_list, in control_limit_kctl()
824 BITS_PER_TYPE(control->cn_list)) { in control_limit_kctl()
/linux/fs/nfsd/
H A Dnfs4recover.c635 struct list_head cn_list; member
803 list_for_each_entry(tmp, &cn->cn_list, cu_list) { in cld_pipe_downcall()
912 INIT_LIST_HEAD(&cn->cn_list); in __nfsd4_init_cld_pipe()
969 list_for_each_entry(tmp, &cn->cn_list, cu_list) { in alloc_cld_upcall()
980 list_add(&new->cu_list, &cn->cn_list); in alloc_cld_upcall()
/linux/include/sound/
H A Dsdca_function.h801 * @cn_list: A bitmask showing the valid Control Numbers within this Control,
819 u64 cn_list;
765 u64 cn_list; global() member