Home
last modified time | relevance | path

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

/openbmc/linux/drivers/bluetooth/
H A Dvirtio_bt.c22 struct virtio_bluetooth { struct
29 static int virtbt_add_inbuf(struct virtio_bluetooth *vbt) in virtbt_add_inbuf() argument
56 static int virtbt_open_vdev(struct virtio_bluetooth *vbt) in virtbt_open_vdev()
70 static int virtbt_close_vdev(struct virtio_bluetooth *vbt) in virtbt_close_vdev()
95 struct virtio_bluetooth *vbt = hci_get_drvdata(hdev); in virtbt_send_frame()
198 static void virtbt_rx_handle(struct virtio_bluetooth *vbt, struct sk_buff *skb) in virtbt_rx_handle()
221 struct virtio_bluetooth *vbt = container_of(work, in virtbt_rx_work()
222 struct virtio_bluetooth, rx); in virtbt_rx_work()
250 struct virtio_bluetooth *vbt = vq->vdev->priv; in virtbt_rx_done()
265 struct virtio_bluetooth *vbt; in virtbt_probe()
[all …]