Searched refs:oldprocs (Results 1 – 1 of 1) sorted by relevance
263 #define WRAP_PROCESS_INPUT_PROC(device, oldprocs, proc, unwrapproc) \ argument265 oldprocs->processInputProc = \266 oldprocs->realInputProc = device->public.realInputProc; \268 oldprocs->unwrapProc = device->unwrapProc; \271 #define COND_WRAP_PROCESS_INPUT_PROC(device, oldprocs, proc, unwrapproc) \ argument274 oldprocs->processInputProc = \275 oldprocs->realInputProc = device->public.realInputProc; \277 oldprocs->unwrapProc = device->unwrapProc; \280 #define UNWRAP_PROCESS_INPUT_PROC(device, oldprocs, backupproc) \ argument283 device->public.processInputProc = oldprocs->realInputProc; \[all …]