table of contents
INSERT_RESOURCE(9) | Hardware Interfaces | INSERT_RESOURCE(9) |
NAME¶
insert_resource - Inserts a resource in the resource tree
SYNOPSIS¶
int insert_resource(struct resource * parent, struct resource * new);
ARGUMENTS¶
parent
parent of the new resource
new
new resource to insert
DESCRIPTION¶
Returns 0 on success, -EBUSY if the resource can't be inserted.
This function is intended for producers of resources, such as FW modules and bus drivers.
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |