Searched refs:pci_resource (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpqphp_nvram.c245 struct pci_resource *resNode;
444 struct pci_resource *mem_node;
445 struct pci_resource *p_mem_node;
446 struct pci_resource *io_node;
447 struct pci_resource *bus_node;
523 mem_node = kmalloc(sizeof(struct pci_resource), GFP_KERNEL);
551 p_mem_node = kmalloc(sizeof(struct pci_resource), GFP_KERNEL);
579 io_node = kmalloc(sizeof(struct pci_resource), GFP_KERNEL);
607 bus_node = kmalloc(sizeof(struct pci_resource), GFP_KERNEL);
H A Dcpqphp_ctrl.c320 static int sort_by_size(struct pci_resource **head)
322 struct pci_resource *current_res;
323 struct pci_resource *next_res;
369 static int sort_by_max_size(struct pci_resource **head)
371 struct pci_resource *current_res;
372 struct pci_resource *next_res;
417 static struct pci_resource *do_pre_bridge_resource_split(struct pci_resource **head,
418 struct pci_resource **orig_head, u32 alignment)
420 struct pci_resource *prevnod
[all...]
H A Dcpqphp.h248 struct pci_resource *mem_head;
249 struct pci_resource *p_mem_head;
250 struct pci_resource *io_head;
251 struct pci_resource *bus_head;
275 struct pci_resource { struct
276 struct pci_resource * next;
291 struct pci_resource *mem_head;
292 struct pci_resource *p_mem_head;
293 struct pci_resource *io_head;
294 struct pci_resource *bus_hea
[all...]
H A Dcpqphp_pci.c717 struct pci_resource *mem_node;
718 struct pci_resource *p_mem_node;
719 struct pci_resource *io_node;
720 struct pci_resource *bus_node;
1181 struct pci_resource *mem_node;
1182 struct pci_resource *p_mem_node;
1183 struct pci_resource *io_node;
1184 struct pci_resource *bus_node;
1423 struct pci_resource *node;
1424 struct pci_resource *t_nod
[all...]
H A Dcpqphp_sysfs.c43 struct pci_resource *res;
81 struct pci_resource *res;
H A Dcpqphp_core.c1371 struct pci_resource *res;
1372 struct pci_resource *tres;

Completed in 105 milliseconds