Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/char/pcmcia/
Dsynclink_cs.c212 char *flag_buf; member
2638 info->flag_buf = kzalloc(info->max_frame_size, GFP_KERNEL); in rx_alloc_buffers()
2639 if (!info->flag_buf) { in rx_alloc_buffers()
2653 kfree(info->flag_buf); in rx_free_buffers()
2654 info->flag_buf = NULL; in rx_free_buffers()
3702 ldisc_receive_buf(tty, buf->data, info->flag_buf, framesize); in rx_get_frame()
/kernel/linux/linux-5.10/drivers/tty/
Dsynclink_gt.c293 char *flag_buf; member
3262 info->flag_buf = kzalloc(info->max_frame_size + 5, GFP_KERNEL); in alloc_tmp_rbuf()
3263 if (!info->flag_buf) { in alloc_tmp_rbuf()
3275 kfree(info->flag_buf); in free_tmp_rbuf()
3276 info->flag_buf = NULL; in free_tmp_rbuf()
4680 ldisc_receive_buf(tty, info->tmp_rbuf, info->flag_buf, framesize); in rx_get_frame()
4715 info->flag_buf, count); in rx_get_buf()
Dsynclink.c292 char *flag_buf; member
3790 info->flag_buf = kzalloc(info->max_frame_size, GFP_KERNEL); in mgsl_alloc_intermediate_rxbuffer_memory()
3791 if (!info->flag_buf) { in mgsl_alloc_intermediate_rxbuffer_memory()
3814 kfree(info->flag_buf); in mgsl_free_intermediate_rxbuffer_memory()
3815 info->flag_buf = NULL; in mgsl_free_intermediate_rxbuffer_memory()
6453 ldisc_receive_buf(tty, info->intermediate_rxbuffer, info->flag_buf, framesize); in mgsl_get_rx_frame()
6625 ldisc_receive_buf(tty, info->intermediate_rxbuffer, info->flag_buf, framesize); in mgsl_get_raw_rx_frame()
Dsynclinkmp.c265 char *flag_buf; member
3504 info->flag_buf = kzalloc(info->max_frame_size, GFP_KERNEL); in alloc_tmp_rx_buf()
3505 if (!info->flag_buf) { in alloc_tmp_rx_buf()
3517 kfree(info->flag_buf); in free_tmp_rx_buf()
3518 info->flag_buf = NULL; in free_tmp_rx_buf()
4965 info->flag_buf, framesize); in rx_get_frame()