Searched refs:gen_cmd_buf (Results 1 – 3 of 3) sorted by relevance
118 whc->gen_cmd_buf = dma_alloc_coherent(&whc->umc->dev, WHC_GEN_CMD_DATA_LEN, in whc_init()120 if (whc->gen_cmd_buf == NULL) { in whc_init()160 if (whc->gen_cmd_buf) in whc_clean_up()162 whc->gen_cmd_buf, whc->gen_cmd_buf_dma); in whc_clean_up()
59 memcpy(whc->gen_cmd_buf, addr, len); in whc_do_gencmd()
43 void * gen_cmd_buf; member