Searched refs:msgbuf_head (Results 1 – 2 of 2) sorted by relevance
336 if (brd->msgbuf_head) { in dgnc_cleanup_board()341 dev_dbg(&brd->pdev->dev, "%s\n", brd->msgbuf_head); in dgnc_cleanup_board()342 kfree(brd->msgbuf_head); in dgnc_cleanup_board()343 brd->msgbuf_head = NULL; in dgnc_cleanup_board()387 brd->msgbuf_head = kcalloc(8192, sizeof(u8), GFP_KERNEL); in dgnc_found_board()388 brd->msgbuf = brd->msgbuf_head; in dgnc_found_board()579 dev_dbg(&brd->pdev->dev, "%s\n", brd->msgbuf_head); in dgnc_found_board()580 kfree(brd->msgbuf_head); in dgnc_found_board()581 brd->msgbuf_head = NULL; in dgnc_found_board()
223 char *msgbuf_head; member