HomeSort by: relevance | last modified time | path
    Searched refs:resources (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_cmdbuf_res.c 44 * of commited resources.
59 * @resources: Hash table containing staged and commited command buffer
60 * resources
61 * @list: List of commited command buffer resources.
64 * @resources and @list are protected by the cmdbuf mutex for now.
67 struct drm_open_hash resources; member in struct:vmw_cmdbuf_res_manager
93 ret = drm_ht_find_item(&man->resources, key, &hash);
113 WARN_ON(drm_ht_remove_item(&man->resources, &entry->hash));
176 ret = drm_ht_insert_item(&entry->man->resources,
216 ret = drm_ht_insert_item(&man->resources, &cres->hash)
    [all...]
  /src/sys/external/isc/libsodium/dist/builds/msvc/
resource.rc 20 // English (United States) resources
62 #endif // English (United States) resources
  /src/sys/arch/hpcmips/stand/pbsdboot/res/
pbsdboot.rc 16 // ���{�� resources
217 #endif // ���{�� resources
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_acp.c 341 adev->acp.acp_cell[0].resources = &adev->acp.acp_res[0];
347 adev->acp.acp_cell[1].resources = &adev->acp.acp_res[1];
353 adev->acp.acp_cell[2].resources = &adev->acp.acp_res[2];
359 adev->acp.acp_cell[3].resources = &adev->acp.acp_res[3];
  /src/sys/dev/pci/
pciconf.c 116 struct pciconf_resource resources[PCICONF_RESOURCE_NTYPES]; member in struct:pciconf_resources
552 * Look to see if this device is enabled and one of the resources
1339 printf("Disabled due to lack of resources.\n");
1390 * Allocate and initilize a pci configuration resources container.
1405 * Dispose of a pci configuration resources container.
1413 fini_range_resource(&rs->resources[i]);
1441 r = &rs->resources[type];
1478 * Exclude reserved ranges from available resources
1500 * already configured to use these resources are notified
1501 * during resource assignment if their resources are changed
    [all...]
  /src/sys/external/bsd/acpica/dist/generate/unix/
Makefile.config 131 ACPICA_RESOURCES = $(ACPICA_CORE)/resources
  /src/sys/arch/ia64/stand/common/
help.common 328 Enable PCI resources which are left off by some BIOSes
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
dra7-evm.dts 296 /* Needed for PMIC internal resources */

Completed in 16 milliseconds