Home
last modified time | relevance | path

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

/Linux-v5.4/include/sound/
Dcore.h87 char irq_descr[32]; /* Interrupt description */ member
/Linux-v5.4/sound/core/
Dinit.c229 snprintf(card->irq_descr, sizeof(card->irq_descr), "%s:%s", in snd_card_new()
/Linux-v5.4/include/linux/usb/
Dhcd.h94 char irq_descr[24]; /* driver + bus # */ member
/Linux-v5.4/drivers/usb/core/
Dhcd.c2583 snprintf(hcd->irq_descr, sizeof(hcd->irq_descr), "%s:usb%d", in usb_hcd_request_irqs()
2586 hcd->irq_descr, hcd); in usb_hcd_request_irqs()
/Linux-v5.4/drivers/usb/host/
Dxhci.c442 if (!strlen(hcd->irq_descr)) in xhci_try_enable_msi()
443 snprintf(hcd->irq_descr, sizeof(hcd->irq_descr), "%s:usb%d", in xhci_try_enable_msi()
448 hcd->irq_descr, hcd); in xhci_try_enable_msi()
/Linux-v5.4/sound/pci/hda/
Dhda_intel.c784 chip->card->irq_descr, chip)) { in azx_acquire_irq()