Home
last modified time | relevance | path

Searched refs:debug_file (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/wan/
Dcomx.c164 ch->debug_file->size = (ch->debug_end - ch->debug_start + in comx_debug()
786 struct proc_dir_entry *new_dir, *debug_file; in comx_mkdir() local
820 if ((debug_file = create_proc_entry(FILENAME_DEBUG, in comx_mkdir()
824 debug_file->data = (void *)debug_file; in comx_mkdir()
825 debug_file->read_proc = NULL; // see below in comx_mkdir()
826 debug_file->write_proc = &comx_write_proc; in comx_mkdir()
827 debug_file->nlink = 1; in comx_mkdir()
841 ch->debug_file = debug_file; in comx_mkdir()
Dcomx.h79 struct proc_dir_entry *debug_file; member