Searched refs:map_single (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/char/xillybus/ |
| H A D | xillybus_of.c | 103 .map_single = xilly_map_single_of, 110 .map_single = xilly_map_single_of,
|
| H A D | xillybus.h | 132 int (*map_single)(struct xilly_endpoint *, member
|
| H A D | xillybus_pcie.c | 124 .map_single = xilly_map_single_pci,
|
| H A D | xillybus_core.c | 369 rc = ep->ephw->map_single(ep, s->salami, in xilly_get_dma_buffers()
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | intel_iommu.h | 46 DEFINE_EVENT(dma_map, map_single,
|
| /OK3568_Linux_fs/kernel/arch/arm/common/ |
| H A D | dmabounce.c | 244 static inline dma_addr_t map_single(struct device *dev, void *ptr, size_t size, in map_single() function 340 return map_single(dev, page_address(page) + offset, size, dir, attrs); in dmabounce_map_page()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | mhi.h | 431 int (*map_single)(struct mhi_controller *mhi_cntrl, member
|
| /OK3568_Linux_fs/kernel/drivers/bus/mhi/core/ |
| H A D | init.c | 928 mhi_cntrl->map_single = mhi_map_single_use_bb; in mhi_register_controller() 931 mhi_cntrl->map_single = mhi_map_single_no_bb; in mhi_register_controller()
|
| H A D | main.c | 1175 ret = mhi_cntrl->map_single(mhi_cntrl, buf_info); in mhi_gen_tre()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/emulex/benet/ |
| H A D | be_main.c | 964 struct be_tx_obj *txo, u32 head, bool map_single, in be_xmit_restore() argument 978 unmap_tx_frag(dev, wrb, map_single); in be_xmit_restore() 979 map_single = false; in be_xmit_restore() 997 bool map_single = false; in be_xmit_enqueue() local 1010 map_single = true; in be_xmit_enqueue() 1033 be_xmit_restore(adapter, txo, head, map_single, copied); in be_xmit_enqueue()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sun/ |
| H A D | niu.h | 3138 u64 (*map_single)(struct device *dev, void *cpu_addr, member
|
| H A D | niu.c | 6655 mapping = np->ops->map_single(np->device, skb->data, in niu_start_xmit() 9620 .map_single = niu_pci_map_single, 10001 .map_single = niu_phys_map_single,
|