Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dkernelcapi.h20 struct capi20_appl { struct
23 void (*recv_message)(struct capi20_appl *ap, struct sk_buff *skb); argument
38 u16 capi20_register(struct capi20_appl *ap); argument
39 u16 capi20_release(struct capi20_appl *ap);
40 u16 capi20_put_message(struct capi20_appl *ap, struct sk_buff *skb);
/linux-4.19.296/drivers/isdn/capi/
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()
Dkcapi.c70 struct capi20_appl *capi_applications[CAPI_MAXAPPL];
102 static inline struct capi20_appl *__get_capi_appl_by_nr(u16 applid) in __get_capi_appl_by_nr()
112 static inline struct capi20_appl *get_capi_appl_by_nr(u16 applid) in get_capi_appl_by_nr()
182 struct capi20_appl *ap; in notify_up()
214 struct capi20_appl *ap; in ctr_down()
316 struct capi20_appl *ap = in recv_handler()
317 container_of(work, struct capi20_appl, recv_work); in recv_handler()
346 struct capi20_appl *ap; in capi_ctr_handle_message()
670 u16 capi20_register(struct capi20_appl *ap) in capi20_register()
731 u16 capi20_release(struct capi20_appl *ap) in capi20_release()
[all …]
Dkcapi.h39 extern struct capi20_appl *capi_applications[CAPI_MAXAPPL];
Dcapi.c83 struct capi20_appl *ap;
116 struct capi20_appl ap;
207 static struct capiminor *capiminor_alloc(struct capi20_appl *ap, u32 ncci) in capiminor_alloc()
569 static void capi_recv_message(struct capi20_appl *ap, struct sk_buff *skb) in capi_recv_message()
Dcapidrv.c129 struct capi20_appl ap;
1583 static void capidrv_recv_message(struct capi20_appl *ap, struct sk_buff *skb) in capidrv_recv_message()