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

/fuchsia/zircon/system/dev/usb/xhci/
H A Dxdc.c74 static zx_status_t xdc_write(xdc_t* xdc, uint32_t stream_id, const void* buf, size_t count,
282 return xdc_write(inst->parent, stream_id, buf, count, actual, false /* is_ctrl_msg */);
324 zx_status_t status = xdc_write(xdc, XDC_MSG_STREAM, &msg, sizeof(msg), &actual,
330 // xdc_write should always queue ctrl msgs, unless some fatal error occurs e.g. OOM.
708 static zx_status_t xdc_write(xdc_t* xdc, uint32_t stream_id, const void* buf, size_t count, function
744 zxlogf(ERROR, "xdc_write failed %d\n", status);

Completed in 22 milliseconds