Searched defs:resources (Results 1 - 16 of 16) sorted by relevance

/arch/arm/plat-samsung/include/plat/
H A Ddevs.h22 struct resource *resources; member in struct:s3c24xx_uart_resources
/arch/arm/mach-ux500/
H A Ddevices-common.c58 struct resource resources[] = { local
75 resources,
76 ARRAY_SIZE(resources),
H A Ddevices-db8500.h21 struct resource resources[] = { local
27 resources, 2, pdata, size);
/arch/x86/pci/
H A Dbus_numa.c10 void x86_pci_root_bus_resources(int bus, struct list_head *resources) argument
27 printk(KERN_DEBUG "PCI: root bus %02x: hardware-probed resources\n",
36 pci_add_resource(resources, res);
51 printk(KERN_DEBUG "PCI: root bus %02x: using default resources\n", bus);
52 pci_add_resource(resources, &ioport_resource);
53 pci_add_resource(resources, &iomem_resource);
H A Dacpi.c15 struct list_head *resources; member in struct:pci_root_info
272 * our resources no longer match the ACPI _CRS, but
314 pci_add_resource(info->resources, res);
320 int domain, struct list_head *resources)
327 info.resources = resources;
363 LIST_HEAD(resources);
418 get_current_resources(device, busnum, domain, &resources);
425 x86_pci_root_bus_resources(busnum, &resources);
427 &resources);
319 get_current_resources(struct acpi_device *device, int busnum, int domain, struct list_head *resources) argument
[all...]
/arch/arm/include/asm/mach/
H A Dpci.h43 struct list_head resources; /* root bus resources (apertures) */ member in struct:pci_sys_data
/arch/sh/include/asm/
H A Dpci.h22 struct resource *resources; member in struct:pci_channel
/arch/alpha/kernel/
H A Dpci.c9 /* 2.3.x PCI/resources, 1999 Andrea Arcangeli <andrea@suse.de> */
333 struct list_head resources; local
352 INIT_LIST_HEAD(&resources);
353 pci_add_resource_offset(&resources, hose->io_space,
355 pci_add_resource_offset(&resources, hose->mem_space,
359 hose, &resources);
/arch/ia64/kernel/
H A Derr_inject.c54 static u64 resources[NR_CPUS]; variable
104 &resources[cpu]);
111 &resources[cpu]);
121 printk(KERN_DEBUG "resources=%lx\n", resources[cpu]);
200 show(resources)
209 define_one_ro(resources); variable
/arch/xtensa/kernel/
H A Dpci.c138 struct list_head *resources)
156 pci_add_resource_offset(resources, res, io_offset);
169 pci_add_resource(resources, res);
176 struct list_head resources; local
185 INIT_LIST_HEAD(&resources);
186 pci_controller_apertures(pci_ctrl, &resources);
188 pci_ctrl->ops, pci_ctrl, &resources);
311 * resources of the device.
137 pci_controller_apertures(struct pci_controller *pci_ctrl, struct list_head *resources) argument
/arch/x86/include/asm/
H A Dx86_init.h37 * @reserve_resources: reserve the standard resources for the
134 struct x86_init_resources resources; member in struct:x86_init_ops
/arch/ia64/pci/
H A Dpci.c136 struct list_head resources; member in struct:pci_root_info
275 /* Return AE_OK for non-window resources to keep scanning for more */
322 pci_add_resource_offset(&info->resources, &window->resource,
353 INIT_LIST_HEAD(&info.resources);
381 &info.resources);
383 pci_free_resource_list(&info.resources);
/arch/arm/plat-orion/
H A Dcommon.c26 /* Fill in the resources structure and link it into the platform
30 struct resource *resources,
35 device->resource = resources;
37 resources[0].flags = IORESOURCE_MEM;
38 resources[0].start = mapbase;
39 resources[0].end = mapbase + size;
43 resources[1].flags = IORESOURCE_IRQ;
44 resources[1].start = irq;
45 resources[1].end = irq;
55 struct resource *resources,
29 fill_resources(struct platform_device *device, struct resource *resources, resource_size_t mapbase, resource_size_t size, unsigned int irq) argument
52 uart_complete( struct platform_device *orion_uart, struct plat_serial8250_port *data, struct resource *resources, unsigned int membase, resource_size_t mapbase, unsigned int irq, unsigned int uartclk) argument
[all...]
/arch/microblaze/pci/
H A Dpci-common.c313 * resources of the device.
632 * pci_process_bridge_OF_ranges - Parse PCI bridge resources from device tree
878 * as Apple "closed" bridge resources and bare-metal pSeries unassigned bridges
905 * the bridge resources covers that starting address (0 then
941 /* Fixup resources of a PCI<->PCI bridge */
963 /* Try to detect uninitialized P2P bridge resources,
981 /* Fix up the bus resources for P2P bridges */
1101 * Handle resources of PCI devices. If the world were perfect, we could
1118 * (1) Allocate resources for all buses behind PCI-to-PCI bridges.
1120 * (2) Allocate resources fo
1423 pcibios_setup_phb_resources(struct pci_controller *hose, struct list_head *resources) argument
[all...]
/arch/powerpc/kernel/
H A Dpci-common.c311 * resources of the device.
630 * pci_process_bridge_OF_ranges - Parse PCI bridge resources from device tree
852 /* If we're going to re-assign everything, we mark all resources
889 * as Apple "closed" bridge resources and bare-metal pSeries unassigned bridges
920 * resources covers that starting address (0 then it's good enough for
955 /* Fixup resources of a PCI<->PCI bridge */
985 /* Try to detect uninitialized P2P bridge resources,
997 /* Fix up the bus resources for P2P bridges */
1151 * Handle resources of PCI devices. If the world were perfect, we could
1168 * (1) Allocate resources fo
1485 pcibios_setup_phb_resources(struct pci_controller *hose, struct list_head *resources) argument
[all...]
/arch/ia64/include/asm/
H A Dpal.h1249 u64 err_data_buffer, u64 *capabilities, u64 *resources)
1256 if (resources)
1257 *resources= iprv.v1;
1263 u64 err_data_buffer, u64 *capabilities, u64 *resources)
1270 if (resources)
1271 *resources= iprv.v1;
1248 ia64_pal_mc_error_inject_phys(u64 err_type_info, u64 err_struct_info, u64 err_data_buffer, u64 *capabilities, u64 *resources) argument
1262 ia64_pal_mc_error_inject_virt(u64 err_type_info, u64 err_struct_info, u64 err_data_buffer, u64 *capabilities, u64 *resources) argument

Completed in 567 milliseconds