Lines Matching refs:capi_ctr
39 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
77 int attach_capi_ctr(struct capi_ctr *); argument
78 int detach_capi_ctr(struct capi_ctr *);
80 void capi_ctr_ready(struct capi_ctr * card);
81 void capi_ctr_down(struct capi_ctr * card);
82 void capi_ctr_handle_message(struct capi_ctr * card, u16 appl, struct sk_buff *skb);