Home
last modified time | relevance | path

Searched defs:hdlc (Results 1 – 25 of 27) sorted by relevance

12

/Linux-v4.19/drivers/net/wan/
Dhdlc.c52 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
Dhdlc_fr.c172 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 …]
Dhdlc_cisco.c69 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
Dfsl_ucc_hdlc.c342 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
Dhdlc_x25.c84 hdlc_device *hdlc = dev_to_hdlc(dev); in x25_data_transmit() local
192 hdlc_device *hdlc = dev_to_hdlc(dev); in x25_ioctl() local
Dhdlc_raw.c44 hdlc_device *hdlc = dev_to_hdlc(dev); in raw_ioctl() local
Dhdlc_raw_eth.c59 hdlc_device *hdlc = dev_to_hdlc(dev); in raw_eth_ioctl() local
Dpci200syn.c386 hdlc_device *hdlc = dev_to_hdlc(dev); in pci200_pci_init_one() local
Dc101.c312 hdlc_device *hdlc; in c101_run() local
Dpc300too.c447 hdlc_device *hdlc = dev_to_hdlc(dev); in pc300_pci_init_one() local
Dwanxl.c768 hdlc_device *hdlc; in wanxl_pci_init_one() local
Dn2.c453 hdlc_device *hdlc = dev_to_hdlc(dev); in n2_run() local
Dhdlc_ppp.c652 hdlc_device *hdlc = dev_to_hdlc(dev); in ppp_ioctl() local
Dixp4xx_hss.c1332 hdlc_device *hdlc; in hss_init_one() local
Ddscc4.c929 hdlc_device *hdlc = dev_to_hdlc(d); in dscc4_found1() local
Dfarsync.c2493 hdlc_device *hdlc; in fst_add_one() local
/Linux-v4.19/drivers/isdn/i4l/
Disdnhdlc.c53 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/
Davmfritz.c142 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
Dhfcsusb.c821 int hdlc = 0; in hfcsusb_rx_frame() local
1174 errcode, hdlc, i; in tx_iso_complete() local
/Linux-v4.19/include/linux/
Dhdlc.h107 hdlc_device *hdlc = dev_to_hdlc(dev); in hdlc_type_trans() local
/Linux-v4.19/drivers/isdn/hisax/
Davm_pci.c199 int hdlc = bcs->channel; in modehdlc() local
/Linux-v4.19/drivers/isdn/mISDN/
Ddsp.h187 int hdlc; /* if mode is hdlc */ member
/Linux-v4.19/drivers/char/pcmcia/
Dsynclink_cs.c4255 hdlc_device *hdlc; in hdlcdev_init() local
/Linux-v4.19/drivers/tty/
Dsynclink_gt.c1774 hdlc_device *hdlc; in hdlcdev_init() local
Dsynclinkmp.c1894 hdlc_device *hdlc; in hdlcdev_init() local

12