Lines Matching full:carrier
12 2.2 Carrier Devices
40 The current implementation is limited to PCI and PCIe based carrier devices
44 - Multi-resource MCB devices like the VME Controller or M-Module carrier.
47 - A per-carrier IRQ domain for carrier devices that have one (or more) IRQs
56 - drivers for MCB Carrier Devices and
71 Carrier Devices
74 A carrier device is just an abstraction for the real world physical bus the
76 properties of the carrier device (like querying the IRQ number of a PCI
77 device). To provide abstraction from the real hardware bus, an MCB carrier
79 to hardware related function calls. For example a carrier device may
106 inside the carrier and is intended to be passed to ioremap() and friends. It
113 MCB bus. If a carrier device driver implements the ->get_irq() callback
114 method, the IRQ number assigned by the carrier device will be returned,
182 carrier device's 'struct device'. Fortunately 'struct mcb_device' embeds a
183 pointer (->dma_dev) to the carrier's device for DMA purposes::