Searched refs:req_handle_count (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/system/ulib/ddk/include/ddk/protocol/
H A Dplatform-proxy.h41 uint32_t req_handle_count; member in struct:__anon980
/fuchsia/zircon/system/dev/display/aml-canvas/
H A Daml-canvas.c176 if (args->req_handle_count < 1) {
190 for (uint32_t i = 0; i < args->req_handle_count; i++) {
196 for (uint32_t i = handles_consumed; i < args->req_handle_count; i++) {
H A Daml-canvas-proxy-client.c46 .req_handle_count = 1,
/fuchsia/zircon/system/dev/bus/platform/
H A Dplatform-device.cpp369 uint32_t req_handle_count; local
373 fbl::count_of(req_handles), &actual, &req_handle_count);
537 .req_handle_count = req_handle_count,
H A Dplatform-proxy.cpp158 args->req_handles, args->req_handle_count, args->resp_handles,

Completed in 87 milliseconds