table of contents
other versions
- stretch 4.9.168-1
LOOKUP_RESOURCE(9) | Hardware Interfaces | LOOKUP_RESOURCE(9) |
NAME¶
lookup_resource - find an existing resource by a resource start addressSYNOPSIS¶
struct resource * lookup_resource(struct resource * root, resource_size_t start);
ARGUMENTS¶
rootroot resource descriptor
start
resource start address
DESCRIPTION¶
Returns a pointer to the resource if found, NULL otherwiseCOPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |