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

/linux-4.1.27/drivers/pci/
H A Dpci.c4339 static char resource_alignment_param[RESOURCE_ALIGNMENT_PARAM_SIZE] = {0}; variable
4356 p = resource_alignment_param; pci_specified_resource_alignment()
4468 strncpy(resource_alignment_param, buf, count); pci_set_resource_alignment_param()
4469 resource_alignment_param[count] = '\0'; pci_set_resource_alignment_param()
4478 count = snprintf(buf, size, "%s", resource_alignment_param); pci_get_resource_alignment_param()

Completed in 104 milliseconds