Home
last modified time | relevance | path

Searched refs:UDMABUF_CREATE (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/dma-buf/
H A Dudmabuf.c62 buf = ioctl(devfd, UDMABUF_CREATE, &create); in main()
72 buf = ioctl(devfd, UDMABUF_CREATE, &create); in main()
82 buf = ioctl(devfd, UDMABUF_CREATE, &create); in main()
92 buf = ioctl(devfd, UDMABUF_CREATE, &create); in main()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dudmabuf.h30 #define UDMABUF_CREATE _IOW('u', 0x42, struct udmabuf_create) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dudmabuf.h30 #define UDMABUF_CREATE _IOW('u', 0x42, struct udmabuf_create) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dudmabuf.h30 #define UDMABUF_CREATE _IOW('u', 0x42, struct udmabuf_create) macro
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Dudmabuf.c304 case UDMABUF_CREATE: in udmabuf_ioctl()