Home
last modified time | relevance | path

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

/drivers/isdn/hysdn/
Dhysdn_proclog.c71 struct procdata *pd = card->proclog; in hysdn_addlog()
104 struct procdata *pd = card->proclog; in put_log_buffer()
195 pd = card->proclog; in hysdn_log_read()
233 pd = card->proclog; in hysdn_log_open()
294 pd = card->proclog; in hysdn_log_close()
300 pd = card->proclog; /* pointer to procfs log */ in hysdn_log_close()
340 pd = card->proclog; in hysdn_log_poll()
390 card->proclog = (void *) pd; /* remember procfs structure */ in hysdn_proclog_init()
405 if ((pd = (struct procdata *) card->proclog) != NULL) { in hysdn_proclog_release()
409 card->proclog = NULL; in hysdn_proclog_release()
Dhysdn_defs.h158 void *proclog; /* pointer to proclog filesystem specific data */ member