Searched refs:pci_resource (Results 1 – 7 of 7) sorted by relevance
239 struct pci_resource *mem_head;240 struct pci_resource *p_mem_head;241 struct pci_resource *io_head;242 struct pci_resource *bus_head;266 struct pci_resource { struct267 struct pci_resource *next; argument282 struct pci_resource *mem_head; argument283 struct pci_resource *p_mem_head;284 struct pci_resource *io_head;285 struct pci_resource *bus_head;[all …]
298 static int sort_by_size(struct pci_resource **head) in sort_by_size()300 struct pci_resource *current_res; in sort_by_size()301 struct pci_resource *next_res; in sort_by_size()346 static int sort_by_max_size(struct pci_resource **head) in sort_by_max_size()348 struct pci_resource *current_res; in sort_by_max_size()349 struct pci_resource *next_res; in sort_by_max_size()396 static struct pci_resource *do_pre_bridge_resource_split(struct pci_resource **head, in do_pre_bridge_resource_split()397 struct pci_resource **orig_head, u32 alignment) in do_pre_bridge_resource_split()399 struct pci_resource *prevnode = NULL; in do_pre_bridge_resource_split()400 struct pci_resource *node; in do_pre_bridge_resource_split()[all …]
232 struct pci_resource *resNode; in store_HRT()427 struct pci_resource *mem_node; in compaq_nvram_load()428 struct pci_resource *p_mem_node; in compaq_nvram_load()429 struct pci_resource *io_node; in compaq_nvram_load()430 struct pci_resource *bus_node; in compaq_nvram_load()507 mem_node = kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in compaq_nvram_load()535 p_mem_node = kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in compaq_nvram_load()563 io_node = kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in compaq_nvram_load()591 bus_node = kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in compaq_nvram_load()
703 struct pci_resource *mem_node; in cpqhp_save_used_resources()704 struct pci_resource *p_mem_node; in cpqhp_save_used_resources()705 struct pci_resource *io_node; in cpqhp_save_used_resources()706 struct pci_resource *bus_node; in cpqhp_save_used_resources()1180 struct pci_resource *mem_node; in cpqhp_find_available_resources()1181 struct pci_resource *p_mem_node; in cpqhp_find_available_resources()1182 struct pci_resource *io_node; in cpqhp_find_available_resources()1183 struct pci_resource *bus_node; in cpqhp_find_available_resources()1423 struct pci_resource *node; in cpqhp_return_board_resources()1424 struct pci_resource *t_node; in cpqhp_return_board_resources()[all …]
32 struct pci_resource *res; in show_ctrl()70 struct pci_resource *res; in show_dev()
1254 struct pci_resource *res; in unload_cpqphpd()1255 struct pci_resource *tres; in unload_cpqphpd()
1207 static struct resource pci_resource(struct pci_dev *pdev, int bar) in pci_resource() function1224 ggtt->gmadr = pci_resource(pdev, GEN4_GMADR_BAR); in gen8_gmch_probe()1400 ggtt->gmadr = pci_resource(pdev, GEN4_GMADR_BAR); in gen6_gmch_probe()