Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/
Dsynclinkmp.c207 unsigned char *tmp_rx_buf; member
3500 info->tmp_rx_buf = kmalloc(info->max_frame_size, GFP_KERNEL); in alloc_tmp_rx_buf()
3501 if (info->tmp_rx_buf == NULL) in alloc_tmp_rx_buf()
3506 kfree(info->tmp_rx_buf); in alloc_tmp_rx_buf()
3507 info->tmp_rx_buf = NULL; in alloc_tmp_rx_buf()
3515 kfree(info->tmp_rx_buf); in free_tmp_rx_buf()
3516 info->tmp_rx_buf = NULL; in free_tmp_rx_buf()
4942 unsigned char *ptmp = info->tmp_rx_buf; in rx_get_frame()
4961 hdlcdev_rx(info,info->tmp_rx_buf,framesize); in rx_get_frame()
4964 ldisc_receive_buf(tty,info->tmp_rx_buf, in rx_get_frame()
[all …]