Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dpcitest.h16 #define PCITEST_WRITE _IOW('P', 0x4, unsigned long) macro
/Linux-v4.19/Documentation/misc-devices/
Dpci-endpoint-test.txt34 PCITEST_WRITE: Perform write tests. The size of the buffer should be passed
/Linux-v4.19/tools/pci/
Dpcitest.c119 ret = ioctl(fd, PCITEST_WRITE, test->size); in run_test()
/Linux-v4.19/drivers/misc/
Dpci_endpoint_test.c607 case PCITEST_WRITE: in pci_endpoint_test_ioctl()