Lines Matching refs:capi_ctr
31 struct capi_ctr before they can be used. This structure must be filled with
35 detach_capi_ctr() with a pointer to the same struct capi_ctr.
38 information fields 'manu', 'version', 'profile' and 'serial' in the capi_ctr
86 4.2 struct capi_ctr
111 ``int (*load_firmware)(struct capi_ctr *ctrlr, capiloaddata *ldata)``
122 ``void (*reset_ctr)(struct capi_ctr *ctrlr)``
132 ``void (*register_appl)(struct capi_ctr *ctrlr, u16 applid, capi_register_params *rparam)``
139 ``void (*release_appl)(struct capi_ctr *ctrlr, u16 applid)``
146 ``u16 (*send_message)(struct capi_ctr *ctrlr, struct sk_buff *skb)``
167 ``char *(*procinfo)(struct capi_ctr *ctrlr)``
260 int attach_capi_ctr(struct capi_ctr *ctrlr)
261 int detach_capi_ctr(struct capi_ctr *ctrlr)
267 void capi_ctr_ready(struct capi_ctr *ctrlr)
268 void capi_ctr_down(struct capi_ctr *ctrlr)
274 void capi_ctr_handle_message(struct capi_ctr * ctrlr, u16 applid,