Lines Matching refs:tpam_card
63 struct tpam_card *card; /* channel's card */
73 typedef struct tpam_card { struct
74 struct tpam_card *next; /* next card in list */ argument
91 } tpam_card; argument
160 tpam_card *card; /* card issuing the statcallb */
166 extern tpam_card *tpam_findcard(int);
167 extern u32 tpam_findchannel(tpam_card *, u32);
170 extern void copy_to_pam_dword(tpam_card *, const void *, u32);
171 extern void copy_to_pam(tpam_card *, void *, const void *, u32);
172 extern u32 copy_from_pam_dword(tpam_card *, const void *);
173 extern void copy_from_pam(tpam_card *, void *, const void *, u32);
174 extern int copy_from_pam_to_user(tpam_card *, void *, const void *, u32);
175 extern int copy_from_user_to_pam(tpam_card *, void *, const void *, u32);
197 extern void tpam_enqueue(tpam_card *, struct sk_buff *);
200 extern void tpam_recv_tq(tpam_card *);
201 extern void tpam_send_tq(tpam_card *);
206 extern void tpam_recv_ACreateNCOCnf(tpam_card *, struct sk_buff *);
207 extern void tpam_recv_ADestroyNCOCnf(tpam_card *, struct sk_buff *);
208 extern void tpam_recv_CConnectCnf(tpam_card *, struct sk_buff *);
209 extern void tpam_recv_CConnectInd(tpam_card *, struct sk_buff *);
210 extern void tpam_recv_CDisconnectInd(tpam_card *, struct sk_buff *);
211 extern void tpam_recv_CDisconnectCnf(tpam_card *, struct sk_buff *);
212 extern void tpam_recv_U3DataInd(tpam_card *, struct sk_buff *);
213 extern void tpam_recv_U3ReadyToReceiveInd(tpam_card *, struct sk_buff *);