Searched refs:codec_list (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/media/pci/zoran/ |
| H A D | videocodec.c | 24 struct codec_list { struct 28 struct codec_list *next; argument 31 static struct codec_list *codeclist_top; 39 struct codec_list *h = codeclist_top; in videocodec_attach() 111 struct codec_list *h = codeclist_top; in videocodec_detach() 169 struct codec_list *ptr, *h = codeclist_top; in videocodec_register() 204 struct codec_list *prev = NULL, *h = codeclist_top; in videocodec_unregister() 254 struct codec_list *h = codeclist_top; in videocodec_debugfs_show()
|
| /linux/sound/aoa/core/ |
| H A D | core.c | 21 static LIST_HEAD(codec_list); 67 list_add(&codec->list, &codec_list); in aoa_codec_register() 107 list_for_each_entry(c, &codec_list, list) { in aoa_fabric_register() 122 list_for_each_entry(c, &codec_list, list) { in aoa_fabric_unregister()
|
| /linux/net/bluetooth/ |
| H A D | hci_codec.c | 15 struct codec_list *entry; in hci_codec_list_add() 38 void hci_codec_list_clear(struct list_head *codec_list) in hci_codec_list_clear() argument 40 struct codec_list *c, *n; in hci_codec_list_clear() 42 list_for_each_entry_safe(c, n, codec_list, list) { in hci_codec_list_clear()
|
| H A D | hci_codec.h | 7 void hci_codec_list_clear(struct list_head *codec_list);
|
| H A D | sco.c | 1116 struct codec_list *c; in sco_sock_getsockopt()
|
| /linux/sound/hda/core/ |
| H A D | bus.c | 42 INIT_LIST_HEAD(&bus->codec_list); in snd_hdac_bus_init() 74 WARN_ON(!list_empty(&bus->codec_list)); in snd_hdac_bus_exit() 211 list_add_tail(&codec->list, &bus->codec_list); in snd_hdac_bus_add_device()
|
| /linux/lib/reed_solomon/ |
| H A D | reed_solomon.c | 53 static LIST_HEAD(codec_list); 156 list_add(&rs->list, &codec_list); in codec_init() 244 list_for_each(tmp, &codec_list) { in init_rs_internal()
|
| /linux/sound/hda/core/ext/ |
| H A D | bus.c | 75 list_for_each_entry_safe(codec, __codec, &bus->codec_list, list) { in snd_hdac_ext_bus_device_remove()
|
| /linux/sound/aoa/soundbus/ |
| H A D | soundbus.h | 169 struct list_head codec_list; member
|
| /linux/include/sound/ |
| H A D | hdaudio.h | 308 struct list_head codec_list; member
|
| /linux/include/net/bluetooth/ |
| H A D | hci_core.h | 145 struct codec_list { struct
|