/tools/testing/nvdimm/test/ |
D | iomap.c | 76 void __iomem *__wrap_devm_ioremap_nocache(struct device *dev, in __wrap_devm_ioremap_nocache() 88 void *__wrap_devm_memremap(struct device *dev, resource_size_t offset, in __wrap_devm_memremap() 126 void *__wrap_devm_memremap_pages(struct device *dev, struct dev_pagemap *pgmap) in __wrap_devm_memremap_pages() 180 void __wrap_devm_memunmap(struct device *dev, void *addr) in __wrap_devm_memunmap() 225 static void nfit_devres_release(struct device *dev, void *data) in nfit_devres_release() 233 static int match(struct device *dev, void *__res, void *match_data) in match() 241 static bool nfit_test_release_region(struct device *dev, in nfit_test_release_region() 278 static struct resource *nfit_test_request_region(struct device *dev, in nfit_test_request_region() 371 struct resource *__wrap___devm_request_region(struct device *dev, in __wrap___devm_request_region() 389 void __wrap___devm_release_region(struct device *dev, struct resource *parent, in __wrap___devm_release_region()
|
D | nfit.c | 223 static struct nfit_test *to_nfit_test(struct device *dev) in to_nfit_test() 234 struct device *dev = &t->pdev.dev; in nd_intel_test_get_fw_info() local 260 struct device *dev = &t->pdev.dev; in nd_intel_test_start_update() local 290 struct device *dev = &t->pdev.dev; in nd_intel_test_send_data() local 341 struct device *dev = &t->pdev.dev; in nd_intel_test_finish_fw() local 392 struct device *dev = &t->pdev.dev; in nd_intel_test_finish_query() local 635 static int is_region_device(struct device *dev) in is_region_device() 640 static int nfit_test_search_region_spa(struct device *dev, void *data) in nfit_test_search_region_spa() 904 struct device *dev = &t->pdev.dev; in nd_intel_test_cmd_set_lss_status() local 944 struct device *dev = &t->pdev.dev; in nd_intel_test_cmd_security_status() local [all …]
|
/tools/lib/traceevent/plugins/ |
D | plugin_jbd2.c | 30 #define MAJOR(dev) ((unsigned int) ((dev) >> MINORBITS)) argument 31 #define MINOR(dev) ((unsigned int) ((dev) & MINORMASK)) argument 36 unsigned int dev = args[0]; in process_jbd2_dev_to_name() local
|
/tools/usb/usbip/libsrc/ |
D | usbip_device_driver.c | 24 #define copy_descr_attr16(dev, descr, attr) \ argument 27 #define copy_descr_attr(dev, descr, attr) \ argument 63 int read_usb_vudc_device(struct udev_device *sdev, struct usbip_usb_device *dev) in read_usb_vudc_device() 124 static int is_my_device(struct udev_device *dev) in is_my_device()
|
D | usbip_common.c | 141 int read_attr_value(struct udev_device *dev, const char *name, in read_attr_value() 179 int read_attr_speed(struct udev_device *dev) in read_attr_speed() 199 #define READ_ATTR(object, type, dev, name, format) \ argument
|
D | usbip_host_driver.c | 19 static int is_my_device(struct udev_device *dev) in is_my_device()
|
D | usbip_host_common.c | 123 struct udev_device *dev; in refresh_exported_devices() local
|
/tools/virtio/ |
D | virtio_test.c | 61 void vhost_vq_setup(struct vdev_info *dev, struct vq_info *info) in vhost_vq_setup() 91 static void vq_info_add(struct vdev_info *dev, int num) in vq_info_add() 114 static void vdev_info_init(struct vdev_info* dev, unsigned long long features) in vdev_info_init() 143 static void wait_for_interrupt(struct vdev_info *dev) in wait_for_interrupt() 154 static void run_test(struct vdev_info *dev, struct vq_info *vq, in run_test() 263 struct vdev_info dev; in main() local
|
/tools/usb/usbip/src/ |
D | usbip_bind.c | 68 struct udev_device *dev; in unbind_other() local 134 struct udev_device *dev; in bind_device() local
|
D | usbip_list.c | 171 struct udev_device *dev; in list_devices() local 254 struct udev_device *dev; in list_gadget_devices() local
|
D | usbip_unbind.c | 41 struct udev_device *dev; in unbind_device() local
|
/tools/testing/nvdimm/ |
D | dimm_devs.c | 12 ssize_t security_show(struct device *dev, in security_show()
|
/tools/power/cpupower/utils/helpers/ |
D | pci.c | 27 int slot, int func, int vendor, int dev) in pci_acc_init()
|
/tools/testing/selftests/vm/ |
D | mlock2.h | 33 char dev[32]; in seek_to_smaps_entry() local
|
/tools/virtio/linux/ |
D | virtio.h | 12 struct device dev; member
|
D | kernel.h | 127 #define dev_err(dev, format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument 128 #define dev_warn(dev, format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument
|
D | virtio_config.h | 41 #define virtio_has_feature(dev, feature) \ argument
|
/tools/usb/ |
D | testusb.c | 153 struct usb_device_descriptor dev; in testdev_ifnum() local 293 struct testdev *dev = arg; in handle_testdev() local 502 struct testdev dev; in main() local
|
/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/power/pm-graph/ |
D | sleepgraph.py | 1147 def out(self, dev): argument 1149 def debug(self, dev): argument 1151 def altName(self, dev): argument 1447 def usurpTouchingThread(self, name, dev): argument 2273 def slice(self, dev): argument 2416 def __init__(self, test, phase, dev): argument
|
/tools/bpf/bpftool/ |
D | net.c | 159 struct ip_devname_ifindex *dev) in show_dev_tc_bpf()
|
/tools/testing/selftests/net/ |
D | nettest.c | 75 const char *dev; member 1417 char *str, *dev; in convert_addr() local
|
/tools/perf/scripts/python/ |
D | netdev-times.py | 48 dev = 0; # store a name of device specified by option "dev=" variable
|
/tools/testing/selftests/bpf/ |
D | test_offload.py | 212 def bpftool_prog_load(sample, file_name, maps=[], prog_type="xdp", dev=None, argument 237 def ethtool(dev, opt, args, fail=True): argument
|