Home | Sort by: relevance | last modified time | path |
/src/sys/dev/acpi/ | |
acpi_event.c | 55 ACPI_HANDLE ctx_handle; member in struct:acpi_event_gpio_context 111 rv = acpi_event_create(ctx->ctx_dev, ctx->ctx_handle, gpio->PinTable[0], gpio->Triggering, &ev); 125 ctx.ctx_handle = handle; |
/src/sys/external/bsd/drm2/dist/drm/i915/ | |
i915_perf.c | 368 * @ctx_handle: A gem ctx handle for use with @single_context 384 u64 ctx_handle; member in struct:perf_open_properties 3562 u32 ctx_handle = props->ctx_handle; local in function:i915_perf_open_ioctl_locked 3565 specific_ctx = i915_gem_context_lookup(file_priv, ctx_handle); 3568 ctx_handle); 3771 props->ctx_handle = value; |