Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/dgap/
Ddgap.h591 char *flipflagbuf; /* Our flip flag buffer, alloced */ member
Ddgap.c1697 ch->ch_bd->flipflagbuf, &len); in dgap_input()
1701 ch->ch_bd->flipflagbuf, len); in dgap_input()
5340 brd->flipflagbuf = kmalloc(MYFLIPLEN, GFP_KERNEL); in dgap_alloc_flipbuf()
5341 if (!brd->flipflagbuf) { in dgap_alloc_flipbuf()
5352 kfree(brd->flipflagbuf); in dgap_free_flipbuf()
7097 kfree(brd->flipflagbuf); in dgap_cleanup_board()