Function report |
Source Code:include\linux\pci-dma-compat.h |
Create Date:2022-07-28 06:48:40 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:pci_dma_sync_single_for_device
Proto:static inline void pci_dma_sync_single_for_device(struct pci_dev *hwdev, dma_addr_t dma_handle, size_t size, int direction)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct pci_dev * | hwdev | |
dma_addr_t | dma_handle | |
size_t | size | |
int | direction |
89 | dma_sync_single_for_device( & Generic device interface , dma_handle, size, (enumdma_data_direction)direction) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |