OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DMA_BUF_SYNC_RW
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/uapi/linux/
dma-buf.h
27
#define
DMA_BUF_SYNC_RW
(DMA_BUF_SYNC_READ | DMA_BUF_SYNC_WRITE)
30
#define DMA_BUF_SYNC_VALID_FLAGS_MASK (
DMA_BUF_SYNC_RW
| DMA_BUF_SYNC_END)
/external/kernel-headers/original/uapi/linux/
dma-buf.h
32
#define
DMA_BUF_SYNC_RW
(DMA_BUF_SYNC_READ | DMA_BUF_SYNC_WRITE)
36
(
DMA_BUF_SYNC_RW
| DMA_BUF_SYNC_END)
/external/linux-kselftest/tools/testing/selftests/android/ion/
ionmap_test.c
115
sync.flags = DMA_BUF_SYNC_START |
DMA_BUF_SYNC_RW
;
122
sync.flags = DMA_BUF_SYNC_END |
DMA_BUF_SYNC_RW
;
Completed in 322 milliseconds