centos man page for __request_region

Query: __request_region

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

__REQUEST_REGION(9)						Hardware Interfaces					       __REQUEST_REGION(9)

NAME
__request_region - create a new busy resource region
SYNOPSIS
struct resource * __request_region(struct resource * parent, resource_size_t start, resource_size_t n, const char * name, int flags);
ARGUMENTS
parent parent resource descriptor start resource start address n resource region size name reserving caller's ID string flags IO resource flags
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 __REQUEST_REGION(9)
Related Man Pages
rminit(9r) - osf1
bus_alloc_resource_any(9) - freebsd
bus_alloc_resource(9) - minix
bus_alloc_resource(9) - redhat
bus_alloc_resource(9) - posix
Similar Topics in the Unix Linux Community
Device driver request_region 0xcf8 fails