nb_controls       443 sound/soc/generic/simple-card-utils.c 	unsigned int i, nb_controls;
nb_controls       465 sound/soc/generic/simple-card-utils.c 	nb_controls = (unsigned int)ret;
nb_controls       467 sound/soc/generic/simple-card-utils.c 	controls = devm_kcalloc(dev, nb_controls,
nb_controls       472 sound/soc/generic/simple-card-utils.c 	for (i = 0; i < nb_controls; i++) {
nb_controls       487 sound/soc/generic/simple-card-utils.c 	card->num_controls = nb_controls;