Home
last modified time | relevance | path

Searched refs:pci_resource (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/pci/hotplug/
H A Dcpqphp.h239 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 …]
H A Dcpqphp_ctrl.c396 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 …]
H A Dcpqphp_nvram.c232 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()
H A Dcpqphp_pci.c694 struct pci_resource *mem_node; in cpqhp_save_used_resources()
695 struct pci_resource *p_mem_node; in cpqhp_save_used_resources()
696 struct pci_resource *io_node; in cpqhp_save_used_resources()
697 struct pci_resource *bus_node; in cpqhp_save_used_resources()
1171 struct pci_resource *mem_node; in cpqhp_find_available_resources()
1172 struct pci_resource *p_mem_node; in cpqhp_find_available_resources()
1173 struct pci_resource *io_node; in cpqhp_find_available_resources()
1174 struct pci_resource *bus_node; in cpqhp_find_available_resources()
1414 struct pci_resource *node; in cpqhp_return_board_resources()
1415 struct pci_resource *t_node; in cpqhp_return_board_resources()
[all …]
H A Dcpqphp_sysfs.c32 struct pci_resource *res; in show_ctrl()
70 struct pci_resource *res; in show_dev()
H A Dcpqphp_core.c1254 struct pci_resource *res; in unload_cpqphpd()
1255 struct pci_resource *tres; in unload_cpqphpd()
/linux-6.15/drivers/gpu/drm/i915/gt/
H A Dintel_ggtt.c1210 static struct resource pci_resource(struct pci_dev *pdev, int bar) in pci_resource() function
1227 ggtt->gmadr = pci_resource(pdev, GEN4_GMADR_BAR); in gen8_gmch_probe()
1403 ggtt->gmadr = pci_resource(pdev, GEN4_GMADR_BAR); in gen6_gmch_probe()