Searched refs:RGA_IOWR (Results 1 - 2 of 2) sorted by relevance
/device/soc/rockchip/rk3588/hardware/rga/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)
|
/device/soc/rockchip/rk3588/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)
|
Completed in 3 milliseconds