Searched defs:start_dma (Results 1 - 6 of 6) sorted by relevance

/drivers/usb/gadget/
H A Dgoku_udc.c535 static int start_dma(struct goku_ep *ep, struct goku_request *req) function
635 (void) start_dma(ep, req);
766 status = start_dma(ep, req);
875 (void) start_dma(ep, req);
H A Dnet2280.c711 static void start_dma (struct net2280_ep *ep, struct net2280_request *req) function
878 start_dma (ep, req);
1027 start_dma (ep, req);
1198 start_dma (ep, list_entry (ep->queue.next,
/drivers/media/video/
H A Datmel-isi.c370 static void start_dma(struct atmel_isi *isi, struct frame_buffer *buffer) function
412 start_dma(isi, buf);
450 start_dma(isi, isi->active);
/drivers/usb/host/
H A Dxhci-mem.c1874 unsigned long long start_dma; local
1878 start_dma = xhci_trb_virt_to_dma(input_seg, start_trb);
1891 start_trb, start_dma,
H A Dxhci-ring.c1456 dma_addr_t start_dma; local
1461 start_dma = xhci_trb_virt_to_dma(start_seg, start_trb);
1465 if (start_dma == 0)
1475 if (start_dma <= end_trb_dma) {
1476 if (suspect_dma >= start_dma && suspect_dma <= end_trb_dma)
1482 if ((suspect_dma >= start_dma &&
1491 if (suspect_dma >= start_dma && suspect_dma <= end_seg_dma)
1495 start_dma = xhci_trb_virt_to_dma(cur_seg, &cur_seg->trbs[0]);
/drivers/ata/
H A Dsata_dwc_460ex.c1434 int start_dma; local
1443 start_dma = 1;
1452 start_dma = 0;
1456 "start_dma? %x\n", __func__, qc, tag, qc->tf.command,
1457 get_dma_dir_descript(qc->dma_dir), start_dma);
1460 if (start_dma) {

Completed in 564 milliseconds