| /tools/lib/traceevent/ |
| D | plugin_jbd2.c | 29 #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/ |
| D | virtio_test.c | 60 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/ |
| D | iomap.c | 68 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()
|
| D | nfit_test.h | 19 struct device *dev; member
|
| D | nfit.c | 157 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/ |
| D | usbip_bind.c | 80 struct udev_device *dev; in unbind_other() local 146 struct udev_device *dev; in bind_device() local
|
| D | usbip_unbind.c | 53 struct udev_device *dev; in unbind_device() local
|
| D | usbip_list.c | 174 struct udev_device *dev; in list_devices() local
|
| /tools/power/cpupower/utils/helpers/ |
| D | pci.c | 26 int slot, int func, int vendor, int dev) in pci_acc_init()
|
| /tools/usb/usbip/libsrc/ |
| D | usbip_common.c | 117 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
|
| D | usbip_host_driver.c | 126 struct udev_device *dev; in refresh_exported_devices() local
|
| /tools/virtio/linux/ |
| D | virtio.h | 7 void *dev; member
|
| D | kernel.h | 104 #define dev_err(dev, format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument 105 #define dev_warn(dev, format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument
|
| D | virtio_config.h | 40 #define virtio_has_feature(dev, feature) \ argument
|
| /tools/usb/ffs-aio-example/multibuff/host_app/ |
| D | test.c | 83 libusb_device *dev = list[i]; in test_init() local
|
| /tools/usb/ffs-aio-example/simple/host_app/ |
| D | test.c | 83 libusb_device *dev = list[i]; in test_init() local
|
| /tools/usb/ |
| D | testusb.c | 166 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/ |
| D | lguest.c | 206 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/ |
| D | mlock2-tests.c | 149 char dev[32]; in seek_to_smaps_entry() local
|
| /tools/perf/scripts/python/ |
| D | netdev-times.py | 44 dev = 0; # store a name of device specified by option "dev=" variable
|