Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/pcxhr/
Dpcxhr.h103 struct snd_dma_buffer hostport; member
Dpcxhr.c1500 if (mgr->hostport.area) { in pcxhr_free()
1501 snd_dma_free_pages(&mgr->hostport); in pcxhr_free()
1502 mgr->hostport.area = NULL; in pcxhr_free()
1668 size, &mgr->hostport) < 0) { in pcxhr_probe()
1673 memset(mgr->hostport.area, 0, size); in pcxhr_probe()
Dpcxhr_core.c419 unsigned int physaddr = mgr->hostport.addr; in pcxhr_load_boot_binary()