Home
last modified time | relevance | path

Searched refs:RGA_IOC_MAGIC (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/rk3588/hardware/rga/include/
H A Drga.h31 #define RGA_IOC_MAGIC 'r' macro
32 #define RGA_IOW(nr, type) _IOW(RGA_IOC_MAGIC, nr, type)
33 #define RGA_IOR(nr, type) _IOR(RGA_IOC_MAGIC, nr, type)
34 #define RGA_IOWR(nr, type) _IOWR(RGA_IOC_MAGIC, nr, type)
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/
H A Drga.h9 #define RGA_IOC_MAGIC 'r' macro
10 #define RGA_IOW(nr, type) _IOW(RGA_IOC_MAGIC, nr, type)
11 #define RGA_IOR(nr, type) _IOR(RGA_IOC_MAGIC, nr, type)
12 #define RGA_IOWR(nr, type) _IOWR(RGA_IOC_MAGIC, nr, type)

Completed in 4 milliseconds