Home
last modified time | relevance | path

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

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