Lines Matching refs:virtio_bluetooth
22 struct virtio_bluetooth { struct
29 static int virtbt_add_inbuf(struct virtio_bluetooth *vbt) in virtbt_add_inbuf() argument
53 struct virtio_bluetooth *vbt = hci_get_drvdata(hdev); in virtbt_open()
64 struct virtio_bluetooth *vbt = hci_get_drvdata(hdev); in virtbt_close()
87 struct virtio_bluetooth *vbt = hci_get_drvdata(hdev); in virtbt_send_frame()
190 static void virtbt_rx_handle(struct virtio_bluetooth *vbt, struct sk_buff *skb) in virtbt_rx_handle()
213 struct virtio_bluetooth *vbt = container_of(work, in virtbt_rx_work()
214 struct virtio_bluetooth, rx); in virtbt_rx_work()
242 struct virtio_bluetooth *vbt = vq->vdev->priv; in virtbt_rx_done()
257 struct virtio_bluetooth *vbt; in virtbt_probe()
366 struct virtio_bluetooth *vbt = vdev->priv; in virtbt_remove()