Searched refs:capi20_appl (Results 1 – 3 of 3) sorted by relevance
36 extern struct capi20_appl *capi_applications[CAPI_MAXAPPL];41 struct capi20_appl { struct44 void (*recv_message)(struct capi20_appl *ap, struct sk_buff *skb); argument59 u16 capi20_register(struct capi20_appl *ap); argument60 u16 capi20_release(struct capi20_appl *ap);61 u16 capi20_put_message(struct capi20_appl *ap, struct sk_buff *skb);
147 struct capi20_appl *ap = *(struct capi20_appl **) v; in applications_show()164 struct capi20_appl *ap = *(struct capi20_appl **) v; in applstats_show()
88 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()