Searched refs:RGA_IOWR (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/linux-rga/core/hardware/ |
| H A D | rga_ioctl.h | 37 #define RGA_IOWR(nr, type) _IOWR(RGA_IOC_MAGIC, nr, type) macro 41 #define RGA_IOC_IMPORT_BUFFER RGA_IOWR(0x3, struct rga_buffer_pool) 44 #define RGA_IOC_REQUEST_SUBMIT RGA_IOWR(0x6, struct rga_user_request) 45 #define RGA_IOC_REQUEST_CONFIG RGA_IOWR(0x7, struct rga_user_request) 46 #define RGA_IOC_REQUEST_CANCEL RGA_IOWR(0x8, uint32_t)
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/ |
| H A D | rga.h | 34 #define RGA_IOWR(nr, type) _IOWR(RGA_IOC_MAGIC, nr, type) macro 38 #define RGA_IOC_IMPORT_BUFFER RGA_IOWR(0x3, struct rga_buffer_pool) 41 #define RGA_END_CONFIG RGA_IOWR(0x6, struct rga_user_ctx_t) 42 #define RGA_CMD_CONFIG RGA_IOWR(0x7, struct rga_user_ctx_t) 43 #define RGA_CANCEL_CONFIG RGA_IOWR(0x8, uint32_t)
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/include/ |
| H A D | rga.h | 12 #define RGA_IOWR(nr, type) _IOWR(RGA_IOC_MAGIC, nr, type) macro 16 #define RGA_IOC_IMPORT_BUFFER RGA_IOWR(0x3, struct rga_buffer_pool) 19 #define RGA_IOC_REQUEST_SUBMIT RGA_IOWR(0x6, struct rga_user_request) 20 #define RGA_IOC_REQUEST_CONFIG RGA_IOWR(0x7, struct rga_user_request) 21 #define RGA_IOC_REQUEST_CANCEL RGA_IOWR(0x8, uint32_t)
|