/linux-2.4.37.9/drivers/hotplug/ |
D | acpiphp.h | 57 struct pci_resource; 74 struct pci_resource { struct 75 struct pci_resource * next; argument 125 struct pci_resource *mem_head; 126 struct pci_resource *p_mem_head; 127 struct pci_resource *io_head; 128 struct pci_resource *bus_head; 171 struct pci_resource *mem_head; 172 struct pci_resource *p_mem_head; 173 struct pci_resource *io_head; [all …]
|
D | acpiphp_res.c | 65 static int sort_by_size(struct pci_resource **head) in sort_by_size() 67 struct pci_resource *current_res; in sort_by_size() 68 struct pci_resource *next_res; in sort_by_size() 112 static int sort_by_max_size(struct pci_resource **head) in sort_by_max_size() 114 struct pci_resource *current_res; in sort_by_max_size() 115 struct pci_resource *next_res; in sort_by_max_size() 168 struct pci_resource *acpiphp_get_io_resource (struct pci_resource **head, u32 size) in acpiphp_get_io_resource() 170 struct pci_resource *prevnode; in acpiphp_get_io_resource() 171 struct pci_resource *node; in acpiphp_get_io_resource() 172 struct pci_resource *split_node; in acpiphp_get_io_resource() [all …]
|
D | pciehp.h | 68 struct pci_resource *mem_head; 69 struct pci_resource *p_mem_head; 70 struct pci_resource *io_head; 71 struct pci_resource *bus_head; 97 struct pci_resource { struct 98 struct pci_resource * next; argument 114 struct pci_resource *mem_head; argument 115 struct pci_resource *p_mem_head; 116 struct pci_resource *io_head; 117 struct pci_resource *bus_head; [all …]
|
D | pciehprm_nonacpi.c | 68 static void print_pci_resource ( struct pci_resource *aprh) in print_pci_resource() 70 struct pci_resource *res; in print_pci_resource() 108 struct pci_resource **aprh, in phprm_delete_resource() 112 struct pci_resource *res; in phprm_delete_resource() 113 struct pci_resource *prevnode; in phprm_delete_resource() 114 struct pci_resource *split_node; in phprm_delete_resource() 132 split_node = (struct pci_resource *) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in phprm_delete_resource() 146 split_node = (struct pci_resource*) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in phprm_delete_resource() 177 struct pci_resource **aprh, in phprm_delete_resources() 178 struct pci_resource *this in phprm_delete_resources() [all …]
|
D | shpchp.h | 69 struct pci_resource *mem_head; 70 struct pci_resource *p_mem_head; 71 struct pci_resource *io_head; 72 struct pci_resource *bus_head; 98 struct pci_resource { struct 99 struct pci_resource * next; argument 115 struct pci_resource *mem_head; argument 116 struct pci_resource *p_mem_head; 117 struct pci_resource *io_head; 118 struct pci_resource *bus_head; [all …]
|
D | pciehp_ctrl.c | 258 static int sort_by_size(struct pci_resource **head) in sort_by_size() 260 struct pci_resource *current_res; in sort_by_size() 261 struct pci_resource *next_res; in sort_by_size() 309 static int sort_by_max_size(struct pci_resource **head) in sort_by_max_size() 311 struct pci_resource *current_res; in sort_by_max_size() 312 struct pci_resource *next_res; in sort_by_max_size() 359 static struct pci_resource *do_pre_bridge_resource_split (struct pci_resource **head, struct pci_re… in do_pre_bridge_resource_split() 361 struct pci_resource *prevnode = NULL; in do_pre_bridge_resource_split() 362 struct pci_resource *node; in do_pre_bridge_resource_split() 363 struct pci_resource *split_node; in do_pre_bridge_resource_split() [all …]
|
D | cpqphp_ctrl.c | 327 static int sort_by_size(struct pci_resource **head) in sort_by_size() 329 struct pci_resource *current_res; in sort_by_size() 330 struct pci_resource *next_res; in sort_by_size() 378 static int sort_by_max_size(struct pci_resource **head) in sort_by_max_size() 380 struct pci_resource *current_res; in sort_by_max_size() 381 struct pci_resource *next_res; in sort_by_max_size() 428 static struct pci_resource *do_pre_bridge_resource_split (struct pci_resource **head, struct pci_re… in do_pre_bridge_resource_split() 430 struct pci_resource *prevnode = NULL; in do_pre_bridge_resource_split() 431 struct pci_resource *node; in do_pre_bridge_resource_split() 432 struct pci_resource *split_node; in do_pre_bridge_resource_split() [all …]
|
D | shpchprm_nonacpi.c | 68 static void print_pci_resource ( struct pci_resource *aprh) in print_pci_resource() 70 struct pci_resource *res; in print_pci_resource() 108 struct pci_resource **aprh, in phprm_delete_resource() 112 struct pci_resource *res; in phprm_delete_resource() 113 struct pci_resource *prevnode; in phprm_delete_resource() 114 struct pci_resource *split_node; in phprm_delete_resource() 132 split_node = (struct pci_resource *) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in phprm_delete_resource() 146 split_node = (struct pci_resource*) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in phprm_delete_resource() 177 struct pci_resource **aprh, in phprm_delete_resources() 178 struct pci_resource *this in phprm_delete_resources() [all …]
|
D | shpchp_ctrl.c | 270 static int sort_by_size(struct pci_resource **head) in sort_by_size() 272 struct pci_resource *current_res; in sort_by_size() 273 struct pci_resource *next_res; in sort_by_size() 321 static int sort_by_max_size(struct pci_resource **head) in sort_by_max_size() 323 struct pci_resource *current_res; in sort_by_max_size() 324 struct pci_resource *next_res; in sort_by_max_size() 371 static struct pci_resource *do_pre_bridge_resource_split (struct pci_resource **head, struct pci_re… in do_pre_bridge_resource_split() 373 struct pci_resource *prevnode = NULL; in do_pre_bridge_resource_split() 374 struct pci_resource *node; in do_pre_bridge_resource_split() 375 struct pci_resource *split_node; in do_pre_bridge_resource_split() [all …]
|
D | shpchprm_legacy.c | 118 struct pci_resource *mem_node; in shpchprm_find_available_resources() 119 struct pci_resource *p_mem_node; in shpchprm_find_available_resources() 120 struct pci_resource *io_node; in shpchprm_find_available_resources() 121 struct pci_resource *bus_node; in shpchprm_find_available_resources() 249 io_node = (struct pci_resource *) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in shpchprm_find_available_resources() 269 mem_node = (struct pci_resource *) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in shpchprm_find_available_resources() 292 p_mem_node = (struct pci_resource *) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in shpchprm_find_available_resources() 315 bus_node = (struct pci_resource *) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in shpchprm_find_available_resources()
|
D | cpqphp_pci.c | 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() [all …]
|
D | cpqphp_nvram.c | 245 struct pci_resource *resNode; in store_HRT() 444 struct pci_resource *mem_node; in compaq_nvram_load() 445 struct pci_resource *p_mem_node; in compaq_nvram_load() 446 struct pci_resource *io_node; in compaq_nvram_load() 447 struct pci_resource *bus_node; in compaq_nvram_load() 522 mem_node = (struct pci_resource*) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in compaq_nvram_load() 546 p_mem_node = (struct pci_resource*) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in compaq_nvram_load() 570 io_node = (struct pci_resource*) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in compaq_nvram_load() 594 bus_node = (struct pci_resource*) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in compaq_nvram_load()
|
D | pciehprm_acpi.c | 78 struct pci_resource *mem_head; 79 struct pci_resource *p_mem_head; 80 struct pci_resource *io_head; 81 struct pci_resource *bus_head; 98 struct pci_resource *tmem_head; /* total from crs */ 99 struct pci_resource *tp_mem_head; /* total from crs */ 100 struct pci_resource *tio_head; /* total from crs */ 101 struct pci_resource *tbus_head; /* total from crs */ 102 struct pci_resource *mem_head; /* available */ 103 struct pci_resource *p_mem_head; /* available */ [all …]
|
D | shpchprm_acpi.c | 78 struct pci_resource *mem_head; 79 struct pci_resource *p_mem_head; 80 struct pci_resource *io_head; 81 struct pci_resource *bus_head; 98 struct pci_resource *tmem_head; /* total from crs */ 99 struct pci_resource *tp_mem_head; /* total from crs */ 100 struct pci_resource *tio_head; /* total from crs */ 101 struct pci_resource *tbus_head; /* total from crs */ 102 struct pci_resource *mem_head; /* available */ 103 struct pci_resource *p_mem_head; /* available */ [all …]
|
D | pciehp_pci.c | 680 struct pci_resource *mem_node = NULL; in pciehp_save_used_resources() 681 struct pci_resource *p_mem_node = NULL; in pciehp_save_used_resources() 682 struct pci_resource *t_mem_node; in pciehp_save_used_resources() 683 struct pci_resource *io_node; in pciehp_save_used_resources() 684 struct pci_resource *bus_node; in pciehp_save_used_resources() 720 bus_node =(struct pci_resource *) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in pciehp_save_used_resources() 737 io_node = (struct pci_resource *) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in pciehp_save_used_resources() 753 mem_node = (struct pci_resource *) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in pciehp_save_used_resources() 768 p_mem_node = (struct pci_resource *) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in pciehp_save_used_resources() 804 io_node = (struct pci_resource *) kmalloc(sizeof (struct pci_resource), GFP_KERNEL); in pciehp_save_used_resources() [all …]
|
D | shpchp_pci.c | 672 struct pci_resource *mem_node = NULL; in shpchp_save_used_resources() 673 struct pci_resource *p_mem_node = NULL; in shpchp_save_used_resources() 674 struct pci_resource *t_mem_node; in shpchp_save_used_resources() 675 struct pci_resource *io_node; in shpchp_save_used_resources() 676 struct pci_resource *bus_node; in shpchp_save_used_resources() 712 bus_node =(struct pci_resource *) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in shpchp_save_used_resources() 729 io_node = (struct pci_resource *) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in shpchp_save_used_resources() 745 mem_node = (struct pci_resource *) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in shpchp_save_used_resources() 760 p_mem_node = (struct pci_resource *) kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in shpchp_save_used_resources() 796 io_node = (struct pci_resource *) kmalloc(sizeof (struct pci_resource), GFP_KERNEL); in shpchp_save_used_resources() [all …]
|
D | cpqphp.h | 251 struct pci_resource *mem_head; 252 struct pci_resource *p_mem_head; 253 struct pci_resource *io_head; 254 struct pci_resource *bus_head; 280 struct pci_resource { struct 281 struct pci_resource * next; argument 296 struct pci_resource *mem_head; argument 297 struct pci_resource *p_mem_head; 298 struct pci_resource *io_head; 299 struct pci_resource *bus_head; [all …]
|
D | cpqphp_proc.c | 48 struct pci_resource *res; in read_ctrl() 97 struct pci_resource *res; in read_dev()
|
D | acpiphp_pci.c | 60 struct pci_resource *res; in init_config_space() 327 struct pci_resource *res; in detect_used_resource() 450 struct pci_resource *res; in acpiphp_init_func_resource()
|
D | pciehp_core.c | 546 struct pci_resource *res; in unload_pciehpd() 547 struct pci_resource *tres; in unload_pciehpd()
|
D | shpchp_core.c | 539 struct pci_resource *res; in unload_shpchpd() 540 struct pci_resource *tres; in unload_shpchpd()
|
D | cpqphp_core.c | 1367 struct pci_resource *res; in unload_cpqphpd() 1368 struct pci_resource *tres; in unload_cpqphpd()
|
D | acpiphp_glue.c | 238 struct pci_resource *res; in decode_acpi_resource()
|