Lines Matching refs:controls
38 struct list_head controls; member
155 list_for_each_entry(lctl, &led->controls, list) { in snd_ctl_led_set_state()
167 list_add(&lctl->list, &led->controls); in snd_ctl_led_set_state()
187 struct list_head *controls; in snd_ctl_led_find() local
192 controls = &snd_ctl_leds[group].controls; in snd_ctl_led_find()
193 list_for_each_entry(lctl, controls, list) in snd_ctl_led_find()
297 list_for_each_entry_safe(lctl, _lctl, &led->controls, list) in snd_ctl_led_clean()
319 list_for_each_entry_safe(lctl, _lctl, &led->controls, list) in snd_ctl_led_reset()
343 list_for_each_entry(kctl, &card->controls, list) in snd_ctl_led_register()
611 list_for_each_entry(lctl, &led_card->led->controls, list) { in list_show()
738 INIT_LIST_HEAD(&led->controls); in snd_ctl_led_init()