Searched refs:debug_sprintf_view (Results 1 – 16 of 16) sorted by relevance
/linux-4.4.14/arch/s390/pci/ |
D | pci_debug.c | 158 debug_register_view(pci_debug_msg_id, &debug_sprintf_view); in zpci_debug_init()
|
/linux-4.4.14/drivers/s390/char/ |
D | sclp_sdias.c | 259 debug_register_view(sdias_dbf, &debug_sprintf_view); in sclp_sdias_init()
|
D | zcore.c | 648 debug_register_view(zcore_dbf, &debug_sprintf_view); in zcore_init()
|
D | tape_34xx.c | 1203 debug_register_view(TAPE_DBF_AREA, &debug_sprintf_view); in tape_34xx_init()
|
D | vmur.c | 1024 rc = debug_register_view(vmur_dbf, &debug_sprintf_view); in ur_init()
|
D | tape_core.c | 1329 debug_register_view(TAPE_DBF_AREA, &debug_sprintf_view); in tape_init()
|
D | tape_3590.c | 1671 debug_register_view(TAPE_DBF_AREA, &debug_sprintf_view); in tape_3590_init()
|
/linux-4.4.14/arch/s390/include/asm/ |
D | debug.h | 84 extern struct debug_view debug_sprintf_view;
|
/linux-4.4.14/drivers/s390/cio/ |
D | cio.c | 64 debug_register_view(cio_debug_msg_id, &debug_sprintf_view); in cio_debug_init() 74 debug_register_view(cio_debug_crw_id, &debug_sprintf_view); in cio_debug_init()
|
D | chsc_sch.c | 179 debug_register_view(chsc_debug_msg_id, &debug_sprintf_view); in chsc_init_dbfs()
|
/linux-4.4.14/arch/s390/kernel/ |
D | debug.c | 152 struct debug_view debug_sprintf_view = { variable 160 EXPORT_SYMBOL(debug_sprintf_view);
|
D | perf_cpum_sf.c | 1617 debug_register_view(sfdbg, &debug_sprintf_view); in init_cpum_sampling_pmu()
|
/linux-4.4.14/Documentation/s390/ |
D | s390dbf.txt | 327 extern struct debug_view debug_sprintf_view; 381 debug_register_view(debug_info,&debug_sprintf_view);
|
/linux-4.4.14/arch/s390/kvm/ |
D | kvm-s390.c | 192 if (debug_register_view(kvm_s390_dbf, &debug_sprintf_view)) { in kvm_arch_init() 1155 debug_register_view(kvm->arch.dbf, &debug_sprintf_view); in kvm_arch_init_vm()
|
/linux-4.4.14/drivers/s390/block/ |
D | dasd.c | 274 debug_register_view(device->debug_area, &debug_sprintf_view); in dasd_state_known_to_basic() 3885 debug_register_view(dasd_debug_area, &debug_sprintf_view); in dasd_init()
|
/linux-4.4.14/drivers/s390/net/ |
D | qeth_core_main.c | 39 &debug_sprintf_view, NULL},
|