Searched refs:resp_handles (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/uapp/ihda/
H A Dzircon_device.cpp53 uint32_t resp_handles; local
64 return zx_channel_call(dev_channel_, 0, deadline, &args, &resp_size, &resp_handles);
/fuchsia/zircon/system/ulib/ddk/include/ddk/protocol/
H A Dplatform-proxy.h43 zx_handle_t* resp_handles; member in struct:__anon980
44 // Number of resp_handles we expect to receive.
48 // Number of handles received in resp_handles
/fuchsia/zircon/system/dev/bus/platform/
H A Dplatform-device.cpp368 zx_handle_t resp_handles[ZX_CHANNEL_MAX_MSG_HANDLES]; local
400 status = RpcGetMmio(dr, req->index, &resp->paddr, &resp->length, resp_handles,
404 status = RpcGetInterrupt(dr, req->index, &resp->irq, &resp->mode, resp_handles,
408 status = RpcGetBti(dr, req->index, resp_handles, &resp_handle_count);
466 status = RpcGpioGetInterrupt(dr, req->index, req->flags, resp_handles,
538 .resp_handles = resp_handles,
539 .resp_handle_count = fbl::count_of(resp_handles),
556 (resp_handle_count ? resp_handles : nullptr), resp_handle_count);
H A Dplatform-proxy.cpp158 args->req_handles, args->req_handle_count, args->resp_handles,

Completed in 220 milliseconds