Home
last modified time | relevance | path

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

/Linux-v5.10/include/sound/
Dcore.h87 char irq_descr[32]; /* Interrupt description */ member
/Linux-v5.10/sound/core/
Dinit.c234 snprintf(card->irq_descr, sizeof(card->irq_descr), "%s:%s", in snd_card_new()
/Linux-v5.10/include/linux/usb/
Dhcd.h94 char irq_descr[24]; /* driver + bus # */ member
/Linux-v5.10/drivers/usb/core/
Dhcd.c2580 snprintf(hcd->irq_descr, sizeof(hcd->irq_descr), "%s:usb%d", in usb_hcd_request_irqs()
2583 hcd->irq_descr, hcd); in usb_hcd_request_irqs()
/Linux-v5.10/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.10/sound/pci/hda/
Dhda_intel.c785 chip->card->irq_descr, chip)) { in azx_acquire_irq()