Home
last modified time | relevance | path

Searched refs:debug_hex_ascii_view (Results 1 – 17 of 17) sorted by relevance

/Linux-v4.19/drivers/s390/cio/
Dqdio_debug.c93 &debug_hex_ascii_view)) { in qdio_allocate_dbf()
355 debug_register_view(qdio_dbf_setup, &debug_hex_ascii_view); in qdio_debug_init()
360 debug_register_view(qdio_dbf_error, &debug_hex_ascii_view); in qdio_debug_init()
Deadm_sch.c388 debug_register_view(eadm_debug, &debug_hex_ascii_view); in eadm_sch_init()
Dcio.c70 debug_register_view(cio_debug_trace_id, &debug_hex_ascii_view); in cio_debug_init()
Dchsc_sch.c180 debug_register_view(chsc_debug_log_id, &debug_hex_ascii_view); in chsc_init_dbfs()
/Linux-v4.19/drivers/s390/net/
Dctcm_dbug.c57 debug_register_view(ctcm_dbf[x].id, &debug_hex_ascii_view); in ctcm_register_dbf_views()
Dnetiucv.c498 debug_register_view(iucv_dbf_setup, &debug_hex_ascii_view); in iucv_register_dbf_views()
501 debug_register_view(iucv_dbf_data, &debug_hex_ascii_view); in iucv_register_dbf_views()
504 debug_register_view(iucv_dbf_trace, &debug_hex_ascii_view); in iucv_register_dbf_views()
Dism_drv.c608 debug_register_view(ism_debug_info, &debug_hex_ascii_view); in ism_init()
Dlcs.c92 debug_register_view(lcs_dbf_setup, &debug_hex_ascii_view); in lcs_register_debug_facility()
94 debug_register_view(lcs_dbf_trace, &debug_hex_ascii_view); in lcs_register_debug_facility()
Dqeth_core_main.c48 8, 1, 8, 5, &debug_hex_ascii_view, NULL},
52 8, 1, QETH_DBF_CTRL_LEN, 5, &debug_hex_ascii_view, NULL},
5647 if (debug_register_view(card->debug, &debug_hex_ascii_view)) in qeth_add_dbf_entry()
/Linux-v4.19/arch/s390/kernel/
Dlgr.c181 debug_register_view(lgr_dbf, &debug_hex_ascii_view); in lgr_init()
Ddebug.c114 struct debug_view debug_hex_ascii_view = { variable
122 EXPORT_SYMBOL(debug_hex_ascii_view);
/Linux-v4.19/arch/s390/pci/
Dpci_debug.c205 debug_register_view(pci_debug_err_id, &debug_hex_ascii_view); in zpci_debug_init()
/Linux-v4.19/drivers/s390/char/
Dvmcp.c263 ret = debug_register_view(vmcp_debug, &debug_hex_ascii_view); in vmcp_init()
/Linux-v4.19/arch/s390/include/asm/
Ddebug.h84 extern struct debug_view debug_hex_ascii_view;
/Linux-v4.19/drivers/s390/block/
Dscm_blk.c565 debug_register_view(scm_debug, &debug_hex_ascii_view); in scm_blk_init()
/Linux-v4.19/Documentation/s390/
Ds390dbf.txt325 extern struct debug_view debug_hex_ascii_view;
346 debug_register_view(debug_info,&debug_hex_ascii_view);
/Linux-v4.19/drivers/s390/scsi/
Dzfcp_dbf.c731 debug_register_view(d, &debug_hex_ascii_view); in zfcp_dbf_reg()