Home
last modified time | relevance | path

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

/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.h10 struct udmabuf_create { struct
30 #define UDMABUF_CREATE _IOW('u', 0x42, struct udmabuf_create) argument
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dudmabuf.h10 struct udmabuf_create { struct
30 #define UDMABUF_CREATE _IOW('u', 0x42, struct udmabuf_create) argument
/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.h10 struct udmabuf_create { struct
30 #define UDMABUF_CREATE _IOW('u', 0x42, struct udmabuf_create) argument
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Dudmabuf.c163 static long udmabuf_create(struct miscdevice *device, in udmabuf_create() function
260 struct udmabuf_create create; in udmabuf_ioctl_create()
274 return udmabuf_create(filp->private_data, &head, &list); in udmabuf_ioctl_create()
293 ret = udmabuf_create(filp->private_data, &head, list); in udmabuf_ioctl_create_list()
/OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/dma-buf/
H A Dudmabuf.c25 struct udmabuf_create create; in main()