Searched refs:hwshare (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/sound/ |
D | wss.h | 90 unsigned short hwshare; /* shared resources */ member 155 unsigned short hwshare, 168 unsigned short hwshare,
|
/Linux-v4.19/sound/isa/wss/ |
D | wss_lib.c | 1695 if (!(chip->hwshare & WSS_HWSHARE_IRQ)) in snd_wss_free() 1698 if (!(chip->hwshare & WSS_HWSHARE_DMA1) && chip->dma1 >= 0) { in snd_wss_free() 1702 if (!(chip->hwshare & WSS_HWSHARE_DMA2) && in snd_wss_free() 1766 unsigned short hwshare, in snd_wss_new() argument 1776 chip->hwshare = hwshare; in snd_wss_new() 1805 unsigned short hwshare, in snd_wss_create() argument 1814 err = snd_wss_new(card, hardware, hwshare, &chip); in snd_wss_create() 1839 if (!(hwshare & WSS_HWSHARE_IRQ)) in snd_wss_create() 1847 if (!(hwshare & WSS_HWSHARE_DMA1) && request_dma(dma1, "WSS - 1")) { in snd_wss_create() 1853 if (!(hwshare & WSS_HWSHARE_DMA2) && dma1 != dma2 && in snd_wss_create()
|
/Linux-v4.19/sound/isa/cs423x/ |
D | cs4236_lib.c | 278 unsigned short hwshare, in snd_cs4236_create() argument 291 irq, dma1, dma2, hardware, hwshare, &chip); in snd_cs4236_create()
|