Searched refs:vnd_len (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/bluetooth/ |
| H A D | hci_vhci.c | 94 struct bt_codec *codec, __u8 *vnd_len, in vhci_get_codec_config_data() argument 100 *vnd_len = 0; in vhci_get_codec_config_data()
|
| /linux/net/bluetooth/ |
| H A D | hci_conn.c | 238 __u8 vnd_len, *vnd_data = NULL; in configure_datapath_sync() local 248 err = hdev->get_codec_config_data(hdev, ESCO_LINK, codec, &vnd_len, in configure_datapath_sync() 253 cmd = kzalloc(sizeof(*cmd) + vnd_len, GFP_KERNEL); in configure_datapath_sync() 263 cmd->vnd_len = vnd_len; in configure_datapath_sync() 264 memcpy(cmd->vnd_data, vnd_data, vnd_len); in configure_datapath_sync() 268 sizeof(*cmd) + vnd_len, cmd, HCI_CMD_TIMEOUT); in configure_datapath_sync() 272 sizeof(*cmd) + vnd_len, cmd, in configure_datapath_sync()
|
| /linux/include/net/bluetooth/ |
| H A D | hci.h | 1408 __u8 vnd_len; member
|
| H A D | hci_core.h | 661 struct bt_codec *codec, __u8 *vnd_len,
|