Searched refs:ctx_dev (Results 1 – 3 of 3) sorted by relevance
54 device_t ctx_dev; member111 rv = acpi_event_create(ctx->ctx_dev, ctx->ctx_handle, gpio->PinTable[0], gpio->Triggering, &ev); in acpi_event_gpio_resource_cb()124 ctx.ctx_dev = dev; in acpi_event_create_gpio()
402 CUdevice dev, ctx_dev; in nvptx_open_device() local414 r = CUDA_CALL_NOCHECK (cuCtxGetDevice, &ctx_dev); in nvptx_open_device()421 if (r != CUDA_ERROR_INVALID_CONTEXT && ctx_dev != dev) in nvptx_open_device()
424 CUdevice dev, ctx_dev; in nvptx_open_device() local436 r = CUDA_CALL_NOCHECK (cuCtxGetDevice, &ctx_dev); in nvptx_open_device()443 if (r != CUDA_ERROR_INVALID_CONTEXT && ctx_dev != dev) in nvptx_open_device()