Searched refs:ctc_dbf_setup (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/net/
H A Dctcdbug.c32 debug_info_t *ctc_dbf_setup = NULL; variable
41 if (ctc_dbf_setup)
42 debug_unregister(ctc_dbf_setup);
51 ctc_dbf_setup = debug_register(CTC_DBF_SETUP_NAME,
64 if ((ctc_dbf_setup == NULL) || (ctc_dbf_data == NULL) ||
69 debug_register_view(ctc_dbf_setup, &debug_hex_ascii_view);
70 debug_set_level(ctc_dbf_setup, CTC_DBF_SETUP_LEVEL);
H A Dctcdbug.h63 extern debug_info_t *ctc_dbf_setup;

Completed in 33 milliseconds