Searched refs:oldprocs (Results 1 – 1 of 1) sorted by relevance
239 #define WRAP_PROCESS_INPUT_PROC(device, oldprocs, proc, unwrapproc) \ argument241 oldprocs->processInputProc = \242 oldprocs->realInputProc = device->public.realInputProc; \244 oldprocs->unwrapProc = device->unwrapProc; \247 #define COND_WRAP_PROCESS_INPUT_PROC(device, oldprocs, proc, unwrapproc) \ argument250 oldprocs->processInputProc = \251 oldprocs->realInputProc = device->public.realInputProc; \253 oldprocs->unwrapProc = device->unwrapProc; \256 #define UNWRAP_PROCESS_INPUT_PROC(device, oldprocs) \ argument257 device->public.processInputProc = oldprocs->processInputProc; \[all …]