Searched refs:snd_ctl_led_card (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/sound/core/ |
D | control_led.c | 21 container_of(_dev, struct snd_ctl_led_card, dev) 30 struct snd_ctl_led_card { struct 43 struct snd_ctl_led_card *cards[SNDRV_CARDS]; argument 379 struct snd_ctl_led_card *led_card = to_led_card_dev(dev); in snd_ctl_led_card_release() 529 static ssize_t set_led_id(struct snd_ctl_led_card *led_card, const char *buf, size_t count, in set_led_id() 587 struct snd_ctl_led_card *led_card = container_of(dev, struct snd_ctl_led_card, dev); in attach_store() 595 struct snd_ctl_led_card *led_card = container_of(dev, struct snd_ctl_led_card, dev); in detach_store() 603 struct snd_ctl_led_card *led_card = container_of(dev, struct snd_ctl_led_card, dev); in reset_store() 617 struct snd_ctl_led_card *led_card = container_of(dev, struct snd_ctl_led_card, dev); in list_show() 670 struct snd_ctl_led_card *led_card; in snd_ctl_led_sysfs_add() [all …]
|