Lines Matching refs:pci_resource
78 struct pci_resource *mem_head;
79 struct pci_resource *p_mem_head;
80 struct pci_resource *io_head;
81 struct pci_resource *bus_head;
98 struct pci_resource *tmem_head; /* total from crs */
99 struct pci_resource *tp_mem_head; /* total from crs */
100 struct pci_resource *tio_head; /* total from crs */
101 struct pci_resource *tbus_head; /* total from crs */
102 struct pci_resource *mem_head; /* available */
103 struct pci_resource *p_mem_head; /* available */
104 struct pci_resource *io_head; /* available */
105 struct pci_resource *bus_head; /* available */
298 static void free_pci_resource ( struct pci_resource *aprh) in free_pci_resource()
300 struct pci_resource *res, *next; in free_pci_resource()
308 static void print_pci_resource ( struct pci_resource *aprh) in print_pci_resource()
310 struct pci_resource *res; in print_pci_resource()
385 struct pci_resource **aprh, in shpchprm_delete_resource()
389 struct pci_resource *res; in shpchprm_delete_resource()
390 struct pci_resource *prevnode; in shpchprm_delete_resource()
391 struct pci_resource *split_node; in shpchprm_delete_resource()
409 split_node = (struct pci_resource *) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in shpchprm_delete_resource()
423 split_node = (struct pci_resource*) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in shpchprm_delete_resource()
453 struct pci_resource **aprh, in shpchprm_delete_resources()
454 struct pci_resource *this in shpchprm_delete_resources()
457 struct pci_resource *res; in shpchprm_delete_resources()
466 struct pci_resource **aprh, in shpchprm_add_resource()
470 struct pci_resource *res; in shpchprm_add_resource()
483 res = kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in shpchprm_add_resource()
488 memset(res, 0, sizeof (struct pci_resource)); in shpchprm_add_resource()
500 struct pci_resource **aprh, in shpchprm_add_resources()
501 struct pci_resource *this in shpchprm_add_resources()
504 struct pci_resource *res; in shpchprm_add_resources()
553 struct pci_resource **aprh, **tprh; in acpi_parse_address16_32()