Searched refs:debug_hex_ascii_view (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/drivers/s390/cio/ |
D | qdio_debug.c | 92 &debug_hex_ascii_view)) { in qdio_allocate_dbf() 354 debug_register_view(qdio_dbf_setup, &debug_hex_ascii_view); in qdio_debug_init() 359 debug_register_view(qdio_dbf_error, &debug_hex_ascii_view); in qdio_debug_init()
|
D | eadm_sch.c | 394 debug_register_view(eadm_debug, &debug_hex_ascii_view); in eadm_sch_init()
|
D | cio.c | 69 debug_register_view(cio_debug_trace_id, &debug_hex_ascii_view); in cio_debug_init()
|
D | chsc_sch.c | 184 debug_register_view(chsc_debug_log_id, &debug_hex_ascii_view); in chsc_init_dbfs()
|
/linux-4.4.14/drivers/s390/net/ |
D | ctcm_dbug.c | 56 debug_register_view(ctcm_dbf[x].id, &debug_hex_ascii_view); in ctcm_register_dbf_views()
|
D | netiucv.c | 513 debug_register_view(iucv_dbf_setup, &debug_hex_ascii_view); in iucv_register_dbf_views() 516 debug_register_view(iucv_dbf_data, &debug_hex_ascii_view); in iucv_register_dbf_views() 519 debug_register_view(iucv_dbf_trace, &debug_hex_ascii_view); in iucv_register_dbf_views()
|
D | lcs.c | 105 debug_register_view(lcs_dbf_setup, &debug_hex_ascii_view); in lcs_register_debug_facility() 107 debug_register_view(lcs_dbf_trace, &debug_hex_ascii_view); in lcs_register_debug_facility()
|
D | qeth_core_main.c | 37 8, 1, 8, 5, &debug_hex_ascii_view, NULL}, 41 8, 1, QETH_DBF_CTRL_LEN, 5, &debug_hex_ascii_view, NULL}, 5497 if (debug_register_view(card->debug, &debug_hex_ascii_view)) in qeth_add_dbf_entry()
|
/linux-4.4.14/arch/s390/kernel/ |
D | lgr.c | 180 debug_register_view(lgr_dbf, &debug_hex_ascii_view); in lgr_init()
|
D | debug.c | 115 struct debug_view debug_hex_ascii_view = { variable 123 EXPORT_SYMBOL(debug_hex_ascii_view);
|
/linux-4.4.14/arch/s390/pci/ |
D | pci_debug.c | 165 debug_register_view(pci_debug_err_id, &debug_hex_ascii_view); in zpci_debug_init()
|
/linux-4.4.14/drivers/s390/char/ |
D | vmcp.c | 202 ret = debug_register_view(vmcp_debug, &debug_hex_ascii_view); in vmcp_init()
|
/linux-4.4.14/arch/s390/include/asm/ |
D | debug.h | 82 extern struct debug_view debug_hex_ascii_view;
|
/linux-4.4.14/drivers/s390/crypto/ |
D | zcrypt_api.c | 1418 debug_register_view(zcrypt_dbf_common, &debug_hex_ascii_view); in zcrypt_debug_init() 1422 debug_register_view(zcrypt_dbf_devices, &debug_hex_ascii_view); in zcrypt_debug_init()
|
/linux-4.4.14/drivers/s390/block/ |
D | scm_blk.c | 594 debug_register_view(scm_debug, &debug_hex_ascii_view); in scm_blk_init()
|
/linux-4.4.14/drivers/s390/scsi/ |
D | zfcp_dbf.c | 457 debug_register_view(d, &debug_hex_ascii_view); in zfcp_dbf_reg()
|
/linux-4.4.14/Documentation/s390/ |
D | s390dbf.txt | 325 extern struct debug_view debug_hex_ascii_view; 346 debug_register_view(debug_info,&debug_hex_ascii_view);
|