Home
last modified time | relevance | path

Searched refs:resource_alignment (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dioport.h256 resource_size_t resource_alignment(struct resource *res);
/linux/drivers/pci/
H A Dpci.h822 return resource_alignment(res); in pci_resource_alignment()
H A Dpci.c6509 pr_err("PCI: Can't parse resource_alignment parameter: %s\n", in pci_specified_resource_alignment()
6568 * the "pci=resource_alignment" argument, "resize" is true and we in pci_request_resource_alignment()
6589 * of the device specified by kernel's boot parameter 'pci=resource_alignment='.
6690 static BUS_ATTR_RW(resource_alignment);
6829 } else if (!strncmp(str, "resource_alignment=", 19)) { in pci_setup()
/linux/kernel/
H A Dresource.c1178 * resource_alignment - calculate resource's alignment
1183 resource_size_t resource_alignment(struct resource *res) in resource_alignment() function