Home
last modified time | relevance | path

Searched refs:resources (Results 151 – 175 of 854) sorted by relevance

12345678910>>...35

/openbmc/linux/drivers/net/ethernet/apm/xgene-v2/
H A Dmain.h52 struct xge_resource resources; member
/openbmc/linux/arch/x86/pci/
H A Dcommon.c462 LIST_HEAD(resources); in pcibios_scan_root()
470 x86_pci_root_bus_resources(busnum, &resources); in pcibios_scan_root()
472 bus = pci_scan_root_bus(NULL, busnum, &pci_root_ops, sd, &resources); in pcibios_scan_root()
474 pci_free_resource_list(&resources); in pcibios_scan_root()
/openbmc/u-boot/drivers/usb/emul/
H A DKconfig8 USB resources.
/openbmc/linux/Documentation/ABI/obsolete/
H A Dsysfs-firmware-acpi6 use for some hotplugable resources like memory (because ignoring
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-semantic-version_2.10.0.bb13 python3-pkg-resources \
H A Dpython3-smmap_6.0.0.bb4 managing resources more efficiently."
/openbmc/linux/Documentation/driver-api/driver-model/
H A Ddriver.rst155 as pci_dev.resource[] or platform_device.resources, which is used in
169 released all resources it allocated.
172 resources that are not yet available (e.g., supplied by a driver that
219 While obvious examples of resources that can benefit from sync_state() include
220 resources such as regulator, sync_state() can also be useful for complex
221 resources like IOMMUs. For example, IOMMUs with multiple consumers (devices
239 not. It should free any resources allocated specifically for the
/openbmc/linux/net/atm/
H A DMakefile6 atm-y := addr.o pvc.o signaling.o svc.o ioctl.o common.o atm_misc.o raw.o resources.o atm_sysfs.o
/openbmc/linux/drivers/soc/starfive/
H A DKconfig12 is designed for controlling power resources in StarFive JH71XX SoCs.
/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
H A Dcpm.txt49 - A child address of zero must be translatable, even if no reg resources
54 purposes. The data node may have an arbitrary number of reg resources,
/openbmc/linux/Documentation/networking/devlink/
H A Ddevlink-reload.rst8 ``devlink-params`` and ``devlink-resources`` new values. It also provides
26 ``driverinit`` or ``devlink-resources``
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-firmware-memmap6 kernel reads. The resources from that memory map are registered
8 /proc/iomem (together with other resources).
H A Dsysfs-devices-resource_in_use6 for device objects representing ACPI power resources.
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dx32-psabi.rst17 resources, leaving the system underutilized. Now consider the x86_64
22 utilize CPU and system resources more efficiently while keeping the
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/atop/
H A Datop_2.4.0.bb1 SUMMARY = "Monitor for system resources and process activity"
5 long-term analysis, highlighting overloaded system resources by using colors, \
/openbmc/linux/drivers/pnp/
H A Dcore.c114 list_for_each_entry_safe(pnp_res, tmp, &dev->resources, list) { in pnp_free_resources()
139 INIT_LIST_HEAD(&dev->resources); in pnp_alloc_dev()
/openbmc/linux/drivers/pci/
H A Dprobe.c558 INIT_LIST_HEAD(&b->resources); in pci_alloc_bus()
886 LIST_HEAD(resources); in pci_register_host_bridge()
928 list_splice_init(&bridge->windows, &resources); in pci_register_host_bridge()
976 if (list_is_last(&window->node, &resources)) in pci_register_host_bridge()
3053 list_splice_init(resources, &bridge->windows); in pci_create_root_bus()
3212 resource_list_for_each_entry(window, resources) in pci_scan_root_bus()
3241 LIST_HEAD(resources); in pci_scan_bus()
3244 pci_add_resource(&resources, &ioport_resource); in pci_scan_bus()
3245 pci_add_resource(&resources, &iomem_resource); in pci_scan_bus()
3246 pci_add_resource(&resources, &busn_resource); in pci_scan_bus()
[all …]
H A Dof.c283 struct list_head *resources, in devm_of_pci_get_host_bridge_resources() argument
315 pci_add_resource(resources, bus_range); in devm_of_pci_get_host_bridge_resources()
367 pci_add_resource_offset(resources, res, res->start - range.pci_addr); in devm_of_pci_get_host_bridge_resources()
409 pci_free_resource_list(resources); in devm_of_pci_get_host_bridge_resources()
/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/cpm/
H A Dbrg.txt9 - reg : There may be an arbitrary number of reg resources; BRG
/openbmc/linux/sound/firewire/
H A DMakefile5 snd-firewire-lib-objs := lib.o iso-resources.o packets-buffer.o \
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-can_4.2.2.bb24 python3-pkg-resources \
/openbmc/linux/Documentation/driver-api/
H A Dconsole.rst128 2. All resources allocated during con->con_init() must be released in
131 3. All resources allocated in con->con_startup() must be released when the
134 driver to check when it's legal to release these resources. Calling
136 false(), then it's safe to release the resources. This balance has to be
/openbmc/linux/Documentation/pcmcia/
H A Ddriver-changes.rst17 - CONF_AUTO_SET_IO : set ioport resources (->resource[0,1])
144 Although the PCMCIA subsystem will allocate resources for cards,
145 it no longer marks these resources busy. This means that driver
146 authors are now responsible for claiming your resources as per
/openbmc/bmcweb/
H A DOEM_SCHEMAS.md3 The Redfish specification allows for OEM resources and properties to be
21 possible. Adding machine-specific resources, properties, and types defeats a
28 In the experience of the project, OEM resources trend toward a lower level of
80 resources, should pass the redfish service validator, should pass the csdl
/openbmc/linux/arch/sh/drivers/pci/
H A Dfixups-dreamcast.c41 dev->resource[1].start = p->resources[0].start + 0x100; in gapspci_fixup_resources()

12345678910>>...35