Searched refs:pci_resource (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | cpqphp_ctrl.c | 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 *prevnod in do_pre_bridge_resource_split() [all...] |
H A D | cpqphp.h | 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 { struct 267 struct pci_resource *next; 282 struct pci_resource *mem_head; 283 struct pci_resource *p_mem_head; 284 struct pci_resource *io_head; 285 struct pci_resource *bus_hea [all...] |
H A D | cpqphp_nvram.c | 232 struct pci_resource *resNode; in store_HRT() 430 struct pci_resource *mem_node; in compaq_nvram_load() 431 struct pci_resource *p_mem_node; in compaq_nvram_load() 432 struct pci_resource *io_node; in compaq_nvram_load() 433 struct pci_resource *bus_node; in compaq_nvram_load() 510 mem_node = kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in compaq_nvram_load() 538 p_mem_node = kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in compaq_nvram_load() 566 io_node = kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in compaq_nvram_load() 594 bus_node = kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in compaq_nvram_load()
|
H A D | cpqphp_pci.c | 701 struct pci_resource *mem_node; in cpqhp_save_used_resources() 702 struct pci_resource *p_mem_node; in cpqhp_save_used_resources() 703 struct pci_resource *io_node; in cpqhp_save_used_resources() 704 struct pci_resource *bus_node; in cpqhp_save_used_resources() 1178 struct pci_resource *mem_node; in cpqhp_find_available_resources() 1179 struct pci_resource *p_mem_node; in cpqhp_find_available_resources() 1180 struct pci_resource *io_node; in cpqhp_find_available_resources() 1181 struct pci_resource *bus_node; in cpqhp_find_available_resources() 1421 struct pci_resource *node; in cpqhp_return_board_resources() 1422 struct pci_resource *t_nod in cpqhp_return_board_resources() [all...] |
H A D | cpqphp_sysfs.c | 32 struct pci_resource *res; in show_ctrl() 70 struct pci_resource *res; in show_dev()
|
H A D | cpqphp_core.c | 1253 struct pci_resource *res; in unload_cpqphpd() 1254 struct pci_resource *tres; in unload_cpqphpd()
|
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | cpqphp_ctrl.c | 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 *prevnod in do_pre_bridge_resource_split() [all...] |
H A D | cpqphp.h | 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 { struct 267 struct pci_resource *next; 282 struct pci_resource *mem_head; 283 struct pci_resource *p_mem_head; 284 struct pci_resource *io_head; 285 struct pci_resource *bus_hea [all...] |
H 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()
|
H 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_nod in cpqhp_return_board_resources() [all...] |
H A D | cpqphp_sysfs.c | 32 struct pci_resource *res; in show_ctrl() 70 struct pci_resource *res; in show_dev()
|
H A D | cpqphp_core.c | 1254 struct pci_resource *res; in unload_cpqphpd() 1255 struct pci_resource *tres; in unload_cpqphpd()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_ggtt.c | 847 static struct resource pci_resource(struct pci_dev *pdev, int bar) in pci_resource() function 862 ggtt->gmadr = pci_resource(pdev, 2); in gen8_gmch_probe() 1004 ggtt->gmadr = pci_resource(pdev, 2); in gen6_gmch_probe()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_ggtt.c | 964 static struct resource pci_resource(struct pci_dev *pdev, int bar) in pci_resource() function 981 ggtt->gmadr = pci_resource(pdev, GEN4_GMADR_BAR); in gen8_gmch_probe() 1146 ggtt->gmadr = pci_resource(pdev, GEN4_GMADR_BAR); in gen6_gmch_probe()
|
Completed in 17 milliseconds