Searched defs:virtio_has_feature (Results 1 – 4 of 4) sorted by relevance
46 #define virtio_has_feature(dev, feature) \ macro
489 static inline bool virtio_has_feature(struct udevice *vdev, unsigned int fbit) in virtio_has_feature() function
187 static inline bool virtio_has_feature(const struct virtio_device *vdev, in virtio_has_feature() function
443 static inline bool virtio_has_feature(uint64_t features, unsigned int fbit) in virtio_has_feature() function