Searched refs:PostFuncP (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/rio/
H A Dcmdblk.h48 int (*PostFuncP) (unsigned long, struct CmdBlk *); member in struct:CmdBlk
H A Driocmd.c746 if (CmdBlkP->PostFuncP) {
748 (*CmdBlkP->PostFuncP) (CmdBlkP->PostArg, CmdBlkP);
912 ** int (*PostFuncP)(); ** The func to call when completed **
928 ** The PostFuncP is called when the command has completed. It is called
929 ** as (*PostFuncP)(PostArg, CmdBlkP, txcontrol);. PostFuncP is not expected
930 ** to return a value. PostFuncP does NOT need to free the command block,
931 ** as this happens automatically after PostFuncP returns.
H A Drioctrl.c1424 CmdBlkP->PostFuncP = RIOUnUse;
1459 CmdBlkP->PostFuncP = RIORFlushEnable;
1493 CmdBlkP->PostFuncP = RIOWFlushMark;
H A Drioboot.c639 CmdBlkP->PreFuncP = CmdBlkP->PostFuncP = NULL;
H A Drioroute.c299 CmdBlkP->PreFuncP = CmdBlkP->PostFuncP = NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/rio/
H A Dcmdblk.h48 int (*PostFuncP) (unsigned long, struct CmdBlk *); member in struct:CmdBlk
H A Driocmd.c746 if (CmdBlkP->PostFuncP) {
748 (*CmdBlkP->PostFuncP) (CmdBlkP->PostArg, CmdBlkP);
912 ** int (*PostFuncP)(); ** The func to call when completed **
928 ** The PostFuncP is called when the command has completed. It is called
929 ** as (*PostFuncP)(PostArg, CmdBlkP, txcontrol);. PostFuncP is not expected
930 ** to return a value. PostFuncP does NOT need to free the command block,
931 ** as this happens automatically after PostFuncP returns.
H A Drioctrl.c1424 CmdBlkP->PostFuncP = RIOUnUse;
1459 CmdBlkP->PostFuncP = RIORFlushEnable;
1493 CmdBlkP->PostFuncP = RIOWFlushMark;
H A Drioboot.c639 CmdBlkP->PreFuncP = CmdBlkP->PostFuncP = NULL;
H A Drioroute.c299 CmdBlkP->PreFuncP = CmdBlkP->PostFuncP = NULL;

Completed in 73 milliseconds