Searched defs:objects (Results 1 - 4 of 4) sorted by relevance

/drivers/acpi/acpica/
H A Devregion.c716 * DESCRIPTION: This routine installs an address handler into objects that are
755 * We only care about regions and objects that are allowed to have
1107 * DESCRIPTION: Run _REG method for region objects of the requested space_iD
1130 * We only care about regions.and objects that are allowed to have address
1188 union acpi_object objects[2]; local
1252 args.pointer = objects;
1253 objects[0].type = ACPI_TYPE_INTEGER;
1254 objects[0].integer.value = ACPI_ADR_SPACE_EC;
1255 objects[1].type = ACPI_TYPE_INTEGER;
1256 objects[
[all...]
H A Daclocal.h71 * Predefined handles for the mutex objects used within the subsystem
72 * All mutex objects are automatically created by acpi_ut_mutex_initialize.
313 * Secondary information structures for ACPI predefined objects that return
314 * package objects. This structure appears as the next entry in the table
532 * Update state - used to traverse complex objects such as packages
1038 u32 objects; member in struct:acpi_integrity_info
/drivers/gpu/drm/i915/
H A Di915_gem_execbuffer.c196 * of our domain changes in execbuffers (which clears objects'
279 /* we've already hold a reference to all valid objects */
442 struct list_head *objects)
455 list_for_each_entry(obj, objects, exec_list) {
516 struct list_head *objects)
525 while (!list_empty(objects)) {
529 obj = list_first_entry(objects,
549 list_splice(&ordered_objects, objects);
554 * 1a. Unbind all objects that do not match the GTT constraints for
556 * 1b. Increment pin count for already bound objects
440 i915_gem_execbuffer_relocate(struct drm_device *dev, struct eb_objects *eb, struct list_head *objects) argument
514 i915_gem_execbuffer_reserve(struct intel_ring_buffer *ring, struct drm_file *file, struct list_head *objects) argument
670 i915_gem_execbuffer_relocate_slow(struct drm_device *dev, struct drm_file *file, struct intel_ring_buffer *ring, struct list_head *objects, struct eb_objects *eb, struct drm_i915_gem_exec_object2 *exec, int count) argument
893 i915_gem_execbuffer_move_to_gpu(struct intel_ring_buffer *ring, struct list_head *objects) argument
966 i915_gem_execbuffer_move_to_active(struct list_head *objects, struct intel_ring_buffer *ring, u32 seqno) argument
1056 struct list_head objects; local
[all...]
/drivers/gpu/drm/radeon/
H A Dradeon.h404 * GEM objects.
408 struct list_head objects; member in struct:radeon_gem

Completed in 383 milliseconds