Lines Matching refs:pci_resource
895 struct pci_resource *mem_node; in cpqhp_save_used_resources()
896 struct pci_resource *p_mem_node; in cpqhp_save_used_resources()
897 struct pci_resource *io_node; in cpqhp_save_used_resources()
898 struct pci_resource *bus_node; in cpqhp_save_used_resources()
922 bus_node =(struct pci_resource *) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in cpqhp_save_used_resources()
938 io_node = (struct pci_resource *) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in cpqhp_save_used_resources()
954 mem_node = (struct pci_resource *) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in cpqhp_save_used_resources()
970 p_mem_node = (struct pci_resource *) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in cpqhp_save_used_resources()
999 io_node = (struct pci_resource *) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in cpqhp_save_used_resources()
1016 p_mem_node = (struct pci_resource *) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in cpqhp_save_used_resources()
1032 mem_node = (struct pci_resource *) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in cpqhp_save_used_resources()
1065 io_node = (struct pci_resource *) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in cpqhp_save_used_resources()
1081 p_mem_node = (struct pci_resource *) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in cpqhp_save_used_resources()
1097 mem_node = (struct pci_resource *) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in cpqhp_save_used_resources()
1346 struct pci_resource *mem_node; in cpqhp_find_available_resources()
1347 struct pci_resource *p_mem_node; in cpqhp_find_available_resources()
1348 struct pci_resource *io_node; in cpqhp_find_available_resources()
1349 struct pci_resource *bus_node; in cpqhp_find_available_resources()
1475 io_node = (struct pci_resource *) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in cpqhp_find_available_resources()
1496 mem_node = (struct pci_resource *) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in cpqhp_find_available_resources()
1519 p_mem_node = (struct pci_resource *) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in cpqhp_find_available_resources()
1542 bus_node = (struct pci_resource *) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in cpqhp_find_available_resources()
1586 struct pci_resource *node; in cpqhp_return_board_resources()
1587 struct pci_resource *t_node; in cpqhp_return_board_resources()
1641 struct pci_resource *res, *tres; in cpqhp_destroy_resource_list()
1688 struct pci_resource *res, *tres; in cpqhp_destroy_board_resources()