Lines Matching refs:capi_ctr
35 struct capi_ctr before they can be used. This structure must be filled with
39 detach_capi_ctr() with a pointer to the same struct capi_ctr.
42 information fields 'manu', 'version', 'profile' and 'serial' in the capi_ctr
90 4.2 struct capi_ctr
113 int (*load_firmware)(struct capi_ctr *ctrlr, capiloaddata *ldata)
121 void (*reset_ctr)(struct capi_ctr *ctrlr)
128 void (*register_appl)(struct capi_ctr *ctrlr, u16 applid,
130 void (*release_appl)(struct capi_ctr *ctrlr, u16 applid)
136 u16 (*send_message)(struct capi_ctr *ctrlr, struct sk_buff *skb)
152 char *(*procinfo)(struct capi_ctr *ctrlr)
159 capi_ctr structure is available from struct proc_dir_entry::data
254 int attach_capi_ctr(struct capi_ctr *ctrlr)
255 int detach_capi_ctr(struct capi_ctr *ctrlr)
258 void capi_ctr_ready(struct capi_ctr *ctrlr)
259 void capi_ctr_down(struct capi_ctr *ctrlr)
262 void capi_ctr_suspend_output(struct capi_ctr *ctrlr)
263 void capi_ctr_resume_output(struct capi_ctr *ctrlr)
266 void capi_ctr_handle_message(struct capi_ctr * ctrlr, u16 applid,