Searched refs:pci_resource (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/pci/hotplug/ |
A D | cpqphp.h | 239 struct pci_resource *mem_head; 241 struct pci_resource *io_head; 242 struct pci_resource *bus_head; 266 struct pci_resource { struct 267 struct pci_resource *next; argument 282 struct pci_resource *mem_head; argument 284 struct pci_resource *io_head; 285 struct pci_resource *bus_head; 319 struct pci_resource *mem_head; 321 struct pci_resource *io_head; [all …]
|
A D | cpqphp_ctrl.c | 396 static struct pci_resource *do_pre_bridge_resource_split(struct pci_resource **head, in do_pre_bridge_resource_split() 400 struct pci_resource *node; in do_pre_bridge_resource_split() 476 struct pci_resource *node; in do_bridge_resource_split() 526 static struct pci_resource *get_io_resource(struct pci_resource **head, u32 size) in get_io_resource() 529 struct pci_resource *node; in get_io_resource() 623 static struct pci_resource *get_max_resource(struct pci_resource **head, u32 size) in get_max_resource() 625 struct pci_resource *max; in get_max_resource() 626 struct pci_resource *temp; in get_max_resource() 720 static struct pci_resource *get_resource(struct pci_resource **head, u32 size) in get_resource() 723 struct pci_resource *node; in get_resource() [all …]
|
A D | cpqphp_nvram.c | 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()
|
A D | cpqphp_pci.c | 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 …]
|
A D | cpqphp_sysfs.c | 32 struct pci_resource *res; in show_ctrl() 70 struct pci_resource *res; in show_dev()
|
A D | cpqphp_core.c | 1254 struct pci_resource *res; in unload_cpqphpd() 1255 struct pci_resource *tres; in unload_cpqphpd()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/ |
A D | intel_ggtt.c | 887 static struct resource pci_resource(struct pci_dev *pdev, int bar) in pci_resource() function 904 ggtt->gmadr = pci_resource(pdev, GEN4_GMADR_BAR); in gen8_gmch_probe() 1060 ggtt->gmadr = pci_resource(pdev, GEN4_GMADR_BAR); in gen6_gmch_probe()
|
Completed in 19 milliseconds