Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/pci/
Dpci.c3651 static char resource_alignment_param[RESOURCE_ALIGNMENT_PARAM_SIZE] = {0}; variable
3668 p = resource_alignment_param; in pci_specified_resource_alignment()
3790 strncpy(resource_alignment_param, buf, count); in pci_set_resource_alignment_param()
3791 resource_alignment_param[count] = '\0'; in pci_set_resource_alignment_param()
3800 count = snprintf(buf, size, "%s", resource_alignment_param); in pci_get_resource_alignment_param()