Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dvirtio_bt.c23 struct virtio_bluetooth { struct
30 static int virtbt_add_inbuf(struct virtio_bluetooth *vbt) in virtbt_add_inbuf() argument
57 static int virtbt_open_vdev(struct virtio_bluetooth *vbt) in virtbt_open_vdev()
71 static int virtbt_close_vdev(struct virtio_bluetooth *vbt) in virtbt_close_vdev()
96 struct virtio_bluetooth *vbt = hci_get_drvdata(hdev); in virtbt_send_frame()
199 static void virtbt_rx_handle(struct virtio_bluetooth *vbt, struct sk_buff *skb) in virtbt_rx_handle()
239 struct virtio_bluetooth *vbt = container_of(work, in virtbt_rx_work()
240 struct virtio_bluetooth, rx); in virtbt_rx_work()
275 struct virtio_bluetooth *vbt = vq->vdev->priv; in virtbt_rx_done()
286 struct virtio_bluetooth *vbt; in virtbt_probe()
[all …]