Home
last modified time | relevance | path

Searched refs:capi20_appl (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/isdn/capi/
H A Dkcapi.h36 extern struct capi20_appl *capi_applications[CAPI_MAXAPPL];
41 struct capi20_appl { struct
44 void (*recv_message)(struct capi20_appl *ap, struct sk_buff *skb); argument
59 u16 capi20_register(struct capi20_appl *ap); argument
60 u16 capi20_release(struct capi20_appl *ap);
61 u16 capi20_put_message(struct capi20_appl *ap, struct sk_buff *skb);
H A Dkcapi_proc.c147 struct capi20_appl *ap = *(struct capi20_appl **) v; in applications_show()
164 struct capi20_appl *ap = *(struct capi20_appl **) v; in applstats_show()
H A Dcapi.c88 struct capi20_appl *ap;
121 struct capi20_appl ap;
212 static struct capiminor *capiminor_alloc(struct capi20_appl *ap, u32 ncci) in capiminor_alloc()
568 static void capi_recv_message(struct capi20_appl *ap, struct sk_buff *skb) in capi_recv_message()