Lines Matching full:resource
31 .Nd map or unmap an active resource
41 .Fa "device_t dev" "struct resource *r"
46 .Fa "device_t dev" "struct resource *r" "struct resource_map *map"
52 resource.
53 Mappings permit CPU access to the resource via the
60 The device that owns the resource.
63 .Vt "struct resource"
70 to request a mapping of the entire resource with the default properties.
72 The resource mapping to create or destroy.
74 .Ss Resource Mappings
75 Resource mappings are described by a
90 .Vt "struct resource"
114 These two members specify a region of the resource to map.
115 By default a mapping is created for the entire resource.
118 is relative to the start of the resource.
120 Specifies a memory attribute to use when mapping the resource.
131 struct resource *r;