Searched refs:RGA_IOR (Results 1 - 2 of 2) sorted by relevance
/device/soc/rockchip/rk3588/hardware/rga/include/ |
H A D | rga.h | 33 #define RGA_IOR(nr, type) _IOR(RGA_IOC_MAGIC, nr, type) macro 36 #define RGA_IOC_GET_DRVIER_VERSION RGA_IOR(0x1, struct rga_version_t) 37 #define RGA_IOC_GET_HW_VERSION RGA_IOR(0x2, struct rga_hw_versions_t) 40 #define RGA_START_CONFIG RGA_IOR(0x5, uint32_t)
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/ |
H A D | rga.h | 11 #define RGA_IOR(nr, type) _IOR(RGA_IOC_MAGIC, nr, type) macro 14 #define RGA_IOC_GET_DRVIER_VERSION RGA_IOR(0x1, struct rga_version_t) 15 #define RGA_IOC_GET_HW_VERSION RGA_IOR(0x2, struct rga_hw_versions_t)
|
Completed in 4 milliseconds