Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/bluetooth/
Dvirtio_bt.c262 type = virtio_cread8(vdev, offsetof(struct virtio_bt_config, type)); in virtbt_probe()
/Linux-v5.15/include/linux/
Dvirtio_config.h464 static inline u8 virtio_cread8(struct virtio_device *vdev, unsigned int offset) in virtio_cread8() function