Searched full:resources (Results 1 – 25 of 3978) sorted by relevance
12345678910>>...160
17 $(RM) -rf $(DESTDIR)$(APPLE_APPLICATIONS_DIR)/$(APPLE_APPLICATION_NAME).app/Contents/Resources35 Resources/ar.lproj/Localizable.strings \36 Resources/ar.lproj/locversion.plist \37 Resources/ar.lproj/main.nib/designable.nib \38 Resources/ar.lproj/main.nib/keyedobjects.nib \39 Resources/ar.lproj/main.nib/keyedobjects-110000.nib \40 Resources/ca.lproj/Localizable.strings \41 Resources/ca.lproj/locversion.plist \42 Resources/ca.lproj/main.nib/designable.nib \43 Resources/ca.lproj/main.nib/keyedobjects.nib \[all …]
556 Resources/ar.lproj/Localizable.strings \557 Resources/ar.lproj/locversion.plist \558 Resources/ar.lproj/main.nib/designable.nib \559 Resources/ar.lproj/main.nib/keyedobjects.nib \560 Resources/ar.lproj/main.nib/keyedobjects-110000.nib \561 Resources/ca.lproj/Localizable.strings \562 Resources/ca.lproj/locversion.plist \563 Resources/ca.lproj/main.nib/designable.nib \564 Resources/ca.lproj/main.nib/keyedobjects.nib \565 Resources/ca.lproj/main.nib/keyedobjects-110000.nib \[all …]
11 …[ -d ${BUNDLE_ROOT}/Contents/Resources/${lang}.lproj ] && rm -rf ${BUNDLE_ROOT}/Contents/Resources…12 mkdir -p ${BUNDLE_ROOT}/Contents/Resources/${lang}.lproj/main.nib13 [ -d ${BUNDLE_ROOT}/Contents/Resources/${lang}.lproj/main.nib ] || exit 116 …install -m 644 ${SRCDIR}/Resources/${lang}.lproj/$f ${BUNDLE_ROOT}/Contents/Resources/${lang}.lpro…20 install -m 644 ${SRCDIR}/Resources/English.lproj/main.nib/designable.nib ${BUNDLE_ROOT}/Contents/Re…21 install -m 644 ${SRCDIR}/Resources/X11.icns ${BUNDLE_ROOT}/Contents/Resources
1024 .resources = wm831x_dcdc1_resources,1030 .resources = wm831x_dcdc2_resources,1036 .resources = wm831x_dcdc3_resources,1042 .resources = wm831x_dcdc4_resources,1058 .resources = wm831x_gpio_resources,1067 .resources = wm831x_isink1_resources,1073 .resources = wm831x_isink2_resources,1079 .resources = wm831x_ldo1_resources,1085 .resources = wm831x_ldo2_resources,1091 .resources = wm831x_ldo3_resources,[all …]
369 .resources = timberdale_dma_resources,376 .resources = timberdale_uart_resources,381 .resources = timberdale_xiic_resources,388 .resources = timberdale_gpio_resources,395 .resources = timberdale_video_resources,402 .resources = timberdale_radio_resources,409 .resources = timberdale_spi_resources,416 .resources = timberdale_eth_resources,426 .resources = timberdale_dma_resources,433 .resources = timberdale_uart_resources,[all …]
31 .resources = &bk_resources[0],49 .resources = &touch_resources[0],67 .resources = &power_supply_resources[0],85 .resources = &rtc_resources[0],108 .resources = &onkey_resources[0],210 .resources = sd1_resources,215 .resources = sd2_resources,220 .resources = sd3_resources,225 .resources = ldo1_resources,230 .resources = ldo2_resources,[all …]
289 /* Collect all resources requested, to avoid conflict */383 void apei_resources_fini(struct apei_resources *resources) in apei_resources_fini() argument385 apei_res_clean(&resources->iomem); in apei_resources_fini()386 apei_res_clean(&resources->ioport); in apei_resources_fini()412 int apei_resources_add(struct apei_resources *resources, in apei_resources_add() argument417 return apei_res_add(&resources->iomem, start, size); in apei_resources_add()419 return apei_res_add(&resources->ioport, start, size); in apei_resources_add()425 * entry), so common resources are subtracted from the trigger table426 * resources before the second requesting.442 struct apei_resources *resources = data; in apei_get_res_callback() local[all …]
97 /* Routines to manage various kinds of resources:106 * off-limits for client-visible resources. The next 8 bits are169 ResourcePtr *resources; member189 * Used by all resources that don't specify a function to calculate190 * resource size. Currently this is used for all resources with211 * Used by all resources that don't specify a function to iterate212 * through subresources. Currently this is used for all resources with327 * function is to gather accurate information on what resources399 * this function is to gather accurate information on what resources a568 * resources consumed by a resource.[all …]
... 15.8-lts/examples/pdf/multipage/resources/ qtwebengine-v5.15.8-lts/examples ...
31 void x86_pci_root_bus_resources(int bus, struct list_head *resources) in x86_pci_root_bus_resources() argument41 printk(KERN_DEBUG "PCI: root bus %02x: hardware-probed resources\n", in x86_pci_root_bus_resources()45 resource_list_for_each_entry(window, resources) in x86_pci_root_bus_resources()52 pci_add_resource(resources, &info->busn); in x86_pci_root_bus_resources()54 list_for_each_entry(root_res, &info->resources, list) in x86_pci_root_bus_resources()55 pci_add_resource(resources, &root_res->res); in x86_pci_root_bus_resources()65 printk(KERN_DEBUG "PCI: root bus %02x: using default resources\n", bus); in x86_pci_root_bus_resources()66 pci_add_resource(resources, &ioport_resource); in x86_pci_root_bus_resources()67 pci_add_resource(resources, &iomem_resource); in x86_pci_root_bus_resources()82 INIT_LIST_HEAD(&info->resources); in alloc_pci_root_info()[all …]
3 * drivers/acpi/power.c - ACPI Power Resources management.15 * The code below deals with ACPI Power Resources control.20 * A device may rely on multiple power resources, and a power resource215 /* The state of the list is 'on' IFF all resources are 'on'. */ in acpi_power_get_list_state()293 * power resources returned by it. This means that whenever these power294 * resources are turned _ON the dependent devices get runtime resumed. This306 struct list_head *resources; in acpi_device_power_add_dependent() local312 resources = &adev->power.states[ACPI_STATE_D0].resources; in acpi_device_power_add_dependent()313 list_for_each_entry(entry, resources, node) { in acpi_device_power_add_dependent()322 list_for_each_entry(entry, resources, node) in acpi_device_power_add_dependent()[all …]
14 #include "iso-resources.h"51 dev_err(&c->resources.unit->device, "%cPCR%u: %pV", in cmp_error()87 c->resources.unit, TCODE_LOCK_COMPARE_SWAP, in pcr_modify()89 FW_FIXED_GENERATION | c->resources.generation); in pcr_modify()139 err = fw_iso_resources_init(&c->resources, unit); in cmp_connection_init()166 c->resources.unit, TCODE_READ_QUADLET_REQUEST, in cmp_connection_check_used()177 * cmp_connection_destroy - free connection manager resources184 fw_iso_resources_destroy(&c->resources); in cmp_connection_destroy()195 if (WARN_ON(c->resources.allocated)) { in cmp_connection_reserve()201 fw_parent_device(c->resources.unit)->max_speed); in cmp_connection_reserve()[all …]
19 RDMA controller allows user to limit RDMA/IB specific resources that a given22 RDMA controller defines two resources which can be limited for processes of a29 specific resources such as AH, CQ, QP, MR etc. Due to which other applications31 rdma resources. This can lead to service unavailability.35 resources can be accounted.40 RDMA cgroup allows limit configuration of resources. Rdma cgroup maintains42 Each such resource pool is limited up to 64 resources in given resource pool51 Since RDMA resources can be allocated from any process and can be freed by any52 of the child processes which shares the address space, rdma resources are56 rdma resources. Linking resources around css also ensures that cgroups can be[all …]
4 Subject: [PATCH] gio/tests/resources.c: comment out a build host-only test6 This test requires building resources in a way that is13 gio/tests/resources.c | 2 +-16 diff --git a/gio/tests/resources.c b/gio/tests/resources.c18 --- a/gio/tests/resources.c19 +++ b/gio/tests/resources.c22 /* This only uses automatic resources too, so it tests the constructors and destructors */
39 plugin_resources_c = custom_target('plugin-resources.c',41 output : 'plugin-resources.c',43 + command : ['glib-compile-resources',52 + command : ['glib-compile-resources',61 + command : ['glib-compile-resources',70 + command : ['glib-compile-resources',79 + command : ['glib-compile-resources',88 + command : ['glib-compile-resources',97 + command : ['glib-compile-resources',111 + command : ['glib-compile-resources',[all …]
6 * additional RDMA resources after a certain limit is reached.34 * Need to add entries to it when more resources are50 * resources. There are multiple instances of this object per cgroup,56 struct rdmacg_resource resources[RDMACG_RESOURCE_MAX]; member86 if (rpool->resources[index].max != S32_MAX) in set_resource_limit()89 if (rpool->resources[index].max == S32_MAX) in set_resource_limit()92 rpool->resources[index].max = new_max; in set_resource_limit()158 * charging operation when there are no resources attached to180 rpool->resources[index].usage--; in uncharge_cg_locked()186 WARN_ON_ONCE(rpool->resources[index].usage < 0); in uncharge_cg_locked()[all …]
19 * The receiver does not use any GRU resources.151 * Reserve GRU resources to be used asynchronously.154 * blade_id - blade on which resources should be reserved161 * (0 = no resources)167 * Release async resources previously reserved.170 * han - handle to identify resources178 * han - handle to identify resources183 * Lock previous reserved async GRU resources186 * han - handle to identify resources194 * Unlock previous reserved async GRU resources[all …]
100 struct resource resources[2]; in probe_core_basic() local116 memset(&resources, 0, sizeof(resources)); in probe_core_basic()118 resources[0].start = cte.offset; in probe_core_basic()119 resources[0].end = cte.offset + (cte.length - 1); in probe_core_basic()120 resources[0].flags = IORESOURCE_MEM; in probe_core_basic()122 resources[1].start = pcard->pdev->irq; in probe_core_basic()123 resources[1].end = pcard->pdev->irq; in probe_core_basic()124 resources[1].flags = IORESOURCE_IRQ; in probe_core_basic()126 cell.resources = resources; in probe_core_basic()347 struct resource resources[2]; in create_dma_engine_core() local[all …]
67 * resources are available for use), or active (resources are being downloaded70 * This state is independent of whether or not the complete set of resources81 * of the number of resources that have completed downloading, their total82 * size in bytes, and the total number of resources that are required.92 * The number of resources that have been fully downloaded and are ready for98 * The cumulative size, in bytes, of all resources (inclusive of tiles) that have116 * The number of resources that are known to be required for this region. See the124 * count of the number of required resources, and false when it is merely a lower129 * precise number of required resources, at which point it is set to true.159 * regional resources. Such errors may be recoverable; for example the implementation[all …]
30 resources conflict with them.79 programming model for them other than "don't use these resources for111 ACPI Namespace that report the hardware resources the device could112 occupy [_PRS], an object that reports the resources that are currently113 used by the device [_CRS], and objects for configuring those resources118 OSPM uses device configuration objects to configure hardware resources121 relationship between shared resources, and methods for configuring122 hardware resources.127 Play system determines what resources the device should consume and128 sets those resources by calling the device’s _SRS control method.[all …]
7 ``devlink`` provides the ability for drivers to register resources, which10 in use. Additionally, these resources can optionally have configurable size.11 This could enable the administrator to limit the number of resources that15 ``/IPv4/fib-rules`` as resources to limit the number of IPv4 FIB entries and22 current size and related sub resources. To access a sub resource, you29 The resources exposed by the driver can be observed, for example:36 resources:56 resources:
33 <file>resources/categories.png</file>34 <file>resources/left.png</file>35 <file>resources/marker.png</file>36 <file>resources/right.png</file>37 <file>resources/scale.png</file>38 <file>resources/scale_end.png</file>39 <file>resources/search.png</file>40 <file>resources/star.png</file>
39 * of commited resources.54 * @resources: Hash table containing staged and commited command buffer55 * resources56 * @list: List of commited command buffer resources.59 * @resources and @list are protected by the cmdbuf mutex for now.62 struct drm_open_hash resources; member88 ret = drm_ht_find_item(&man->resources, key, &hash); in vmw_cmdbuf_res_lookup()108 WARN_ON(drm_ht_remove_item(&man->resources, &entry->hash)); in vmw_cmdbuf_res_free()171 ret = drm_ht_insert_item(&entry->man->resources, in vmw_cmdbuf_res_revert()211 ret = drm_ht_insert_item(&man->resources, &cres->hash); in vmw_cmdbuf_res_add()[all …]
210 drmModeRes *resources, in find_crtc_for_connector() argument238 for (j = 0; j < resources->count_crtcs; j++) { in find_crtc_for_connector()241 crtc = resources->crtcs[j]; in find_crtc_for_connector()255 drmModeRes *resources, in find_used_connector_by_type() argument258 for (i = 0; i < resources->count_connectors; i++) { in find_used_connector_by_type()261 connector = drmModeGetConnector(fd, resources->connectors[i]); in find_used_connector_by_type()275 drmModeRes *resources) { in find_first_connected_connector() argument277 for (i = 0; i < resources->count_connectors; i++) { in find_first_connected_connector()280 connector = drmModeGetConnector(fd, resources->connectors[i]); in find_first_connected_connector()292 static drmModeConnector *find_main_monitor(int fd, drmModeRes *resources, in find_main_monitor() argument[all …]
18 control bus resources. Therefore an arbitration scheme outside of the X server19 is needed to control the sharing of these resources. This document introduces126 These functions below acquire VGA resources for the given card and mark those127 resources as locked. If the resources requested are "normal" (and not legacy)128 resources, the arbiter will first check whether the card is doing legacy132 forwarding on P2P bridges if necessary, so that the requested resources can133 be used. Then, the card is marked as locking these resources and the IO and/or136 if some conflicting card is already locking one of the required resources (or138 VGA memory and IO afaik). If the card already owns the resources, the function147 resources, both will succeed (lock). If devices are in different buses and[all …]