Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/rknpu/include/
H A Drknpu_ioctl.h295 #define RKNPU_IOC_MAGIC 'r' macro
296 #define RKNPU_IOW(nr, type) _IOW(RKNPU_IOC_MAGIC, nr, type)
297 #define RKNPU_IOR(nr, type) _IOR(RKNPU_IOC_MAGIC, nr, type)
298 #define RKNPU_IOWR(nr, type) _IOWR(RKNPU_IOC_MAGIC, nr, type)