Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ring.c2082 dma_addr_t suspect_dma, in trb_in_td() argument
2105 (unsigned long long)suspect_dma, in trb_in_td()
2114 if (suspect_dma >= start_dma && suspect_dma <= end_trb_dma) in trb_in_td()
2120 if ((suspect_dma >= start_dma && in trb_in_td()
2121 suspect_dma <= end_seg_dma) || in trb_in_td()
2122 (suspect_dma >= cur_seg->dma && in trb_in_td()
2123 suspect_dma <= end_trb_dma)) in trb_in_td()
2129 if (suspect_dma >= start_dma && suspect_dma <= end_seg_dma) in trb_in_td()
H A Dxhci.h2141 union xhci_trb *end_trb, dma_addr_t suspect_dma, bool debug);