Lines Matching full:resource
30 .Nd activate or deactivate a resource
40 .Fa "device_t dev" "struct resource *r"
44 .Fa "device_t dev" "struct resource *r"
47 These functions activate or deactivate a previously allocated resource.
50 Bus drivers may perform additional actions to ensure that the resource is
54 when activating a memory resource.
59 The device that requests ownership of the resource.
60 Before allocation, the resource is owned by the parent bus.
63 .Vt "struct resource"
67 .Ss Resource Mapping
70 tag and handle will create a mapping of the entire resource when activated.
89 A driver may use this if it wishes to allocate its own mappings of a resource
95 is also provided that accepts the associated resource as the first argument
111 resource: