Home
last modified time | relevance | path

Searched refs:capi_ctr (Results 1 – 19 of 19) sorted by relevance

/linux-4.19.296/include/linux/isdn/
Dcapilli.h39 struct capi_ctr { struct
45 int (*load_firmware)(struct capi_ctr *, capiloaddata *); argument
46 void (*reset_ctr)(struct capi_ctr *); argument
47 void (*register_appl)(struct capi_ctr *, u16 appl, argument
49 void (*release_appl)(struct capi_ctr *, u16 appl); argument
50 u16 (*send_message)(struct capi_ctr *, struct sk_buff *skb); argument
52 char *(*procinfo)(struct capi_ctr *); argument
78 int attach_capi_ctr(struct capi_ctr *); argument
79 int detach_capi_ctr(struct capi_ctr *);
81 void capi_ctr_ready(struct capi_ctr * card);
[all …]
/linux-4.19.296/drivers/isdn/capi/
Dkcapi.c67 struct capi_ctr *capi_controller[CAPI_MAXCONTR];
78 static inline struct capi_ctr *
79 capi_ctr_get(struct capi_ctr *ctr) in capi_ctr_get()
87 capi_ctr_put(struct capi_ctr *ctr) in capi_ctr_put()
94 static inline struct capi_ctr *get_capi_ctr_by_nr(u16 contr) in get_capi_ctr_by_nr()
160 register_appl(struct capi_ctr *ctr, u16 applid, capi_register_params *rparam) in register_appl()
172 static void release_appl(struct capi_ctr *ctr, u16 applid) in release_appl()
183 struct capi_ctr *ctr; in notify_up()
212 static void ctr_down(struct capi_ctr *ctr, int new_state) in ctr_down()
238 struct capi_ctr *ctr; in notify_down()
[all …]
Dkcapi_proc.c66 struct capi_ctr *ctr = *(struct capi_ctr **) v; in controller_show()
82 struct capi_ctr *ctr = *(struct capi_ctr **) v; in contrstats_show()
Dkcapi.h36 extern struct capi_ctr *capi_controller[CAPI_MAXCONTR];
/linux-4.19.296/drivers/isdn/hardware/avm/
Davmcard.h72 struct capi_ctr capi_ctrl;
550 int b1_load_firmware(struct capi_ctr *ctrl, capiloaddata *data);
551 void b1_reset_ctr(struct capi_ctr *ctrl);
552 void b1_register_appl(struct capi_ctr *ctrl, u16 appl,
554 void b1_release_appl(struct capi_ctr *ctrl, u16 appl);
555 u16 b1_send_message(struct capi_ctr *ctrl, struct sk_buff *skb);
571 int b1dma_load_firmware(struct capi_ctr *ctrl, capiloaddata *data);
572 void b1dma_reset_ctr(struct capi_ctr *ctrl);
573 void b1dma_remove_ctr(struct capi_ctr *ctrl);
574 void b1dma_register_appl(struct capi_ctr *ctrl,
[all …]
Db1pcmcia.c40 static void b1pcmcia_remove_ctr(struct capi_ctr *ctrl) in b1pcmcia_remove_ctr()
58 static char *b1pcmcia_procinfo(struct capi_ctr *ctrl);
141 static char *b1pcmcia_procinfo(struct capi_ctr *ctrl) in b1pcmcia_procinfo()
Dt1isa.c139 struct capi_ctr *ctrl = &cinfo->capi_ctrl; in t1isa_interrupt()
285 static int t1isa_load_firmware(struct capi_ctr *ctrl, capiloaddata *data) in t1isa_load_firmware()
328 static void t1isa_reset_ctr(struct capi_ctr *ctrl) in t1isa_reset_ctr()
369 static u16 t1isa_send_message(struct capi_ctr *ctrl, struct sk_buff *skb);
370 static char *t1isa_procinfo(struct capi_ctr *ctrl);
458 static u16 t1isa_send_message(struct capi_ctr *ctrl, struct sk_buff *skb) in t1isa_send_message()
494 static char *t1isa_procinfo(struct capi_ctr *ctrl) in t1isa_procinfo()
Db1.c278 int b1_load_firmware(struct capi_ctr *ctrl, capiloaddata *data) in b1_load_firmware()
322 void b1_reset_ctr(struct capi_ctr *ctrl) in b1_reset_ctr()
339 void b1_register_appl(struct capi_ctr *ctrl, in b1_register_appl()
363 void b1_release_appl(struct capi_ctr *ctrl, u16 appl) in b1_release_appl()
377 u16 b1_send_message(struct capi_ctr *ctrl, struct sk_buff *skb) in b1_send_message()
418 struct capi_ctr *ctrl = &cinfo->capi_ctrl; in b1_parse_version()
494 struct capi_ctr *ctrl = &cinfo->capi_ctrl; in b1_interrupt()
642 struct capi_ctr *ctrl = m->private; in b1_proc_show()
Db1dma.c451 struct capi_ctr *ctrl = &cinfo->capi_ctrl; in b1dma_handle_rx()
704 int b1dma_load_firmware(struct capi_ctr *ctrl, capiloaddata *data) in b1dma_load_firmware()
753 void b1dma_reset_ctr(struct capi_ctr *ctrl) in b1dma_reset_ctr()
770 void b1dma_register_appl(struct capi_ctr *ctrl, in b1dma_register_appl()
807 void b1dma_release_appl(struct capi_ctr *ctrl, u16 appl) in b1dma_release_appl()
838 u16 b1dma_send_message(struct capi_ctr *ctrl, struct sk_buff *skb) in b1dma_send_message()
863 struct capi_ctr *ctrl = m->private; in b1dma_proc_show()
Db1isa.c61 static char *b1isa_procinfo(struct capi_ctr *ctrl);
149 static char *b1isa_procinfo(struct capi_ctr *ctrl) in b1isa_procinfo()
Dt1pci.c47 static char *t1pci_procinfo(struct capi_ctr *ctrl);
172 static char *t1pci_procinfo(struct capi_ctr *ctrl) in t1pci_procinfo()
Dc4.c506 struct capi_ctr *ctrl; in c4_handle_rx()
855 static int c4_load_firmware(struct capi_ctr *ctrl, capiloaddata *data) in c4_load_firmware()
899 static void c4_reset_ctr(struct capi_ctr *ctrl) in c4_reset_ctr()
947 static void c4_register_appl(struct capi_ctr *ctrl, in c4_register_appl()
992 static void c4_release_appl(struct capi_ctr *ctrl, u16 appl) in c4_release_appl()
1028 static u16 c4_send_message(struct capi_ctr *ctrl, struct sk_buff *skb) in c4_send_message()
1052 static char *c4_procinfo(struct capi_ctr *ctrl) in c4_procinfo()
1070 struct capi_ctr *ctrl = m->private; in c4_proc_show()
Db1pci.c46 static char *b1pci_procinfo(struct capi_ctr *ctrl) in b1pci_procinfo()
164 static char *b1pciv4_procinfo(struct capi_ctr *ctrl) in b1pciv4_procinfo()
/linux-4.19.296/drivers/isdn/hysdn/
Dhycapi.c47 static u16 hycapi_send_message(struct capi_ctr *ctrl, struct sk_buff *skb);
65 hycapi_reset_ctr(struct capi_ctr *ctrl) in hycapi_reset_ctr()
81 hycapi_remove_ctr(struct capi_ctr *ctrl) in hycapi_remove_ctr()
117 hycapi_sendmsg_internal(struct capi_ctr *ctrl, struct sk_buff *skb) in hycapi_sendmsg_internal()
151 hycapi_register_internal(struct capi_ctr *ctrl, __u16 appl, in hycapi_register_internal()
196 static void hycapi_restart_internal(struct capi_ctr *ctrl) in hycapi_restart_internal()
223 hycapi_register_appl(struct capi_ctr *ctrl, __u16 appl, in hycapi_register_appl()
262 static void hycapi_release_internal(struct capi_ctr *ctrl, __u16 appl) in hycapi_release_internal()
299 hycapi_release_appl(struct capi_ctr *ctrl, __u16 appl) in hycapi_release_appl()
326 struct capi_ctr *ctrl; in hycapi_capi_release()
[all …]
Dhysdn_defs.h204 struct capi_ctr capi_ctrl;
/linux-4.19.296/drivers/isdn/hardware/eicon/
Dcapimain.c82 struct capi_ctr *ctrl = m->private; in diva_ctl_proc_show()
96 void diva_os_set_controller_struct(struct capi_ctr *ctrl) in diva_os_set_controller_struct()
Dcapifunc.h28 struct capi_ctr capi_ctrl;
Dcapifunc.c52 static void diva_register_appl(struct capi_ctr *, __u16,
54 static void diva_release_appl(struct capi_ctr *, __u16);
55 static char *diva_procinfo(struct capi_ctr *);
56 static u16 diva_send_message(struct capi_ctr *,
58 extern void diva_os_set_controller_struct(struct capi_ctr *);
88 static char *diva_procinfo(struct capi_ctr *ctrl) in diva_procinfo()
491 struct capi_ctr *ctrl = NULL; in diva_add_card()
724 static void diva_register_appl(struct capi_ctr *ctrl, __u16 appl, in diva_register_appl()
848 static void diva_release_appl(struct capi_ctr *ctrl, __u16 appl) in diva_release_appl()
878 static u16 diva_send_message(struct capi_ctr *ctrl, in diva_send_message()
/linux-4.19.296/drivers/isdn/gigaset/
Dcapi.c94 struct capi_ctr ctr;
326 static void send_data_b3_conf(struct cardstate *cs, struct capi_ctr *ctr, in send_data_b3_conf()
997 static void gigaset_register_appl(struct capi_ctr *ctr, u16 appl, in gigaset_register_appl()
1085 static void gigaset_release_appl(struct capi_ctr *ctr, u16 appl) in gigaset_release_appl()
2268 static u16 gigaset_send_message(struct capi_ctr *ctr, struct sk_buff *skb) in gigaset_send_message()
2344 static char *gigaset_procinfo(struct capi_ctr *ctr) in gigaset_procinfo()
2351 struct capi_ctr *ctr = m->private; in gigaset_proc_show()