Searched refs:msgbuf_head (Results 1 – 2 of 2) sorted by relevance
332 if (brd->msgbuf_head) { in dgnc_cleanup_board()337 dev_dbg(&brd->pdev->dev, "%s\n", brd->msgbuf_head); in dgnc_cleanup_board()338 kfree(brd->msgbuf_head); in dgnc_cleanup_board()339 brd->msgbuf_head = NULL; in dgnc_cleanup_board()380 brd->msgbuf_head = kcalloc(8192, sizeof(u8), GFP_KERNEL); in dgnc_found_board()381 brd->msgbuf = brd->msgbuf_head; in dgnc_found_board()566 dev_dbg(&brd->pdev->dev, "%s\n", brd->msgbuf_head); in dgnc_found_board()567 kfree(brd->msgbuf_head); in dgnc_found_board()568 brd->msgbuf_head = NULL; in dgnc_found_board()
231 char *msgbuf_head; member