Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/
Dsynclink_gt.c346 unsigned char *tmp_rbuf; member
3361 info->tmp_rbuf = kmalloc(info->max_frame_size + 5, GFP_KERNEL); in alloc_tmp_rbuf()
3362 if (info->tmp_rbuf == NULL) in alloc_tmp_rbuf()
3369 kfree(info->tmp_rbuf); in free_tmp_rbuf()
3370 info->tmp_rbuf = NULL; in free_tmp_rbuf()
4741 unsigned char *p = info->tmp_rbuf; in rx_get_frame()
4762 hdlcdev_rx(info,info->tmp_rbuf, framesize); in rx_get_frame()
4765 ldisc_receive_buf(tty, info->tmp_rbuf, info->flag_buf, framesize); in rx_get_frame()
5032 dest = info->tmp_rbuf; in loopback_test_rx()
5042 DBGDATA(info, info->tmp_rbuf, info->tmp_rbuf_count, "rx"); in loopback_test_rx()
[all …]