Home
last modified time | relevance | path

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

/openbmc/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 Dkcapi.c59 struct capi20_appl *capi_applications[CAPI_MAXAPPL];
89 static inline struct capi20_appl *__get_capi_appl_by_nr(u16 applid) in __get_capi_appl_by_nr()
99 static inline struct capi20_appl *get_capi_appl_by_nr(u16 applid) in get_capi_appl_by_nr()
169 struct capi20_appl *ap; in notify_up()
199 struct capi20_appl *ap; in ctr_down()
274 struct capi20_appl *ap = in recv_handler()
275 container_of(work, struct capi20_appl, recv_work); in recv_handler()
304 struct capi20_appl *ap; in capi_ctr_handle_message()
551 u16 capi20_register(struct capi20_appl *ap) in capi20_register()
610 u16 capi20_release(struct capi20_appl *ap) in capi20_release()
[all …]
H A Dcapi.c86 struct capi20_appl *ap;
119 struct capi20_appl ap;
210 static struct capiminor *capiminor_alloc(struct capi20_appl *ap, u32 ncci) in capiminor_alloc()
572 static void capi_recv_message(struct capi20_appl *ap, struct sk_buff *skb) in capi_recv_message()