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

/drivers/pci/hotplug/
H A Dcpqphp_nvram.c246 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;
524 mem_node = kmalloc(sizeof(struct pci_resource), GFP_KERNEL);
552 p_mem_node = kmalloc(sizeof(struct pci_resource), GFP_KERNEL);
580 io_node = kmalloc(sizeof(struct pci_resource), GFP_KERNEL);
608 bus_node = kmalloc(sizeof(struct pci_resource), GFP_KERNEL);
H A Dcpqphp_ctrl.c312 static int sort_by_size(struct pci_resource **head)
314 struct pci_resource *current_res;
315 struct pci_resource *next_res;
360 static int sort_by_max_size(struct pci_resource **head)
362 struct pci_resource *current_res;
363 struct pci_resource *next_res;
410 static struct pci_resource *do_pre_bridge_resource_split(struct pci_resource **head,
411 struct pci_resource **orig_head, u32 alignment)
413 struct pci_resource *prevnod
[all...]
H A Dcpqphp.h253 struct pci_resource *mem_head;
254 struct pci_resource *p_mem_head;
255 struct pci_resource *io_head;
256 struct pci_resource *bus_head;
280 struct pci_resource { struct
281 struct pci_resource *next;
296 struct pci_resource *mem_head;
297 struct pci_resource *p_mem_head;
298 struct pci_resource *io_head;
299 struct pci_resource *bus_hea
[all...]
H A Dcpqphp_pci.c705 struct pci_resource *mem_node;
706 struct pci_resource *p_mem_node;
707 struct pci_resource *io_node;
708 struct pci_resource *bus_node;
1182 struct pci_resource *mem_node;
1183 struct pci_resource *p_mem_node;
1184 struct pci_resource *io_node;
1185 struct pci_resource *bus_node;
1425 struct pci_resource *node;
1426 struct pci_resource *t_nod
[all...]
H A Dcpqphp_sysfs.c46 struct pci_resource *res;
84 struct pci_resource *res;
H A Dcpqphp_core.c1314 struct pci_resource *res;
1315 struct pci_resource *tres;
/drivers/platform/x86/
H A Dintel_scu_ipc.c580 resource_size_t pci_resource; local
598 pci_resource = pci_resource_start(dev, 0);
599 if (!pci_resource)

Completed in 104 milliseconds