/linux-6.1.9/drivers/isdn/mISDN/ |
D | core.h | 38 extern int connect_Bstack(struct mISDNdevice *, struct mISDNchannel *, 40 extern int connect_layer1(struct mISDNdevice *, struct mISDNchannel *, 42 extern int create_l2entity(struct mISDNdevice *, struct mISDNchannel *, 47 extern void delete_teimanager(struct mISDNchannel *); 48 extern void delete_channel(struct mISDNchannel *); 53 extern void add_layer2(struct mISDNchannel *, struct mISDNstack *); 54 extern void __add_layer2(struct mISDNchannel *, struct mISDNstack *);
|
D | layer2.h | 15 struct mISDNchannel ch; 16 struct mISDNchannel bcast; 23 struct mISDNchannel *up; 45 struct mISDNchannel ch; 48 struct mISDNchannel *up; 83 extern struct layer2 *create_l2(struct mISDNchannel *, u_int,
|
D | stack.c | 36 mISDN_queue_message(struct mISDNchannel *ch, struct sk_buff *skb) in mISDN_queue_message() 42 static struct mISDNchannel * 45 struct mISDNchannel *ch; in get_channel4id() 86 struct mISDNchannel *ch; in send_layer2() 143 struct mISDNchannel *ch; in send_msg_to_layer() 325 l1_receive(struct mISDNchannel *ch, struct sk_buff *skb) in l1_receive() 335 set_channel_address(struct mISDNchannel *ch, u_int sapi, u_int tei) in set_channel_address() 341 __add_layer2(struct mISDNchannel *ch, struct mISDNstack *st) in __add_layer2() 347 add_layer2(struct mISDNchannel *ch, struct mISDNstack *st) in add_layer2() 355 st_own_ctrl(struct mISDNchannel *ch, u_int cmd, void *arg) in st_own_ctrl() [all …]
|
D | dsp.h | 172 struct mISDNchannel ch; 173 struct mISDNchannel *up;
|
D | socket.c | 61 mISDN_send(struct mISDNchannel *ch, struct sk_buff *skb) in mISDN_send() 79 mISDN_ctrl(struct mISDNchannel *ch, u_int cmd, void *arg) in mISDN_ctrl() 283 struct mISDNchannel *bchan, *next; in data_sock_ioctl_bound()
|
D | l1oip_core.c | 866 handle_dmsg(struct mISDNchannel *ch, struct sk_buff *skb) in handle_dmsg() 1031 l1oip_dctrl(struct mISDNchannel *ch, u_int cmd, void *arg) in l1oip_dctrl() 1086 handle_bmsg(struct mISDNchannel *ch, struct sk_buff *skb) in handle_bmsg() 1201 l1oip_bctrl(struct mISDNchannel *ch, u_int cmd, void *arg) in l1oip_bctrl()
|
D | tei.c | 1096 mgr_send(struct mISDNchannel *ch, struct sk_buff *skb) in mgr_send() 1238 delete_teimanager(struct mISDNchannel *ch) in delete_teimanager() 1258 mgr_ctrl(struct mISDNchannel *ch, u_int cmd, void *arg) in mgr_ctrl() 1284 mgr_bcast(struct mISDNchannel *ch, struct sk_buff *skb) in mgr_bcast() 1337 mgr_bcast_ctrl(struct mISDNchannel *ch, u_int cmd, void *arg) in mgr_bcast_ctrl()
|
D | dsp_core.c | 626 get_features(struct mISDNchannel *ch) in get_features() 664 dsp_function(struct mISDNchannel *ch, struct sk_buff *skb) in dsp_function() 952 dsp_ctrl(struct mISDNchannel *ch, u_int cmd, void *arg) in dsp_ctrl()
|
D | core.c | 358 const char *mISDNDevName4ch(struct mISDNchannel *ch) in mISDNDevName4ch()
|
D | hwchannel.c | 384 queue_ch_frame(struct mISDNchannel *ch, u_int pr, int id, struct sk_buff *skb) in queue_ch_frame()
|
D | layer2.c | 1942 l2_send(struct mISDNchannel *ch, struct sk_buff *skb) in l2_send() 2080 l2_ctrl(struct mISDNchannel *ch, u_int cmd, void *arg) in l2_ctrl() 2108 create_l2(struct mISDNchannel *ch, u_int protocol, u_long options, int tei, in create_l2()
|
/linux-6.1.9/include/linux/ |
D | mISDNif.h | 444 struct mISDNchannel; 452 struct mISDNchannel *ch; 455 typedef int (ctrl_func_t)(struct mISDNchannel *, u_int, void *); 456 typedef int (send_func_t)(struct mISDNchannel *, struct sk_buff *); 466 struct mISDNchannel { struct 473 struct mISDNchannel *peer; argument 486 struct mISDNchannel ch; argument 494 struct mISDNchannel D; 501 struct mISDNchannel *teimgr; 513 struct mISDNchannel *layer1; [all …]
|
D | mISDNhw.h | 141 struct mISDNchannel ch; 179 extern void queue_ch_frame(struct mISDNchannel *, u_int,
|
/linux-6.1.9/drivers/isdn/hardware/mISDN/ |
D | avmfritz.c | 680 avm_l2l1B(struct mISDNchannel *ch, struct sk_buff *skb) in avm_l2l1B() 836 avm_bctrl(struct mISDNchannel *ch, u32 cmd, void *arg) in avm_bctrl() 915 avm_dctrl(struct mISDNchannel *ch, u32 cmd, void *arg) in avm_dctrl()
|
D | w6692.c | 931 w6692_l2l1B(struct mISDNchannel *ch, struct sk_buff *skb) in w6692_l2l1B() 1024 w6692_bctrl(struct mISDNchannel *ch, u32 cmd, void *arg) in w6692_bctrl() 1057 w6692_l2l1D(struct mISDNchannel *ch, struct sk_buff *skb) in w6692_l2l1D() 1176 w6692_dctrl(struct mISDNchannel *ch, u32 cmd, void *arg) in w6692_dctrl()
|
D | hfcsusb.c | 196 hfcusb_l2l1B(struct mISDNchannel *ch, struct sk_buff *skb) in hfcusb_l2l1B() 274 hfcusb_l2l1D(struct mISDNchannel *ch, struct sk_buff *skb) in hfcusb_l2l1D() 415 open_dchannel(struct hfcsusb *hw, struct mISDNchannel *ch, in open_dchannel() 521 hfc_dctrl(struct mISDNchannel *ch, u_int cmd, void *arg) in hfc_dctrl() 1803 hfc_bctrl(struct mISDNchannel *ch, u_int cmd, void *arg) in hfc_bctrl()
|
D | netjet.c | 737 nj_l2l1B(struct mISDNchannel *ch, struct sk_buff *skb) in nj_l2l1B() 789 nj_bctrl(struct mISDNchannel *ch, u32 cmd, void *arg) in nj_bctrl() 870 nj_dctrl(struct mISDNchannel *ch, u32 cmd, void *arg) in nj_dctrl()
|
D | mISDNipac.c | 552 isac_l1hw(struct mISDNchannel *ch, struct sk_buff *skb) in isac_l1hw() 1331 hscx_l2l1(struct mISDNchannel *ch, struct sk_buff *skb) in hscx_l2l1() 1386 hscx_bctrl(struct mISDNchannel *ch, u32 cmd, void *arg) in hscx_bctrl() 1525 ipac_dctrl(struct mISDNchannel *ch, u32 cmd, void *arg) in ipac_dctrl()
|
D | hfcpci.c | 1525 hfc_bctrl(struct mISDNchannel *ch, u_int cmd, void *arg) in hfc_bctrl() 1573 hfcpci_l2l1D(struct mISDNchannel *ch, struct sk_buff *skb) in hfcpci_l2l1D() 1662 hfcpci_l2l1B(struct mISDNchannel *ch, struct sk_buff *skb) in hfcpci_l2l1B() 1878 open_dchannel(struct hfc_pci *hc, struct mISDNchannel *ch, in open_dchannel() 1952 hfc_dctrl(struct mISDNchannel *ch, u_int cmd, void *arg) in hfc_dctrl()
|
D | speedfax.c | 236 sfax_dctrl(struct mISDNchannel *ch, u32 cmd, void *arg) in sfax_dctrl()
|
D | mISDNisar.c | 1466 isar_l2l1(struct mISDNchannel *ch, struct sk_buff *skb) in isar_l2l1() 1569 isar_bctrl(struct mISDNchannel *ch, u32 cmd, void *arg) in isar_bctrl()
|
D | hfcmulti.c | 3326 handle_dmsg(struct mISDNchannel *ch, struct sk_buff *skb) in handle_dmsg() 3459 handle_bmsg(struct mISDNchannel *ch, struct sk_buff *skb) in handle_bmsg() 3686 hfcm_bctrl(struct mISDNchannel *ch, u_int cmd, void *arg) in hfcm_bctrl() 4172 hfcm_dctrl(struct mISDNchannel *ch, u_int cmd, void *arg) in hfcm_dctrl()
|