Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/cardreader/
Drtsx_pcr.c1485 pcr->rtsx_resv_buf = dma_alloc_coherent(&(pcidev->dev), in rtsx_pci_probe()
1488 if (pcr->rtsx_resv_buf == NULL) { in rtsx_pci_probe()
1492 pcr->host_cmds_ptr = pcr->rtsx_resv_buf; in rtsx_pci_probe()
1494 pcr->host_sg_tbl_ptr = pcr->rtsx_resv_buf + HOST_CMDS_BUF_LEN; in rtsx_pci_probe()
1541 pcr->rtsx_resv_buf, pcr->rtsx_resv_buf_addr); in rtsx_pci_probe()
1579 pcr->rtsx_resv_buf, pcr->rtsx_resv_buf_addr); in rtsx_pci_remove()
/linux-4.19.296/include/linux/
Drtsx_pci.h1196 void *rtsx_resv_buf; member