Searched refs:children_devices (Results 1 – 1 of 1) sorted by relevance
121 static struct bcm2835_audio_drivers children_devices[] = { variable212 for (i = 0; i < ARRAY_SIZE(children_devices); i++) in snd_add_child_devices()213 if (*children_devices[i].is_enabled) in snd_add_child_devices()219 for (i = 0; i < ARRAY_SIZE(children_devices); i++) in snd_add_child_devices()220 if (*children_devices[i].is_enabled) in snd_add_child_devices()222 children_devices[i].audio_driver->minchannels; in snd_add_child_devices()237 for (i = 0; i < ARRAY_SIZE(children_devices); i++) { in snd_add_child_devices()242 if (!*children_devices[i].is_enabled) in snd_add_child_devices()245 audio_driver = children_devices[i].audio_driver; in snd_add_child_devices()