Home
last modified time | relevance | path

Searched refs:rtsx_resv_buf (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/rts5208/
Drtsx.c649 if (dev->rtsx_resv_buf) { in rtsx_release_resources()
919 dev->rtsx_resv_buf = dmam_alloc_coherent(&pci->dev, RTSX_RESV_BUF_LEN, in rtsx_probe()
921 if (dev->rtsx_resv_buf == NULL) { in rtsx_probe()
926 dev->chip->host_cmds_ptr = dev->rtsx_resv_buf; in rtsx_probe()
928 dev->chip->host_sg_tbl_ptr = dev->rtsx_resv_buf + HOST_CMDS_BUF_LEN; in rtsx_probe()
Drtsx.h121 void *rtsx_resv_buf; member
/linux-4.4.14/drivers/mfd/
Drtsx_pcr.c1216 pcr->rtsx_resv_buf = dma_alloc_coherent(&(pcidev->dev), in rtsx_pci_probe()
1219 if (pcr->rtsx_resv_buf == NULL) { in rtsx_pci_probe()
1223 pcr->host_cmds_ptr = pcr->rtsx_resv_buf; in rtsx_pci_probe()
1225 pcr->host_sg_tbl_ptr = pcr->rtsx_resv_buf + HOST_CMDS_BUF_LEN; in rtsx_pci_probe()
1270 pcr->rtsx_resv_buf, pcr->rtsx_resv_buf_addr); in rtsx_pci_probe()
1304 pcr->rtsx_resv_buf, pcr->rtsx_resv_buf_addr); in rtsx_pci_remove()
/linux-4.4.14/include/linux/mfd/
Drtsx_pci.h891 void *rtsx_resv_buf; member