Searched refs:CmdBlk (Results 1 - 14 of 14) 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.h41 struct CmdBlk { struct
42 struct CmdBlk *NextP; /* Pointer to next command block */
45 int (*PreFuncP) (unsigned long, struct CmdBlk *);
48 int (*PostFuncP) (unsigned long, struct CmdBlk *);
H A Dunixrup.h41 struct CmdBlk *CmdsWaitingP; /* Commands waiting to be done */
42 struct CmdBlk *CmdPendingP; /* The command currently being sent */
H A Dfunc.h56 struct CmdBlk *RIOGetCmdBlk(void);
57 void RIOFreeCmdBlk(struct CmdBlk *);
58 int RIOQueueCmdBlk(struct Host *, unsigned int, struct CmdBlk *);
60 int RIOWFlushMark(unsigned long, struct CmdBlk *);
61 int RIORFlushEnable(unsigned long, struct CmdBlk *);
62 int RIOUnUse(unsigned long, struct CmdBlk *);
H A Driocmd.c81 struct CmdBlk *CmdBlkP;
111 struct CmdBlk *CmdBlkP;
211 struct CmdBlk *CmdBlkP;
250 struct CmdBlk *CmdBlkP;
309 struct CmdBlk *CmdBlkP;
553 struct CmdBlk *RIOGetCmdBlk(void)
555 struct CmdBlk *CmdBlkP;
557 CmdBlkP = kzalloc(sizeof(struct CmdBlk), GFP_ATOMIC);
564 void RIOFreeCmdBlk(struct CmdBlk *CmdBlkP)
573 int RIOQueueCmdBlk(struct Host *HostP, uint Rup, struct CmdBlk *CmdBlk
[all...]
H A Drioctrl.c206 struct CmdBlk *CmdBlkP;
1392 struct CmdBlk *CmdBlkP;
H A Drioboot.c603 struct CmdBlk *CmdBlkP;
H A Drioroute.c88 struct CmdBlk *CmdBlkP;
/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.h41 struct CmdBlk { struct
42 struct CmdBlk *NextP; /* Pointer to next command block */
45 int (*PreFuncP) (unsigned long, struct CmdBlk *);
48 int (*PostFuncP) (unsigned long, struct CmdBlk *);
H A Dunixrup.h41 struct CmdBlk *CmdsWaitingP; /* Commands waiting to be done */
42 struct CmdBlk *CmdPendingP; /* The command currently being sent */
H A Dfunc.h56 struct CmdBlk *RIOGetCmdBlk(void);
57 void RIOFreeCmdBlk(struct CmdBlk *);
58 int RIOQueueCmdBlk(struct Host *, unsigned int, struct CmdBlk *);
60 int RIOWFlushMark(unsigned long, struct CmdBlk *);
61 int RIORFlushEnable(unsigned long, struct CmdBlk *);
62 int RIOUnUse(unsigned long, struct CmdBlk *);
H A Driocmd.c81 struct CmdBlk *CmdBlkP;
111 struct CmdBlk *CmdBlkP;
211 struct CmdBlk *CmdBlkP;
250 struct CmdBlk *CmdBlkP;
309 struct CmdBlk *CmdBlkP;
553 struct CmdBlk *RIOGetCmdBlk(void)
555 struct CmdBlk *CmdBlkP;
557 CmdBlkP = kzalloc(sizeof(struct CmdBlk), GFP_ATOMIC);
564 void RIOFreeCmdBlk(struct CmdBlk *CmdBlkP)
573 int RIOQueueCmdBlk(struct Host *HostP, uint Rup, struct CmdBlk *CmdBlk
[all...]
H A Drioctrl.c206 struct CmdBlk *CmdBlkP;
1392 struct CmdBlk *CmdBlkP;
H A Drioboot.c603 struct CmdBlk *CmdBlkP;
H A Drioroute.c88 struct CmdBlk *CmdBlkP;

Completed in 85 milliseconds