centos man page for pci_bus_alloc_resource

Query: pci_bus_alloc_resource

OS: centos

Section: 9

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

PCI_BUS_ALLOC_RESOUR(9) 					Hardware Interfaces					   PCI_BUS_ALLOC_RESOUR(9)

NAME
pci_bus_alloc_resource - allocate a resource from a parent bus
SYNOPSIS
int pci_bus_alloc_resource(struct pci_bus * bus, struct resource * res, resource_size_t size, resource_size_t align, resource_size_t min, unsigned int type_mask, resource_size_t (*alignf) (void *, const struct resource *, resource_size_t, resource_size_t), void * alignf_data);
ARGUMENTS
bus PCI bus res resource to allocate size size of resource to allocate align alignment of resource to allocate min minimum /proc/iomem address to allocate type_mask IORESOURCE_* type flags alignf resource alignment function alignf_data data argument for resource alignment function
DESCRIPTION
Given the PCI bus a device resides on, the size, minimum address, alignment and type, try to find an acceptable resource allocation for a specific device resource.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 PCI_BUS_ALLOC_RESOUR(9)
Related Man Pages
bus_set_resource(9) - freebsd
bus_deactivate_resource(9) - debian
bus_adjust_resource(9) - freebsd
bus_activate_resource(9) - linux
bus_activate_resource(9) - osx
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
CentOS7 restoring file capabilities
Shopt -s histappend
Controlling user input
Please Welcome Dave Munro to the Moderator Team!