Home
last modified time | relevance | path

Searched refs:gen_cmd_buf (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/staging/wusbcore/host/whci/
Dinit.c118 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()
Dhw.c59 memcpy(whc->gen_cmd_buf, addr, len); in whc_do_gencmd()
Dwhcd.h43 void * gen_cmd_buf; member