Home
last modified time | relevance | path

Searched refs:PCITEST_COPY (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dpcitest.h18 #define PCITEST_COPY _IOW('P', 0x6, unsigned long) macro
/Linux-v4.19/Documentation/misc-devices/
Dpci-endpoint-test.txt38 PCITEST_COPY: Perform read tests. The size of the buffer should be passed
/Linux-v4.19/tools/pci/
Dpcitest.c137 ret = ioctl(fd, PCITEST_COPY, test->size); in run_test()
/Linux-v4.19/drivers/misc/
Dpci_endpoint_test.c613 case PCITEST_COPY: in pci_endpoint_test_ioctl()