Searched refs:qeth_dbf_data (Results 1 – 1 of 1) sorted by relevance
197 static debug_info_t *qeth_dbf_data=NULL; variable11016 if (qeth_dbf_data) in qeth_unregister_dbf_views()11017 debug_unregister(qeth_dbf_data); in qeth_unregister_dbf_views()11142 qeth_dbf_data=debug_register(QETH_DBF_DATA_NAME, in init_module()11146 if (!qeth_dbf_data) goto oom; in init_module()11148 debug_register_view(qeth_dbf_data,&debug_hex_ascii_view); in init_module()11149 debug_set_level(qeth_dbf_data,QETH_DBF_DATA_LEVEL); in init_module()