1__HT_CREATE_IRQ(9) Hardware Interfaces __HT_CREATE_IRQ(9)
2
3
4
6 __ht_create_irq - create an irq and attach it to a device.
7
9 int __ht_create_irq(struct pci_dev * dev, int idx,
10 ht_irq_update_t * update);
11
13 dev
14 The hypertransport device to find the irq capability on.
15
16 idx
17 Which of the possible irqs to attach to.
18
19 update
20 Function to be called when changing the htirq message
21
23 The irq number of the new irq or a negative error value is returned.
24
26Kernel Hackers Manual 2.6. June 2019 __HT_CREATE_IRQ(9)