Searched refs:flipbuf (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/dgnc/ |
D | dgnc_driver.c | 358 kfree(brd->flipbuf); in dgnc_cleanup_board() 590 brd->flipbuf = kzalloc(MYFLIPLEN, GFP_KERNEL); in dgnc_found_board()
|
D | dgnc_driver.h | 215 char *flipbuf; /* Our flip buffer, alloced if board is found */ member
|
/linux-4.1.27/drivers/staging/dgap/ |
D | dgap.c | 1656 buf = ch->ch_bd->flipbuf; in dgap_input() 1696 dgap_parity_scan(ch, ch->ch_bd->flipbuf, in dgap_input() 1700 tty_insert_flip_string_flags(tp->port, ch->ch_bd->flipbuf, in dgap_input() 1704 tty_insert_flip_string(tp->port, ch->ch_bd->flipbuf, len); in dgap_input() 5336 brd->flipbuf = kmalloc(MYFLIPLEN, GFP_KERNEL); in dgap_alloc_flipbuf() 5337 if (!brd->flipbuf) in dgap_alloc_flipbuf() 5342 kfree(brd->flipbuf); in dgap_alloc_flipbuf() 5351 kfree(brd->flipbuf); in dgap_free_flipbuf() 7096 kfree(brd->flipbuf); in dgap_cleanup_board()
|
D | dgap.h | 589 char *flipbuf; /* Our flip buffer, alloced if */ member
|