Home
last modified time | relevance | path

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

/openbmc/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.c1128 list_for_each_entry(c, &hdev->local_codecs, list) { in sco_sock_getsockopt()
1157 list_for_each_entry(c, &hdev->local_codecs, list) { in sco_sock_getsockopt()
H A Dhci_core.c2550 INIT_LIST_HEAD(&hdev->local_codecs); in hci_alloc_dev_priv()
2765 hci_codec_list_clear(&hdev->local_codecs); in hci_release_dev()
H A Dhci_sync.c5062 hci_codec_list_clear(&hdev->local_codecs); in hci_dev_close_sync()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h564 struct list_head local_codecs; member