Lines Matching full:sources
7 //! Traits and Structs to manage interrupt sources for devices.
40 //! or multiple interrupt sources. For example, a PCI device may support:
42 //! * PCI MSI Irq: 1,2,4,8,16,32 interrupt sources.
43 //! * PCI MSIx Irq: 2^n(n=0-11) interrupt sources.
91 /// Trait to manage interrupt sources for virtual device backends.
99 /// interrupt sources for a virtual device
102 /// sources of the same type for a virtual device.
107 /// * count: number of Interrupt Sources to be managed by the group object.
113 /// Assume the caller takes the responsibility to disable all interrupt sources of the group
120 /// Enable the interrupt sources in the group to generate interrupts.
122 // Not all interrupt sources can be enabled. in enable()
127 /// Disable the interrupt sources in the group to generate interrupts.
129 // Not all interrupt sources can be disabled. in disable()