Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dsco.c998 if (!hdev->get_data_path_id) { in sco_sock_setsockopt()
1193 if (!hdev->get_data_path_id) { in sco_sock_getsockopt()
1239 err = hdev->get_data_path_id(hdev, &codec.data_path); in sco_sock_getsockopt()
H A Dhci_conn.c259 err = hdev->get_data_path_id(hdev, &cmd->data_path_id); in configure_datapath_sync()
H A Dmgmt.c4507 if (hdev && hdev->get_data_path_id) { in read_exp_features_info()
4799 if (!hdev->get_data_path_id) { in set_offload_codec_func()
/linux/drivers/bluetooth/
H A Dhci_vhci.c414 hdev->get_data_path_id = vhci_get_data_path_id; in __vhci_create_device()
H A Dbtmtksdio.c1053 hdev->get_data_path_id = btmtksdio_get_data_path_id; in btmtksdio_sco_setting()
H A Dhci_qca.c1863 hdev->get_data_path_id = qca_get_data_path_id; in qca_configure_hfp_offload()
H A Dbtintel.c2464 hdev->get_data_path_id = btintel_get_data_path_id; in btintel_configure_offload()
/linux/include/net/bluetooth/
H A Dhci_core.h656 int (*get_data_path_id)(struct hci_dev *hdev, __u8 *data_path); member