Home
last modified time | relevance | path

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

/sound/oss/
Duart401.c42 int share_irq; member
323 devc->share_irq = 0; in probe_uart401()
337 devc->share_irq = 1; in probe_uart401()
340 devc->share_irq = 0; in probe_uart401()
342 if (!devc->share_irq) in probe_uart401()
345 devc->share_irq = 1; in probe_uart401()
391 if (!devc->share_irq) in probe_uart401()
418 if (!devc->share_irq) in unload_uart401()
/sound/drivers/
Dmtpav.c145 int share_irq; /* number of accesses to input interrupts */ member
362 if (mtp_card->share_irq++ == 0) in snd_mtpav_input_open()
380 if (--mtp_card->share_irq == 0) in snd_mtpav_input_close()
709 mtp_card->share_irq = 0; in snd_mtpav_probe()