Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rts5208/
Drtsx.c650 if (dev->rtsx_resv_buf) { in rtsx_release_resources()
652 dev->rtsx_resv_buf, dev->rtsx_resv_buf_addr); in rtsx_release_resources()
922 dev->rtsx_resv_buf = dma_alloc_coherent(&(pci->dev), RTSX_RESV_BUF_LEN, in rtsx_probe()
924 if (dev->rtsx_resv_buf == NULL) { in rtsx_probe()
929 dev->chip->host_cmds_ptr = dev->rtsx_resv_buf; in rtsx_probe()
931 dev->chip->host_sg_tbl_ptr = dev->rtsx_resv_buf + HOST_CMDS_BUF_LEN; in rtsx_probe()
Drtsx.h124 void *rtsx_resv_buf; member
/linux-4.1.27/drivers/mfd/
Drtsx_pcr.c1217 pcr->rtsx_resv_buf = dma_alloc_coherent(&(pcidev->dev), in rtsx_pci_probe()
1220 if (pcr->rtsx_resv_buf == NULL) { in rtsx_pci_probe()
1224 pcr->host_cmds_ptr = pcr->rtsx_resv_buf; in rtsx_pci_probe()
1226 pcr->host_sg_tbl_ptr = pcr->rtsx_resv_buf + HOST_CMDS_BUF_LEN; in rtsx_pci_probe()
1271 pcr->rtsx_resv_buf, pcr->rtsx_resv_buf_addr); in rtsx_pci_probe()
1305 pcr->rtsx_resv_buf, pcr->rtsx_resv_buf_addr); in rtsx_pci_remove()
/linux-4.1.27/include/linux/mfd/
Drtsx_pci.h885 void *rtsx_resv_buf; member