Home
last modified time | relevance | path

Searched refs:vnd_len (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/net/bluetooth/
Dhci_request.c2428 __u8 vnd_len, *vnd_data = NULL; in hci_req_configure_datapath() local
2433 err = hdev->get_codec_config_data(hdev, ESCO_LINK, codec, &vnd_len, in hci_req_configure_datapath()
2438 cmd = kzalloc(sizeof(*cmd) + vnd_len, GFP_KERNEL); in hci_req_configure_datapath()
2448 cmd->vnd_len = vnd_len; in hci_req_configure_datapath()
2449 memcpy(cmd->vnd_data, vnd_data, vnd_len); in hci_req_configure_datapath()
2452 hci_req_add(&req, HCI_CONFIGURE_DATA_PATH, sizeof(*cmd) + vnd_len, cmd); in hci_req_configure_datapath()
2455 hci_req_add(&req, HCI_CONFIGURE_DATA_PATH, sizeof(*cmd) + vnd_len, cmd); in hci_req_configure_datapath()
/linux-5.19.10/drivers/bluetooth/
Dhci_vhci.c90 struct bt_codec *codec, __u8 *vnd_len, in vhci_get_codec_config_data() argument
96 *vnd_len = 0; in vhci_get_codec_config_data()
/linux-5.19.10/include/net/bluetooth/
Dhci.h1326 __u8 vnd_len; member
Dhci_core.h640 struct bt_codec *codec, __u8 *vnd_len,