Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/dgap/
Ddgap.h590 char *flipflagbuf; /* Our flip flag buffer, alloced */ member
Ddgap.c1647 ch->ch_bd->flipflagbuf, &len); in dgap_input()
1651 ch->ch_bd->flipflagbuf, len); in dgap_input()
5258 brd->flipflagbuf = kmalloc(MYFLIPLEN, GFP_KERNEL); in dgap_alloc_flipbuf()
5259 if (!brd->flipflagbuf) { in dgap_alloc_flipbuf()
5270 kfree(brd->flipflagbuf); in dgap_free_flipbuf()
6919 kfree(brd->flipflagbuf); in dgap_cleanup_board()