Home
last modified time | relevance | path

Searched refs:resp_handles (Results 1 – 2 of 2) sorted by relevance

/system/uapp/ihda/
A Dzircon_device.cpp53 uint32_t resp_handles; in CallDevice() local
64 return zx_channel_call(dev_channel_, 0, deadline, &args, &resp_size, &resp_handles); in CallDevice()
/system/dev/bus/platform/
A Dplatform-device.cpp411 zx_handle_t resp_handles[ZX_CHANNEL_MAX_MSG_HANDLES]; in DdkRxrpc() local
443 status = RpcGetMmio(dr, req->index, &resp->paddr, &resp->length, resp_handles, in DdkRxrpc()
447 status = RpcGetInterrupt(dr, req->index, &resp->irq, &resp->mode, resp_handles, in DdkRxrpc()
451 status = RpcGetBti(dr, req->index, resp_handles, &resp_handle_count); in DdkRxrpc()
454 status = RpcGetSmc(dr, req->index, resp_handles, &resp_handle_count); in DdkRxrpc()
512 status = RpcGpioGetInterrupt(dr, req->index, req->flags, resp_handles, in DdkRxrpc()
580 sizeof(resp_buf), &resp_actual, resp_handles, in DdkRxrpc()
581 fbl::count_of(resp_handles), &resp_handle_actual); in DdkRxrpc()
591 (resp_handle_count ? resp_handles : nullptr), resp_handle_count); in DdkRxrpc()

Completed in 4 milliseconds