Home
last modified time | relevance | path

Searched refs:irq_descr (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/include/sound/
Dcore.h102 char irq_descr[32]; /* Interrupt description */ member
/Linux-v4.19/sound/core/
Dinit.c270 snprintf(card->irq_descr, sizeof(card->irq_descr), "%s:%s", in snd_card_new()
/Linux-v4.19/include/linux/usb/
Dhcd.h88 char irq_descr[24]; /* driver + bus # */ member
/Linux-v4.19/drivers/usb/core/
Dhcd.c2689 snprintf(hcd->irq_descr, sizeof(hcd->irq_descr), "%s:usb%d", in usb_hcd_request_irqs()
2692 hcd->irq_descr, hcd); in usb_hcd_request_irqs()
/Linux-v4.19/drivers/usb/host/
Dxhci.c443 if (!strlen(hcd->irq_descr)) in xhci_try_enable_msi()
444 snprintf(hcd->irq_descr, sizeof(hcd->irq_descr), "%s:usb%d", in xhci_try_enable_msi()
449 hcd->irq_descr, hcd); in xhci_try_enable_msi()
/Linux-v4.19/sound/pci/hda/
Dhda_intel.c852 chip->card->irq_descr, chip)) { in azx_acquire_irq()