Searched refs:mISDNdevice (Results 1 – 16 of 16) sorted by relevance
/linux-6.1.9/drivers/isdn/mISDN/ |
D | core.h | 9 extern struct mISDNdevice *get_mdevice(u_int); 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 *, 45 extern int create_stack(struct mISDNdevice *); 46 extern int create_teimanager(struct mISDNdevice *); 49 extern void delete_stack(struct mISDNdevice *);
|
D | core.c | 34 struct mISDNdevice *mdev = dev_to_mISDN(dev); in id_show() 45 struct mISDNdevice *mdev = dev_to_mISDN(dev); in nrbchan_show() 56 struct mISDNdevice *mdev = dev_to_mISDN(dev); in d_protocols_show() 67 struct mISDNdevice *mdev = dev_to_mISDN(dev); in b_protocols_show() 78 struct mISDNdevice *mdev = dev_to_mISDN(dev); in protocol_show() 119 struct mISDNdevice *mdev = dev_to_mISDN(dev); in channelmap_show() 144 struct mISDNdevice *mdev = dev_to_mISDN(dev); in mISDN_uevent() 172 struct mISDNdevice *mdev = dev_to_mISDN(dev); in _get_mdevice() 181 struct mISDNdevice 218 mISDN_register_device(struct mISDNdevice *dev, in mISDN_register_device() [all …]
|
D | stack.c | 363 create_stack(struct mISDNdevice *dev) in create_stack() 417 connect_layer1(struct mISDNdevice *dev, struct mISDNchannel *ch, in connect_layer1() 455 connect_Bstack(struct mISDNdevice *dev, struct mISDNchannel *ch, in connect_Bstack() 512 create_l2entity(struct mISDNdevice *dev, struct mISDNchannel *ch, in create_l2entity() 619 delete_stack(struct mISDNdevice *dev) in delete_stack()
|
D | l1oip_core.c | 868 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); in handle_dmsg() 1033 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); in l1oip_dctrl()
|
D | socket.c | 354 struct mISDNdevice *dev; in data_sock_ioctl() 637 struct mISDNdevice *dev; in base_sock_ioctl()
|
D | tei.c | 1344 create_teimanager(struct mISDNdevice *dev) in create_teimanager()
|
/linux-6.1.9/include/linux/ |
D | mISDNif.h | 445 struct mISDNdevice; 488 struct mISDNdevice *dev; 493 struct mISDNdevice { struct 507 struct mISDNdevice *dev; argument 580 extern int mISDN_register_device(struct mISDNdevice *, 582 extern void mISDN_unregister_device(struct mISDNdevice *); 589 static inline struct mISDNdevice *dev_to_mISDN(struct device *dev) in dev_to_mISDN()
|
D | mISDNhw.h | 79 struct mISDNdevice dev;
|
/linux-6.1.9/drivers/isdn/hardware/mISDN/ |
D | speedfax.c | 238 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); in sfax_dctrl()
|
D | w6692.c | 1059 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); in w6692_l2l1D() 1178 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); in w6692_dctrl()
|
D | mISDNipac.c | 554 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); in isac_l1hw() 1527 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); in ipac_dctrl()
|
D | hfcsusb.c | 276 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); in hfcusb_l2l1D() 523 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); in hfc_dctrl()
|
D | avmfritz.c | 917 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); in avm_dctrl()
|
D | hfcpci.c | 1575 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); in hfcpci_l2l1D() 1954 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); in hfc_dctrl()
|
D | netjet.c | 872 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); in nj_dctrl()
|
D | hfcmulti.c | 3328 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); in handle_dmsg() 4174 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); in hfcm_dctrl()
|