HelenOS sources

dma_buffer_alloc  126 uspace/drv/bus/usb/ehci/ehci_batch.c 	if (dma_buffer_alloc(&ehci_batch->ehci_dma_buffer, tds_size + setup_size)) {
dma_buffer_alloc   86 uspace/drv/bus/usb/ehci/ehci_bus.c 	if (dma_buffer_alloc(&ehci_ep->dma_buffer, sizeof(qh_t)))
dma_buffer_alloc   57 uspace/drv/bus/usb/ehci/endpoint_list.c 	if (dma_buffer_alloc(&instance->dma_buffer, sizeof(qh_t))) {
dma_buffer_alloc  508 uspace/drv/bus/usb/ehci/hc.c 	if (dma_buffer_alloc(&instance->dma_buffer, PAGE_SIZE)) {
dma_buffer_alloc  116 uspace/drv/bus/usb/ohci/ohci_batch.c 	if (dma_buffer_alloc(&ohci_batch->ohci_dma_buffer, td_size + setup_size)) {
dma_buffer_alloc   85 uspace/drv/bus/usb/ohci/ohci_bus.c 	const errno_t err = dma_buffer_alloc(&ohci_ep->dma_buffer,
dma_buffer_alloc  116 uspace/drv/bus/usb/uhci/uhci_batch.c 	if (dma_buffer_alloc(&uhci_batch->uhci_dma_buffer, total_size)) {
dma_buffer_alloc  263 uspace/drv/bus/usb/xhci/hc.c 	if (dma_buffer_alloc(&hc->dcbaa_dma, (1 + hc->max_slots) * sizeof(uint64_t)))
dma_buffer_alloc  794 uspace/drv/bus/usb/xhci/hc.c 	if ((err = dma_buffer_alloc(&dev->dev_ctx, XHCI_DEVICE_CTX_SIZE(hc))))
dma_buffer_alloc  852 uspace/drv/bus/usb/xhci/hc.c 	const errno_t err = dma_buffer_alloc(dma_buf, XHCI_INPUT_CTX_SIZE(hc));
dma_buffer_alloc 1057 uspace/drv/bus/usb/xhci/hc.c 	errno_t err = dma_buffer_alloc(&ictx_dma_buf, XHCI_INPUT_CTX_SIZE(hc));
dma_buffer_alloc  161 uspace/drv/bus/usb/xhci/isoch.c 		if (dma_buffer_alloc(&transfer->data, ep->base.max_transfer_size)) {
dma_buffer_alloc   69 uspace/drv/bus/usb/xhci/scratchpad.c 	if (dma_buffer_alloc(&hc->scratchpad_array, size))
dma_buffer_alloc   92 uspace/drv/bus/usb/xhci/streams.c 	if ((dma_buffer_alloc(&xhci_ep->primary_stream_ctx_dma,
dma_buffer_alloc  234 uspace/drv/bus/usb/xhci/streams.c 	if ((dma_buffer_alloc(&data->secondary_stream_ctx_dma,
dma_buffer_alloc  337 uspace/drv/bus/usb/xhci/trb_ring.c 	if (dma_buffer_alloc(&ring->erst, erst_size)) {
dma_buffer_alloc   90 uspace/lib/usb/include/usb/dma_buffer.h extern errno_t dma_buffer_alloc(dma_buffer_t *db, size_t size);
HelenOS homepage, sources at GitHub