Searched refs:pci_debug_msg_id (Results 1 – 3 of 3) sorted by relevance
| /arch/s390/pci/ |
| A D | pci_debug.c | 22 debug_info_t *pci_debug_msg_id; variable 23 EXPORT_SYMBOL_GPL(pci_debug_msg_id); 200 pci_debug_msg_id = debug_register("pci_msg", 8, 1, 8 * sizeof(long)); in zpci_debug_init() 201 if (!pci_debug_msg_id) in zpci_debug_init() 203 debug_register_view(pci_debug_msg_id, &debug_sprintf_view); in zpci_debug_init() 204 debug_set_level(pci_debug_msg_id, 3); in zpci_debug_init() 219 debug_unregister(pci_debug_msg_id); in zpci_debug_exit()
|
| A D | pci_report.c | 137 ret = debug_dump(pci_debug_msg_id, &debug_log_view, buf, end - buf, true); in zpci_report_status()
|
| /arch/s390/include/asm/ |
| 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)
|
Completed in 5 milliseconds