Searched refs:capi_ctr (Results 1 - 20 of 20) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/isdn/
H A Dcapilli.h39 struct capi_ctr { struct
45 int (*load_firmware)(struct capi_ctr *, capiloaddata *);
46 void (*reset_ctr)(struct capi_ctr *);
47 void (*register_appl)(struct capi_ctr *, u16 appl,
49 void (*release_appl)(struct capi_ctr *, u16 appl);
50 u16 (*send_message)(struct capi_ctr *, struct sk_buff *skb);
52 char *(*procinfo)(struct capi_ctr *);
54 int count, int *eof, struct capi_ctr *card);
78 int attach_capi_ctr(struct capi_ctr *);
79 int detach_capi_ctr(struct capi_ctr *);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Dcapifunc.h28 struct capi_ctr capi_ctrl;
H A Dcapimain.c79 int count, int *eof, struct capi_ctr *ctrl)
98 * set additional os settings in capi_ctr struct
100 void diva_os_set_controller_struct(struct capi_ctr *ctrl)
H A 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)
491 struct capi_ctr *ctrl = NULL;
724 static void diva_register_appl(struct capi_ctr *ctrl, __u16 appl,
848 static void diva_release_appl(struct capi_ctr *ctrl, __u16 appl)
878 static u16 diva_send_message(struct capi_ctr *ctr
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/capi/
H A Dkcapi.h36 extern struct capi_ctr *capi_cards[CAPI_MAXCONTR];
H A Dkcapi.c73 struct capi_ctr *capi_cards[CAPI_MAXCONTR];
79 static inline struct capi_ctr *
80 capi_ctr_get(struct capi_ctr *card)
88 capi_ctr_put(struct capi_ctr *card)
95 static inline struct capi_ctr *get_capi_ctr_by_nr(u16 contr)
150 static void register_appl(struct capi_ctr *card, u16 applid, capi_register_params *rparam)
161 static void release_appl(struct capi_ctr *card, u16 applid)
173 struct capi_ctr *card = get_capi_ctr_by_nr(contr);
273 void capi_ctr_handle_message(struct capi_ctr * card, u16 appl, struct sk_buff *skb)
351 void capi_ctr_ready(struct capi_ctr * car
[all...]
H A Dkcapi_proc.c61 struct capi_ctr *ctr = *(struct capi_ctr **) v;
77 struct capi_ctr *ctr = *(struct capi_ctr **) v;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/avm/
H A 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);
560 int count, int *eof, struct capi_ctr *ctrl);
572 int b1dma_load_firmware(struct capi_ctr *ctrl, capiloaddata *data);
573 void b1dma_reset_ctr(struct capi_ctr *ctrl);
574 void b1dma_remove_ctr(struct capi_ctr *ctr
[all...]
H A Db1pcmcia.c40 static void b1pcmcia_remove_ctr(struct capi_ctr *ctrl)
58 static char *b1pcmcia_procinfo(struct capi_ctr *ctrl);
141 static char *b1pcmcia_procinfo(struct capi_ctr *ctrl)
H A Dt1isa.c138 struct capi_ctr *ctrl = &cinfo->capi_ctrl;
288 static int t1isa_load_firmware(struct capi_ctr *ctrl, capiloaddata *data)
331 static void t1isa_reset_ctr(struct capi_ctr *ctrl)
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)
497 static char *t1isa_procinfo(struct capi_ctr *ctrl)
H A Db1.c275 int b1_load_firmware(struct capi_ctr *ctrl, capiloaddata *data)
319 void b1_reset_ctr(struct capi_ctr *ctrl)
333 void b1_register_appl(struct capi_ctr *ctrl,
357 void b1_release_appl(struct capi_ctr *ctrl, u16 appl)
372 u16 b1_send_message(struct capi_ctr *ctrl, struct sk_buff *skb)
413 struct capi_ctr *ctrl = &cinfo->capi_ctrl;
489 struct capi_ctr *ctrl = &cinfo->capi_ctrl;
640 int count, int *eof, struct capi_ctr *ctrl)
H A Db1isa.c61 static char *b1isa_procinfo(struct capi_ctr *ctrl);
149 static char *b1isa_procinfo(struct capi_ctr *ctrl)
H A Dt1pci.c47 static char *t1pci_procinfo(struct capi_ctr *ctrl);
172 static char *t1pci_procinfo(struct capi_ctr *ctrl)
H A Db1dma.c448 struct capi_ctr *ctrl = &cinfo->capi_ctrl;
697 int b1dma_load_firmware(struct capi_ctr *ctrl, capiloaddata *data)
746 void b1dma_reset_ctr(struct capi_ctr *ctrl)
763 void b1dma_register_appl(struct capi_ctr *ctrl,
800 void b1dma_release_appl(struct capi_ctr *ctrl, u16 appl)
828 u16 b1dma_send_message(struct capi_ctr *ctrl, struct sk_buff *skb)
849 int count, int *eof, struct capi_ctr *ctrl)
H A Dc4.c503 struct capi_ctr *ctrl;
844 static int c4_load_firmware(struct capi_ctr *ctrl, capiloaddata *data)
888 static void c4_reset_ctr(struct capi_ctr *ctrl)
936 static void c4_register_appl(struct capi_ctr *ctrl,
981 static void c4_release_appl(struct capi_ctr *ctrl, u16 appl)
1015 static u16 c4_send_message(struct capi_ctr *ctrl, struct sk_buff *skb)
1039 static char *c4_procinfo(struct capi_ctr *ctrl)
1056 int count, int *eof, struct capi_ctr *ctrl)
H A Db1pci.c46 static char *b1pci_procinfo(struct capi_ctr *ctrl)
164 static char *b1pciv4_procinfo(struct capi_ctr *ctrl)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hysdn/
H A Dhycapi.c44 static u16 hycapi_send_message(struct capi_ctr *ctrl, struct sk_buff *skb);
62 hycapi_reset_ctr(struct capi_ctr *ctrl)
78 hycapi_remove_ctr(struct capi_ctr *ctrl)
114 hycapi_sendmsg_internal(struct capi_ctr *ctrl, struct sk_buff *skb)
148 hycapi_register_internal(struct capi_ctr *ctrl, __u16 appl,
193 static void hycapi_restart_internal(struct capi_ctr *ctrl)
220 hycapi_register_appl(struct capi_ctr *ctrl, __u16 appl,
259 static void hycapi_release_internal(struct capi_ctr *ctrl, __u16 appl)
296 hycapi_release_appl(struct capi_ctr *ctrl, __u16 appl)
323 struct capi_ctr *ctr
[all...]
H A Dhysdn_defs.h204 struct capi_ctr capi_ctrl;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/cmtp/
H A Dcmtp.h90 struct capi_ctr ctrl;
H A Dcapi.c190 struct capi_ctr *ctrl = &session->ctrl;
329 struct capi_ctr *ctrl = &session->ctrl;
377 static int cmtp_load_firmware(struct capi_ctr *ctrl, capiloaddata *data)
384 static void cmtp_reset_ctr(struct capi_ctr *ctrl)
396 static void cmtp_register_appl(struct capi_ctr *ctrl, __u16 appl, capi_register_params *rp)
465 static void cmtp_release_appl(struct capi_ctr *ctrl, __u16 appl)
489 static u16 cmtp_send_message(struct capi_ctr *ctrl, struct sk_buff *skb)
519 static char *cmtp_procinfo(struct capi_ctr *ctrl)
524 static int cmtp_ctr_read_proc(char *page, char **start, off_t off, int count, int *eof, struct capi_ctr *ctrl)

Completed in 86 milliseconds