Home
last modified time | relevance | path

Searched refs:clock_ref_list (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/usb/
H A Dusbaudio.h49 struct list_head clock_ref_list; /* list of clock refcounts */ member
H A Dendpoint.c636 list_for_each_entry(ref, &chip->clock_ref_list, list) in clock_ref_find()
645 list_add_tail(&ref->list, &chip->clock_ref_list); in clock_ref_find()
1534 list_for_each_entry(ref, &chip->clock_ref_list, list) { in snd_usb_endpoint_get_clock_rate()
1736 list_for_each_entry_safe(cp, cn, &chip->clock_ref_list, list) in snd_usb_endpoint_free_all()
H A Dcard.c652 INIT_LIST_HEAD(&chip->clock_ref_list); in snd_usb_audio_create()