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

/linux-4.1.27/drivers/isdn/hardware/eicon/
H A Dmaintidi.c156 pLib->user_proc_table.user_context = user_proc->user_context; DivaSTraceLibraryCreateInstance()
157 pLib->user_proc_table.notify_proc = user_proc->notify_proc; DivaSTraceLibraryCreateInstance()
158 pLib->user_proc_table.trace_proc = user_proc->trace_proc; DivaSTraceLibraryCreateInstance()
159 pLib->user_proc_table.error_notify_proc = user_proc->error_notify_proc; DivaSTraceLibraryCreateInstance()
380 if (pLib->user_proc_table.trace_proc) { SuperTraceMessageInput()
381 (*(pLib->user_proc_table.trace_proc))(pLib->user_proc_table.user_context, SuperTraceMessageInput()
415 if (pLib->user_proc_table.trace_proc) { SuperTraceMessageInput()
416 (*(pLib->user_proc_table.trace_proc))(pLib->user_proc_table.user_context, SuperTraceMessageInput()
1855 if (pLib->user_proc_table.error_notify_proc) { diva_trace_error()
1856 (*(pLib->user_proc_table.error_notify_proc))(\ diva_trace_error()
1857 pLib->user_proc_table.user_context, diva_trace_error()
1869 if (pLib->user_proc_table.notify_proc) { diva_trace_notify_user()
1870 (*(pLib->user_proc_table.notify_proc))(pLib->user_proc_table.user_context, diva_trace_notify_user()
H A Dmaintidi.h117 diva_trace_library_user_interface_t user_proc_table; member in struct:_diva_strace_context

Completed in 264 milliseconds