tmp_rx_buf 207 drivers/tty/synclinkmp.c unsigned char *tmp_rx_buf; tmp_rx_buf 3503 drivers/tty/synclinkmp.c info->tmp_rx_buf = kmalloc(info->max_frame_size, GFP_KERNEL); tmp_rx_buf 3504 drivers/tty/synclinkmp.c if (info->tmp_rx_buf == NULL) tmp_rx_buf 3509 drivers/tty/synclinkmp.c kfree(info->tmp_rx_buf); tmp_rx_buf 3510 drivers/tty/synclinkmp.c info->tmp_rx_buf = NULL; tmp_rx_buf 3518 drivers/tty/synclinkmp.c kfree(info->tmp_rx_buf); tmp_rx_buf 3519 drivers/tty/synclinkmp.c info->tmp_rx_buf = NULL; tmp_rx_buf 4945 drivers/tty/synclinkmp.c unsigned char *ptmp = info->tmp_rx_buf; tmp_rx_buf 4964 drivers/tty/synclinkmp.c hdlcdev_rx(info,info->tmp_rx_buf,framesize); tmp_rx_buf 4967 drivers/tty/synclinkmp.c ldisc_receive_buf(tty,info->tmp_rx_buf, tmp_rx_buf 5246 drivers/tty/synclinkmp.c memset(info->tmp_rx_buf,0,TESTFRAMESIZE); tmp_rx_buf 5272 drivers/tty/synclinkmp.c memcmp(buf, info->tmp_rx_buf,count))) {