Searched refs:children_devices (Results 1 – 1 of 1) sorted by relevance
122 static struct bcm2835_audio_drivers children_devices[] = { variable213 for (i = 0; i < ARRAY_SIZE(children_devices); i++) in snd_add_child_devices()214 if (*children_devices[i].is_enabled) in snd_add_child_devices()220 for (i = 0; i < ARRAY_SIZE(children_devices); i++) in snd_add_child_devices()221 if (*children_devices[i].is_enabled) in snd_add_child_devices()223 children_devices[i].audio_driver->minchannels; in snd_add_child_devices()238 for (i = 0; i < ARRAY_SIZE(children_devices); i++) { in snd_add_child_devices()243 if (!*children_devices[i].is_enabled) in snd_add_child_devices()246 audio_driver = children_devices[i].audio_driver; in snd_add_child_devices()