1LOOKUP_RESOURCE(9)            Hardware Interfaces           LOOKUP_RESOURCE(9)
2
3
4

NAME

6       lookup_resource - find an existing resource by a resource start address
7

SYNOPSIS

9       struct resource * lookup_resource(struct resource * root,
10                                         resource_size_t start);
11

ARGUMENTS

13       root
14           root resource descriptor
15
16       start
17           resource start address
18

DESCRIPTION

20       Returns a pointer to the resource if found, NULL otherwise
21
23Kernel Hackers Manual 3.10         June 2019                LOOKUP_RESOURCE(9)
Impressum