Home
last modified time | relevance | path

Searched refs:ctx_dev (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/acpi/
H A Dacpi_event.c54 device_t ctx_dev; member
111 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()
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-nvptx.c402 CUdevice dev, ctx_dev; in nvptx_open_device() local
414 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()
/netbsd-src/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-nvptx.c424 CUdevice dev, ctx_dev; in nvptx_open_device() local
436 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()