Searched refs:hdlc (Results 26 - 33 of 33) sorted by relevance

12

/linux-master/drivers/net/wan/
H A Dixp4xx_hss.c16 #include <linux/hdlc.h>
1396 hdlc_device *hdlc; local
1497 hdlc = dev_to_hdlc(ndev);
1498 hdlc->attach = hss_hdlc_attach;
1499 hdlc->xmit = hss_hdlc_xmit;
H A Dhdlc_ppp.c10 #include <linux/hdlc.h>
660 hdlc_device *hdlc = dev_to_hdlc(dev); local
680 result = hdlc->attach(dev, ENCODING_NRZ,
H A Dwanxlfw.S35 #include <linux/hdlc.h>
36 #include <linux/hdlc/ioctl.h>
H A Dfarsync.c26 #include <linux/hdlc.h>
1613 * generic hdlc package.
2061 dbg(DBG_IOCTL, "Passing this type to hdlc %x\n",
2422 hdlc_device *hdlc; local
2436 hdlc = dev_to_hdlc(dev);
2453 hdlc->attach = fst_attach;
2454 hdlc->xmit = fst_start_xmit;
H A Dhd64570.c27 #include <linux/hdlc.h>
H A Dhd64572.c27 #include <linux/hdlc.h>
/linux-master/drivers/soc/fsl/qe/
H A Dqmc.c12 #include <linux/hdlc.h>
351 if ((param->hdlc.max_rx_buf_size % 4) ||
352 (param->hdlc.max_rx_buf_size < 8))
356 param->hdlc.max_rx_buf_size - 8);
358 param->hdlc.max_rx_frame_size);
359 if (param->hdlc.is_crc32) {
1238 } else if (!strcmp(mode, "hdlc")) {
/linux-master/drivers/tty/
H A Dsynclink_gt.c72 #include <linux/hdlc.h>
1697 hdlc_device *hdlc; local
1703 printk(KERN_ERR "%s hdlc device alloc failure\n", info->device_name);
1718 hdlc = dev_to_hdlc(dev);
1719 hdlc->attach = hdlcdev_attach;
1720 hdlc->xmit = hdlcdev_xmit;
1725 printk(KERN_WARNING "%s:unable to register hdlc device\n",__FILE__);

Completed in 251 milliseconds

12