Home
last modified time | relevance | path

Searched refs:testdev (Results 1 – 3 of 3) sorted by relevance

/linux/tools/usb/
H A Dtestusb.c121 struct testdev { struct
122 struct testdev *next; argument
132 static struct testdev *testdevs; argument
243 struct testdev *entry; in find_testdev()
293 struct testdev *dev = arg; in handle_testdev()
375 struct testdev *entry; in main()
510 struct testdev dev; in main()
/linux/samples/rust/
H A Drust_driver_pci.rs3 //! Rust PCI driver sample (based on QEMU's `pci-testdev`).
5 //! To make this driver probe, QEMU must be run with `-device pci-testdev`.
86 fn testdev(index: &TestIndex, bar: &Bar0<'_>) -> Result<u32> { in config_space()
121 "pci-testdev config space read8 rev ID: {:x}\n", in probe()
127 "pci-testdev config space read16 vendor ID: {:x}\n", in probe()
133 "pci-testdev config space read32 BAR 0: {:x}\n", in unbind()
164 "pci-testdev data-match count: {}\n",
165 SampleDriverData::testdev(info, &bar)?
55 fn testdev(index: &TestIndex, bar: &Bar0) -> Result<u32> { testdev() method
/linux/tools/cgroup/
H A Diocost_coef_gen.py126 if args.testdev:
127 devname = os.path.basename(args.testdev)