Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/device-drivers/pci/tpci_user/
Dtpci.c38 static const char module_name[] = PCI_DEVICE_NAME ".ko";
39 static const char dev_result[] = "/sys/devices/" PCI_DEVICE_NAME "/result";
40 static const char dev_tcase[] = "/sys/devices/" PCI_DEVICE_NAME "/tcase";
41 static const char dev_busslot[] = "/sys/devices/" PCI_DEVICE_NAME "/bus_slot";
/external/ltp/testcases/kernel/device-drivers/pci/tpci_kernel/
Dltp_tpci.c54 pr_err(PCI_DEVICE_NAME ": " fmt "\n", ##__VA_ARGS__)
56 pr_info(PCI_DEVICE_NAME ": " fmt "\n", ##__VA_ARGS__)
58 pr_debug(PCI_DEVICE_NAME ": " fmt "\n", ##__VA_ARGS__)
659 .init_name = PCI_DEVICE_NAME,
Dtpci.h20 #define PCI_DEVICE_NAME "ltp_tpci" macro