Searched defs:capi_ctr (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/isdn/ |
| D | capilli.h | 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 53 int (*proc_show)(struct seq_file *, void *); 77 int attach_capi_ctr(struct capi_ctr *); argument
|
| /kernel/linux/linux-6.6/include/linux/isdn/ |
| D | capilli.h | 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 53 int (*proc_show)(struct seq_file *, void *); 77 int attach_capi_ctr(struct capi_ctr *); argument
|
| /kernel/linux/linux-6.6/Documentation/isdn/ |
| D | interface_capi.rst | 96 to be set by the driver before calling attach_capi_ctr(): 175 to be filled in before calling capi_ctr_ready():
|
| /kernel/linux/linux-5.10/Documentation/isdn/ |
| D | interface_capi.rst | 96 to be set by the driver before calling attach_capi_ctr(): 175 to be filled in before calling capi_ctr_ready():
|