Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/whci/
Dinit.c129 whc->gen_cmd_buf = dma_alloc_coherent(&whc->umc->dev, WHC_GEN_CMD_DATA_LEN, in whc_init()
131 if (whc->gen_cmd_buf == NULL) { in whc_init()
171 if (whc->gen_cmd_buf) in whc_clean_up()
173 whc->gen_cmd_buf, whc->gen_cmd_buf_dma); in whc_clean_up()
Dhw.c70 memcpy(whc->gen_cmd_buf, addr, len); in whc_do_gencmd()
Dwhcd.h56 void * gen_cmd_buf; member