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()
229 nconsts += hweight64(entity->controls[j].cn_list); in sdca_regmap_count_constants()
269 for_each_set_bit(cn, (unsigned long *)&control->cn_list, in sdca_regmap_populate_constants()
270 BITS_PER_TYPE(control->cn_list)) { in sdca_regmap_populate_constants()
317 for_each_set_bit(cn, (unsigned long *)&control->cn_list, in sdca_regmap_write_defaults()
318 BITS_PER_TYPE(control->cn_list)) { in sdca_regmap_write_defaults()
H A Dsdca_functions.c836 for_each_set_bit(cn, (unsigned long *)&control->cn_list, in find_sdca_control_value()
837 BITS_PER_TYPE(control->cn_list)) { in find_sdca_control_value()
884 &control->cn_list); in find_sdca_entity_control()
887 control->cn_list = 0x1; in find_sdca_entity_control()
888 } else if (ret || !control->cn_list) { in find_sdca_entity_control()
894 control->values = devm_kzalloc(dev, hweight64(control->cn_list), GFP_KERNEL); in find_sdca_entity_control()
954 control->mode, control->layers, control->cn_list, in find_sdca_entity_control()
H A Dsdca_asoc.c883 for_each_set_bit(cn, (unsigned long *)&control->cn_list, in populate_control()
884 BITS_PER_TYPE(control->cn_list)) { in populate_control()
/linux/fs/nfsd/
H A Dnfs4recover.c739 struct list_head cn_list; member
907 list_for_each_entry(tmp, &cn->cn_list, cu_list) { in cld_pipe_downcall()
1016 INIT_LIST_HEAD(&cn->cn_list); in __nfsd4_init_cld_pipe()
1073 list_for_each_entry(tmp, &cn->cn_list, cu_list) { in alloc_cld_upcall()
1084 list_add(&new->cu_list, &cn->cn_list); in alloc_cld_upcall()
/linux/include/sound/
H A Dsdca_function.h747 * @cn_list: A bitmask showing the valid Control Numbers within this Control,
765 u64 cn_list; member