Lines Matching refs:controls
38 struct list_head controls; member
156 list_for_each_entry(lctl, &led->controls, list) { in snd_ctl_led_set_state()
168 list_add(&lctl->list, &led->controls); in snd_ctl_led_set_state()
185 struct list_head *controls; in snd_ctl_led_find() local
190 controls = &snd_ctl_leds[group].controls; in snd_ctl_led_find()
191 list_for_each_entry(lctl, controls, list) in snd_ctl_led_find()
305 list_for_each_entry(lctl, &led->controls, list) in snd_ctl_led_clean()
333 list_for_each_entry(lctl, &led->controls, list) in snd_ctl_led_reset()
360 list_for_each_entry(kctl, &card->controls, list) in snd_ctl_led_register()
628 list_for_each_entry(lctl, &led_card->led->controls, list) { in list_show()
749 INIT_LIST_HEAD(&led->controls); in snd_ctl_led_init()