Searched refs:hdlcdev_rx (Results 1 - 4 of 4) sorted by relevance

/drivers/char/pcmcia/
H A Dsynclink_cs.c388 static void hdlcdev_rx(MGSLPC_INFO *info, char *buf, int size);
3709 hdlcdev_rx(info, buf->data, framesize);
4218 static void hdlcdev_rx(MGSLPC_INFO *info, char *buf, int size) function
4224 printk("hdlcdev_rx(%s)\n",dev->name);
/drivers/tty/
H A Dsynclink.c719 static void hdlcdev_rx(struct mgsl_struct *info, char *buf, int size);
6663 hdlcdev_rx(info,info->intermediate_rxbuffer,framesize);
7964 static void hdlcdev_rx(struct mgsl_struct *info, char *buf, int size) function
7970 printk("hdlcdev_rx(%s)\n", dev->name);
H A Dsynclink_gt.c169 static void hdlcdev_rx(struct slgt_info *info, char *buf, int size);
1760 static void hdlcdev_rx(struct slgt_info *info, char *buf, int size) function
1765 DBGINFO(("%s hdlcdev_rx\n", dev->name));
4762 hdlcdev_rx(info,info->tmp_rbuf, framesize);
H A Dsynclinkmp.c532 static void hdlcdev_rx(SLMP_INFO *info, char *buf, int size);
1867 static void hdlcdev_rx(SLMP_INFO *info, char *buf, int size) function
1873 printk("hdlcdev_rx(%s)\n",dev->name);
4981 hdlcdev_rx(info,info->tmp_rx_buf,framesize);

Completed in 39 milliseconds