Lines Matching refs:pci_resource
672 struct pci_resource *mem_node = NULL; in shpchp_save_used_resources()
673 struct pci_resource *p_mem_node = NULL; in shpchp_save_used_resources()
674 struct pci_resource *t_mem_node; in shpchp_save_used_resources()
675 struct pci_resource *io_node; in shpchp_save_used_resources()
676 struct pci_resource *bus_node; in shpchp_save_used_resources()
712 bus_node =(struct pci_resource *) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in shpchp_save_used_resources()
729 io_node = (struct pci_resource *) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in shpchp_save_used_resources()
745 mem_node = (struct pci_resource *) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in shpchp_save_used_resources()
760 p_mem_node = (struct pci_resource *) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in shpchp_save_used_resources()
796 io_node = (struct pci_resource *) kmalloc(sizeof (struct pci_resource), GFP_KERNEL); in shpchp_save_used_resources()
812 t_mem_node = (struct pci_resource *) kmalloc(sizeof (struct pci_resource), GFP_KERNEL); in shpchp_save_used_resources()
902 struct pci_resource *node; in shpchp_return_board_resources()
903 struct pci_resource *t_node; in shpchp_return_board_resources()
957 struct pci_resource *res, *tres; in shpchp_destroy_resource_list()
1004 struct pci_resource *res, *tres; in shpchp_destroy_board_resources()