tmp_rbuf          343 drivers/tty/synclink_gt.c 	unsigned char *tmp_rbuf;
tmp_rbuf         3314 drivers/tty/synclink_gt.c 	info->tmp_rbuf = kmalloc(info->max_frame_size + 5, GFP_KERNEL);
tmp_rbuf         3315 drivers/tty/synclink_gt.c 	if (info->tmp_rbuf == NULL)
tmp_rbuf         3320 drivers/tty/synclink_gt.c 		kfree(info->tmp_rbuf);
tmp_rbuf         3321 drivers/tty/synclink_gt.c 		info->tmp_rbuf = NULL;
tmp_rbuf         3329 drivers/tty/synclink_gt.c 	kfree(info->tmp_rbuf);
tmp_rbuf         3330 drivers/tty/synclink_gt.c 	info->tmp_rbuf = NULL;
tmp_rbuf         4708 drivers/tty/synclink_gt.c 			unsigned char *p = info->tmp_rbuf;
tmp_rbuf         4729 drivers/tty/synclink_gt.c 				hdlcdev_rx(info,info->tmp_rbuf, framesize);
tmp_rbuf         4732 drivers/tty/synclink_gt.c 				ldisc_receive_buf(tty, info->tmp_rbuf, info->flag_buf, framesize);
tmp_rbuf         4999 drivers/tty/synclink_gt.c 		dest  = info->tmp_rbuf;
tmp_rbuf         5009 drivers/tty/synclink_gt.c 		DBGDATA(info, info->tmp_rbuf, info->tmp_rbuf_count, "rx");
tmp_rbuf         5040 drivers/tty/synclink_gt.c 	memset(info->tmp_rbuf, 0, TESTFRAMESIZE);
tmp_rbuf         5060 drivers/tty/synclink_gt.c 		  memcmp(buf, info->tmp_rbuf, count))) {