Home
last modified time | relevance | path

Searched refs:get_data_path_id (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/net/bluetooth/
Dsco.c923 if (!hdev->get_data_path_id) { in sco_sock_setsockopt()
1116 if (!hdev->get_data_path_id) { in sco_sock_getsockopt()
1162 err = hdev->get_data_path_id(hdev, &codec.data_path); in sco_sock_getsockopt()
Dhci_conn.c314 err = hdev->get_data_path_id(hdev, &cmd->data_path_id); in configure_datapath_sync()
Dmgmt.c4462 if (hdev && hdev->get_data_path_id) { in read_exp_features_info()
4850 if (!hdev->get_data_path_id) { in set_offload_codec_func()
/linux-6.6.21/drivers/bluetooth/
Dhci_vhci.c422 hdev->get_data_path_id = vhci_get_data_path_id; in __vhci_create_device()
Dbtmtksdio.c1040 hdev->get_data_path_id = btmtksdio_get_data_path_id; in btmtksdio_sco_setting()
Dbtintel.c2392 hdev->get_data_path_id = btintel_get_data_path_id; in btintel_configure_offload()
/linux-6.6.21/include/net/bluetooth/
Dhci_core.h677 int (*get_data_path_id)(struct hci_dev *hdev, __u8 *data_path); member