Lines Matching refs:a
12 2. Devres : Devres in a nutshell
24 example, a plain SFF ATA controller (that is, good old PCI IDE) in
31 bunch, but aren't all low level driver developers? After spending a
51 associated with a struct device. Each devres entry is associated with
52 a release function. A devres can be released in several ways. No
99 If a driver uses dmam_alloc_coherent(), the area is guaranteed to be
101 detached. If most resources are acquired using managed interface, a
132 As shown above, low level drivers can be simplified a lot by using
148 Devres entries can be grouped using devres group. When a group is
207 Lifetime of a devres entry begins on devres allocation and finishes
239 certainly invest a bit more effort into libata core layer).