Home
last modified time | relevance | path

Searched defs:dev (Results 1 – 6 of 6) sorted by relevance

/tools/virtio/
Dvirtio_test.c54 void vhost_vq_setup(struct vdev_info *dev, struct vq_info *info) in vhost_vq_setup()
84 static void vq_info_add(struct vdev_info *dev, int num) in vq_info_add()
106 static void vdev_info_init(struct vdev_info* dev, unsigned long long features) in vdev_info_init()
136 static void wait_for_interrupt(struct vdev_info *dev) in wait_for_interrupt()
147 static void run_test(struct vdev_info *dev, struct vq_info *vq, int bufs) in run_test()
232 struct vdev_info dev; in main() local
/tools/lguest/
Dlguest.c108 struct device *dev; member
146 struct device *dev; member
247 static u8 *get_feature_bits(struct device *dev) in get_feature_bits()
988 static void reset_device(struct device *dev) in reset_device()
1055 static void start_device(struct device *dev) in start_device()
1077 struct device *dev; in cleanup_devices() local
1088 static void update_device_status(struct device *dev) in update_device_status()
1159 static u8 *device_config(const struct device *dev) in device_config()
1195 static void add_virtqueue(struct device *dev, unsigned int num_descs, in add_virtqueue()
1252 static void add_feature(struct device *dev, unsigned bit) in add_feature()
[all …]
/tools/power/cpupower/utils/helpers/
Dpci.c26 int slot, int func, int vendor, int dev) in pci_acc_init()
/tools/virtio/linux/
Dvirtio.h123 #define dev_err(dev, format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument
124 #define dev_warn(dev, format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument
150 #define virtio_has_feature(dev, feature) \ argument
155 void *dev; member
/tools/usb/
Dtestusb.c166 struct usb_device_descriptor dev; in testdev_ifnum() local
310 struct testdev *dev = arg; in handle_testdev() local
523 struct testdev dev; in main() local
/tools/perf/scripts/python/
Dnetdev-times.py44 dev = 0; # store a name of device specified by option "dev=" variable