Searched refs:pci_debug_msg_id (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/s390/pci/ |
| H A D | pci_debug.c | 21 debug_info_t *pci_debug_msg_id; variable 22 EXPORT_SYMBOL_GPL(pci_debug_msg_id); 199 pci_debug_msg_id = debug_register("pci_msg", 8, 1, 8 * sizeof(long)); in zpci_debug_init() 200 if (!pci_debug_msg_id) in zpci_debug_init() 202 debug_register_view(pci_debug_msg_id, &debug_sprintf_view); in zpci_debug_init() 203 debug_set_level(pci_debug_msg_id, 3); in zpci_debug_init() 218 debug_unregister(pci_debug_msg_id); in zpci_debug_exit()
|
| H A D | pci_report.c | 136 ret = debug_dump(pci_debug_msg_id, &debug_log_view, buf, end - buf, true); in zpci_report_status()
|
| /linux/arch/s390/include/asm/ |
| H A D | pci_debug.h | 7 extern debug_info_t *pci_debug_msg_id; 11 debug_sprintf_event(pci_debug_msg_id, imp, fmt, ##args)
|