Searched refs:handles (Results 1 - 18 of 18) sorted by relevance

/drivers/gpu/drm/exynos/
H A Dexynos_drm_fb.c131 obj = drm_gem_object_lookup(dev, file_priv, mode_cmd->handles[0]);
148 mode_cmd->handles[i]);
/drivers/acpi/
H A Dpower.c177 acpi_handle handle = list->handles[i];
321 acpi_power_off(list->handles[i]);
335 result = acpi_power_on(list->handles[i]);
391 list->handles[i]);
449 list->handles[i]);
547 int ret = acpi_power_on(dev->wakeup.resources.handles[i]);
602 int ret = acpi_power_off(dev->wakeup.resources.handles[i]);
H A Dutils.c368 list->handles[i] = element->reference.handle;
370 list->handles[i]));
376 //kfree(list->handles);
H A Dthermal.c758 handle = tz->trips.passive.devices.handles[i];
775 handle = tz->trips.active[i].devices.handles[j];
786 handle = tz->devices.handles[i];
970 * handles temperature values with a single decimal place. As a consequence,
1063 tz->trips.active[i].devices.handles[j],
H A Dscan.c350 /* Fixed hardware devices have no handles */
651 * have handles, but we fabricate acpi_devices for them, so we have
778 wakeup->resources.handles[i] = element->reference.handle;
884 acpi_bus_add_power_resource(ps->resources.handles[j]);
1195 * devices have no handles, so we skip them.
1259 * Note that we only look for object handles -- cannot evaluate objects
/drivers/platform/x86/
H A Dsony-laptop.c754 static struct sony_nc_handles *handles; variable in typeref:struct:sony_nc_handles
762 for (i = 0; i < ARRAY_SIZE(handles->cap); i++) {
764 handles->cap[i]);
776 handles = kzalloc(sizeof(*handles), GFP_KERNEL);
777 if (!handles)
780 for (i = 0; i < ARRAY_SIZE(handles->cap); i++) {
785 handles->cap[i] = result;
790 sysfs_attr_init(&handles->devattr.attr);
791 handles
[all...]
/drivers/staging/omapdrm/
H A Domap_drv.h170 struct drm_gem_object **bos, uint32_t *handles)
175 bos[i] = drm_gem_object_lookup(dev, filp, handles[i]);
168 objects_lookup(struct drm_device *dev, struct drm_file *filp, uint32_t pixel_format, struct drm_gem_object **bos, uint32_t *handles) argument
H A Domap_fb.c140 /* update ovl info for scanout, handles cases of multi-planar fb's, etc.
306 bos, mode_cmd->handles);
/drivers/scsi/qla2xxx/
H A Dqla_isr.c325 uint32_t handles[5]; local
339 handles[0] = le32_to_cpu((uint32_t)((mb[2] << 16) | mb[1]));
343 handles[0] = mb[1];
348 handles[0] = mb[1];
349 handles[1] = mb[2];
354 handles[0] = mb[1];
355 handles[1] = mb[2];
356 handles[2] = mb[3];
361 handles[0] = mb[1];
362 handles[
[all...]
/drivers/gpu/ion/
H A Dion.c61 * @handles: an rb tree of all the handles in this client
62 * @lock: lock protecting the tree of handles
68 * The mutex stored here is used to protect both handles tree
69 * as well as the handles themselves, and should be held while modifying either.
74 struct rb_root handles; member in struct:ion_client
256 * any other handles, copy the taskcomm and the pid of the
308 rb_erase(&handle->node, &client->handles);
336 for (n = rb_first(&client->handles); n; n = rb_next(n)) {
347 struct rb_node *n = client->handles
[all...]
/drivers/gpu/drm/gma500/
H A Dframebuffer.c513 obj = drm_gem_object_lookup(dev, filp, cmd->handles[0]);
/drivers/gpu/drm/nouveau/
H A Dnouveau_display.c135 gem = drm_gem_object_lookup(dev, file_priv, mode_cmd->handles[0]);
/drivers/gpu/drm/udl/
H A Dudl_fb.c597 obj = drm_gem_object_lookup(dev, file, mode_cmd->handles[0]);
/drivers/gpu/drm/radeon/
H A Dradeon_display.c1119 obj = drm_gem_object_lookup(dev, file_priv, mode_cmd->handles[0]);
1122 "can't create framebuffer\n", mode_cmd->handles[0]);
/drivers/net/usb/
H A DKconfig477 called VL600. This driver only handles the ethernet
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c1111 mode_cmd.handle = mode_cmd2->handles[0];
1134 * command stream using user-space handles.
/drivers/gpu/drm/
H A Ddrm_crtc.c2087 r.handles[0] = or->handle;
/drivers/gpu/drm/i915/
H A Dintel_display.c7994 mode_cmd->handles[0]));

Completed in 411 milliseconds