Home
last modified time | relevance | path

Searched refs:local_codecs (Results 1 – 5 of 5) sorted by relevance

/linux/net/bluetooth/
H A Dhci_codec.c69 hci_codec_list_add(&hdev->local_codecs, cmd, in hci_read_codec_capabilities()
111 hci_codec_list_add(&hdev->local_codecs, cmd, rp, in hci_read_codec_capabilities()
H A Dsco.c1231 list_for_each_entry(c, &hdev->local_codecs, list) { in sco_sock_getsockopt()
1260 list_for_each_entry(c, &hdev->local_codecs, list) { in sco_sock_getsockopt()
H A Dhci_core.c2547 INIT_LIST_HEAD(&hdev->local_codecs); in hci_alloc_dev_priv()
2768 hci_codec_list_clear(&hdev->local_codecs); in hci_release_dev()
H A Dhci_sync.c5427 hci_codec_list_clear(&hdev->local_codecs);
/linux/include/net/bluetooth/
H A Dhci_core.h574 struct list_head local_codecs; member