1LOOKUP_RESOURCE(9) Hardware Interfaces LOOKUP_RESOURCE(9)
23
4
NAME
6lookup_resource - find an existing resource by a resource start address
7
SYNOPSIS
9struct resource * lookup_resource(struct resource * root,
10resource_size_t start);
11
ARGUMENTS
13root
14root resource descriptor
1516
start
17resource start address
18
DESCRIPTION
20Returns a pointer to the resource if found, NULL otherwise
21
COPYRIGHT
23Kernel Hackers Manual 3.10 June 2019 LOOKUP_RESOURCE(9)