Home
last modified time | relevance | path

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

/linux-6.1.9/net/bluetooth/
Dsco.c931 if (!hdev->get_data_path_id) { in sco_sock_setsockopt()
1126 if (!hdev->get_data_path_id) { in sco_sock_getsockopt()
1172 err = hdev->get_data_path_id(hdev, &codec.data_path); in sco_sock_getsockopt()
Dhci_conn.c341 err = hdev->get_data_path_id(hdev, &cmd->data_path_id); in configure_datapath_sync()
Dmgmt.c4448 if (hdev && hdev->get_data_path_id) { in read_exp_features_info()
4842 if (!hdev->get_data_path_id) { in set_offload_codec_func()
/linux-6.1.9/drivers/bluetooth/
Dhci_vhci.c320 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.c2246 hdev->get_data_path_id = btintel_get_data_path_id; in btintel_configure_offload()
/linux-6.1.9/include/net/bluetooth/
Dhci_core.h664 int (*get_data_path_id)(struct hci_dev *hdev, __u8 *data_path); member