Home
last modified time | relevance | path

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

/tools/lib/traceevent/
Dplugin_jbd2.c29 #define MAJOR(dev) ((unsigned int) ((dev) >> MINORBITS)) argument
30 #define MINOR(dev) ((unsigned int) ((dev) & MINORMASK)) argument
35 unsigned int dev = args[0]; in process_jbd2_dev_to_name() local
/tools/virtio/
Dvirtio_test.c60 void vhost_vq_setup(struct vdev_info *dev, struct vq_info *info) in vhost_vq_setup()
90 static void vq_info_add(struct vdev_info *dev, int num) in vq_info_add()
113 static void vdev_info_init(struct vdev_info* dev, unsigned long long features) in vdev_info_init()
142 static void wait_for_interrupt(struct vdev_info *dev) in wait_for_interrupt()
153 static void run_test(struct vdev_info *dev, struct vq_info *vq, in run_test()
262 struct vdev_info dev; in main() local
/tools/testing/nvdimm/test/
Diomap.c68 void __iomem *__wrap_devm_ioremap_nocache(struct device *dev, in __wrap_devm_ioremap_nocache()
83 void *__wrap_devm_memremap(struct device *dev, resource_size_t offset, in __wrap_devm_memremap()
111 void __wrap_devm_memunmap(struct device *dev, void *addr) in __wrap_devm_memunmap()
162 static struct resource *nfit_test_request_region(struct device *dev, in nfit_test_request_region()
205 struct resource *__wrap___devm_request_region(struct device *dev, in __wrap___devm_request_region()
Dnfit_test.h19 struct device *dev; member
Dnfit.c157 static struct nfit_test *to_nfit_test(struct device *dev) in to_nfit_test()
340 struct device *dev = &t->pdev.dev; in __test_alloc() local
385 struct device *dev = &t->pdev.dev; in test_alloc_coherent() local
1167 struct device *dev = &pdev->dev; in nfit_test_probe() local
1273 static void nfit_test_release(struct device *dev) in nfit_test_release()
/tools/usb/usbip/src/
Dusbip_bind.c80 struct udev_device *dev; in unbind_other() local
146 struct udev_device *dev; in bind_device() local
Dusbip_unbind.c53 struct udev_device *dev; in unbind_device() local
Dusbip_list.c174 struct udev_device *dev; in list_devices() local
/tools/power/cpupower/utils/helpers/
Dpci.c26 int slot, int func, int vendor, int dev) in pci_acc_init()
/tools/usb/usbip/libsrc/
Dusbip_common.c117 int read_attr_value(struct udev_device *dev, const char *name, in read_attr_value()
155 int read_attr_speed(struct udev_device *dev) in read_attr_speed()
175 #define READ_ATTR(object, type, dev, name, format) \ argument
Dusbip_host_driver.c126 struct udev_device *dev; in refresh_exported_devices() local
/tools/virtio/linux/
Dvirtio.h7 void *dev; member
Dkernel.h104 #define dev_err(dev, format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument
105 #define dev_warn(dev, format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument
Dvirtio_config.h40 #define virtio_has_feature(dev, feature) \ argument
/tools/usb/ffs-aio-example/multibuff/host_app/
Dtest.c83 libusb_device *dev = list[i]; in test_init() local
/tools/usb/ffs-aio-example/simple/host_app/
Dtest.c83 libusb_device *dev = list[i]; in test_init() local
/tools/usb/
Dtestusb.c166 struct usb_device_descriptor dev; in testdev_ifnum() local
300 struct testdev *dev = arg; in handle_testdev() local
515 struct testdev dev; in main() local
/tools/lguest/
Dlguest.c206 struct device *dev; member
1152 static void reset_device(struct device *dev) in reset_device()
2380 static void add_pci_virtqueue(struct device *dev, in add_pci_virtqueue()
2415 static void add_pci_feature(struct device *dev, unsigned bit) in add_pci_feature()
2421 static void no_device_config(struct device *dev) in no_device_config()
2431 static void set_device_config(struct device *dev, const void *conf, size_t len) in set_device_config()
2629 struct device *dev = malloc(sizeof(*dev)); in new_pci_device() local
2657 struct device *dev; in setup_console() local
2840 struct device *dev; in setup_tun_net() local
3035 struct device *dev; in setup_block_file() local
[all …]
/tools/testing/selftests/vm/
Dmlock2-tests.c149 char dev[32]; in seek_to_smaps_entry() local
/tools/perf/scripts/python/
Dnetdev-times.py44 dev = 0; # store a name of device specified by option "dev=" variable