/Linux-v4.19/drivers/net/wan/ |
D | hdlc.c | 52 struct hdlc_device *hdlc = dev_to_hdlc(dev); in hdlc_rcv() local 65 hdlc_device *hdlc = dev_to_hdlc(dev); in hdlc_start_xmit() local 75 hdlc_device *hdlc = dev_to_hdlc(dev); in hdlc_proto_start() local 84 hdlc_device *hdlc = dev_to_hdlc(dev); in hdlc_proto_stop() local 95 hdlc_device *hdlc; in hdlc_device_event() local 144 hdlc_device *hdlc = dev_to_hdlc(dev); in hdlc_open() local 178 hdlc_device *hdlc = dev_to_hdlc(dev); in hdlc_close() local 242 hdlc_device *hdlc = dev_to_hdlc(dev); in hdlc_setup() local 297 hdlc_device *hdlc = dev_to_hdlc(dev); in detach_hdlc_protocol() local
|
D | hdlc_fr.c | 172 static inline struct frad_state* state(hdlc_device *hdlc) in state() 178 static inline struct pvc_device *find_pvc(hdlc_device *hdlc, u16 dlci) in find_pvc() 196 hdlc_device *hdlc = dev_to_hdlc(dev); in add_pvc() local 248 static inline void delete_unused_pvcs(hdlc_device *hdlc) in delete_unused_pvcs() 353 hdlc_device *hdlc = dev_to_hdlc(pvc->frad); in pvc_open() local 370 hdlc_device *hdlc = dev_to_hdlc(pvc->frad); in pvc_close() local 472 hdlc_device *hdlc = dev_to_hdlc(dev); in fr_lmi_send() local 570 hdlc_device *hdlc = dev_to_hdlc(dev); in fr_set_link_state() local 605 hdlc_device *hdlc = dev_to_hdlc(dev); in fr_timer() local 655 hdlc_device *hdlc = dev_to_hdlc(dev); in fr_lmi_recv() local [all …]
|
D | hdlc_cisco.c | 69 static inline struct cisco_state* state(hdlc_device *hdlc) in state() 157 hdlc_device *hdlc = dev_to_hdlc(dev); in cisco_rx() local 286 hdlc_device *hdlc = dev_to_hdlc(dev); in cisco_start() local 304 hdlc_device *hdlc = dev_to_hdlc(dev); in cisco_stop() local 335 hdlc_device *hdlc = dev_to_hdlc(dev); in cisco_ioctl() local
|
D | fsl_ucc_hdlc.c | 342 hdlc_device *hdlc = dev_to_hdlc(dev); in ucc_hdlc_tx() local 475 hdlc_device *hdlc = dev_to_hdlc(dev); in hdlc_rx_done() local 652 hdlc_device *hdlc = dev_to_hdlc(dev); in uhdlc_open() local 1005 hdlc_device *hdlc; in ucc_hdlc_probe() local
|
D | hdlc_x25.c | 84 hdlc_device *hdlc = dev_to_hdlc(dev); in x25_data_transmit() local 192 hdlc_device *hdlc = dev_to_hdlc(dev); in x25_ioctl() local
|
D | hdlc_raw.c | 44 hdlc_device *hdlc = dev_to_hdlc(dev); in raw_ioctl() local
|
D | hdlc_raw_eth.c | 59 hdlc_device *hdlc = dev_to_hdlc(dev); in raw_eth_ioctl() local
|
D | pci200syn.c | 386 hdlc_device *hdlc = dev_to_hdlc(dev); in pci200_pci_init_one() local
|
D | c101.c | 312 hdlc_device *hdlc; in c101_run() local
|
D | pc300too.c | 447 hdlc_device *hdlc = dev_to_hdlc(dev); in pc300_pci_init_one() local
|
D | wanxl.c | 768 hdlc_device *hdlc; in wanxl_pci_init_one() local
|
D | n2.c | 453 hdlc_device *hdlc = dev_to_hdlc(dev); in n2_run() local
|
D | hdlc_ppp.c | 652 hdlc_device *hdlc = dev_to_hdlc(dev); in ppp_ioctl() local
|
D | ixp4xx_hss.c | 1332 hdlc_device *hdlc; in hss_init_one() local
|
D | dscc4.c | 929 hdlc_device *hdlc = dev_to_hdlc(d); in dscc4_found1() local
|
D | farsync.c | 2493 hdlc_device *hdlc; in fst_add_one() local
|
/Linux-v4.19/drivers/isdn/i4l/ |
D | isdnhdlc.c | 53 void isdnhdlc_rcv_init(struct isdnhdlc_vars *hdlc, u32 features) in isdnhdlc_rcv_init() 64 void isdnhdlc_out_init(struct isdnhdlc_vars *hdlc, u32 features) in isdnhdlc_out_init() 87 check_frame(struct isdnhdlc_vars *hdlc) in check_frame() 131 int isdnhdlc_decode(struct isdnhdlc_vars *hdlc, const u8 *src, int slen, in isdnhdlc_decode() 354 int isdnhdlc_encode(struct isdnhdlc_vars *hdlc, const u8 *src, u16 slen, in isdnhdlc_encode()
|
/Linux-v4.19/drivers/isdn/hardware/mISDN/ |
D | avmfritz.c | 142 struct hdlc_hw hdlc[2]; member 274 __write_ctrl_pci(struct fritzcard *fc, struct hdlc_hw *hdlc, u32 channel) { in __write_ctrl_pci() 282 __write_ctrl_pciv2(struct fritzcard *fc, struct hdlc_hw *hdlc, u32 channel) { in __write_ctrl_pciv2() 290 struct hdlc_hw *hdlc; in write_ctrl() local 352 struct hdlc_hw *hdlc; in modehdlc() local 452 struct hdlc_hw *hdlc; in hdlc_fill_fifo() local 542 struct hdlc_hw *hdlc; in HDLC_irq() local
|
D | hfcsusb.c | 821 int hdlc = 0; in hfcsusb_rx_frame() local 1174 errcode, hdlc, i; in tx_iso_complete() local
|
/Linux-v4.19/include/linux/ |
D | hdlc.h | 107 hdlc_device *hdlc = dev_to_hdlc(dev); in hdlc_type_trans() local
|
/Linux-v4.19/drivers/isdn/hisax/ |
D | avm_pci.c | 199 int hdlc = bcs->channel; in modehdlc() local
|
/Linux-v4.19/drivers/isdn/mISDN/ |
D | dsp.h | 187 int hdlc; /* if mode is hdlc */ member
|
/Linux-v4.19/drivers/char/pcmcia/ |
D | synclink_cs.c | 4255 hdlc_device *hdlc; in hdlcdev_init() local
|
/Linux-v4.19/drivers/tty/ |
D | synclink_gt.c | 1774 hdlc_device *hdlc; in hdlcdev_init() local
|
D | synclinkmp.c | 1894 hdlc_device *hdlc; in hdlcdev_init() local
|