Searched refs:mISDNdevice (Results 1 – 16 of 16) sorted by relevance
/linux-3.4.99/drivers/isdn/mISDN/ |
D | core.h | 18 extern struct mISDNdevice *get_mdevice(u_int); 47 extern int connect_Bstack(struct mISDNdevice *, struct mISDNchannel *, 49 extern int connect_layer1(struct mISDNdevice *, struct mISDNchannel *, 51 extern int create_l2entity(struct mISDNdevice *, struct mISDNchannel *, 54 extern int create_stack(struct mISDNdevice *); 55 extern int create_teimanager(struct mISDNdevice *); 58 extern void delete_stack(struct mISDNdevice *);
|
D | core.c | 43 struct mISDNdevice *mdev = dev_to_mISDN(dev); in _show_id() 53 struct mISDNdevice *mdev = dev_to_mISDN(dev); in _show_nrbchan() 63 struct mISDNdevice *mdev = dev_to_mISDN(dev); in _show_d_protocols() 73 struct mISDNdevice *mdev = dev_to_mISDN(dev); in _show_b_protocols() 83 struct mISDNdevice *mdev = dev_to_mISDN(dev); in _show_protocol() 121 struct mISDNdevice *mdev = dev_to_mISDN(dev); in _show_channelmap() 146 struct mISDNdevice *mdev = dev_to_mISDN(dev); in mISDN_uevent() 177 struct mISDNdevice *mdev = dev_to_mISDN(dev); in _get_mdevice() 186 struct mISDNdevice 223 mISDN_register_device(struct mISDNdevice *dev, in mISDN_register_device() [all …]
|
D | stack.c | 367 create_stack(struct mISDNdevice *dev) in create_stack() 421 connect_layer1(struct mISDNdevice *dev, struct mISDNchannel *ch, in connect_layer1() 459 connect_Bstack(struct mISDNdevice *dev, struct mISDNchannel *ch, in connect_Bstack() 516 create_l2entity(struct mISDNdevice *dev, struct mISDNchannel *ch, in create_l2entity() 622 delete_stack(struct mISDNdevice *dev) in delete_stack()
|
D | l1oip_core.c | 895 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); in handle_dmsg() 1056 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); in l1oip_dctrl()
|
D | socket.c | 366 struct mISDNdevice *dev; in data_sock_ioctl() 650 struct mISDNdevice *dev; in base_sock_ioctl()
|
D | tei.c | 1318 create_teimanager(struct mISDNdevice *dev) in create_teimanager()
|
/linux-3.4.99/include/linux/ |
D | mISDNif.h | 433 struct mISDNdevice; 476 struct mISDNdevice *dev; 481 struct mISDNdevice { struct 495 struct mISDNdevice *dev; argument 568 extern int mISDN_register_device(struct mISDNdevice *, 570 extern void mISDN_unregister_device(struct mISDNdevice *); 577 static inline struct mISDNdevice *dev_to_mISDN(struct device *dev) in dev_to_mISDN()
|
D | mISDNhw.h | 86 struct mISDNdevice dev;
|
/linux-3.4.99/drivers/isdn/hardware/mISDN/ |
D | speedfax.c | 248 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); in sfax_dctrl()
|
D | w6692.c | 1088 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); in w6692_l2l1D() 1207 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); in w6692_dctrl()
|
D | mISDNipac.c | 570 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); in isac_l1hw() 1550 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); in ipac_dctrl()
|
D | hfcsusb.c | 294 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); in hfcusb_l2l1D() 546 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); in hfc_dctrl()
|
D | avmfritz.c | 913 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); in avm_dctrl()
|
D | hfcpci.c | 1607 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); in hfcpci_l2l1D() 1986 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); in hfc_dctrl()
|
D | netjet.c | 882 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); in nj_dctrl()
|
D | hfcmulti.c | 3303 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); in handle_dmsg() 4157 struct mISDNdevice *dev = container_of(ch, struct mISDNdevice, D); in hfcm_dctrl()
|