Home
last modified time | relevance | path

Searched refs:hdlcdev_rx (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/char/pcmcia/
Dsynclink_cs.c386 static void hdlcdev_rx(MGSLPC_INFO *info, char *buf, int size);
3692 hdlcdev_rx(info, buf->data, framesize); in rx_get_frame()
4198 static void hdlcdev_rx(MGSLPC_INFO *info, char *buf, int size) in hdlcdev_rx() function
/linux-6.1.9/drivers/tty/
Dsynclink_gt.c1655 static void hdlcdev_rx(struct slgt_info *info, char *buf, int size) in hdlcdev_rx() function
4655 hdlcdev_rx(info,info->tmp_rbuf, framesize); in rx_get_frame()