Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hysdn/
Dhysdn_proclog.c70 struct procdata *pd = card->proclog; in hysdn_addlog()
103 struct procdata *pd = card->proclog; in put_log_buffer()
177 struct procdata *pd = card->proclog; in hysdn_log_read()
211 struct procdata *pd = card->proclog; in hysdn_log_open()
258 pd = card->proclog; /* pointer to procfs log */ in hysdn_log_close()
289 struct procdata *pd = card->proclog; in hysdn_log_poll()
336 card->proclog = (void *) pd; /* remember procfs structure */ in hysdn_proclog_init()
351 if ((pd = (struct procdata *) card->proclog) != NULL) { in hysdn_proclog_release()
355 card->proclog = NULL; in hysdn_proclog_release()
Dhysdn_defs.h158 void *proclog; /* pointer to proclog filesystem specific data */ member